List the content and structure of a Python project
Project description
Only tested on Microsoft Windows and Python 2.7
Docs and download: http://pypi.python.org/pypi/pyls Source code: http://bitbucket.org/tartley/pyls
Usage
pyls [<dir1> [, <dir2>...] ]
Produces a listing of the python project in directly <dir>, or else in the current directory if none given, in the following format:
package subpackage module1.py ClassA ClassB module2.py ClassC module3.py ClassD
Known Issues
Pyls works by importing every module it finds in the given directories, and enumerating the classes defined by importing that module. If you are doing anything cleverer than defining static classes in regular modules, then pyls will probably barf on it.
Thanks
To Susan for putting up with my googly-eyed coding frenzies.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyls-0.1.3.zip
.
File metadata
- Download URL: pyls-0.1.3.zip
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5904a9077c3f943318f1b178ad279bbc013c12f7cb94aaf2be4dcb6ef1bae32 |
|
MD5 | 387f8ea38c3c40d37b4f29a3e666e200 |
|
BLAKE2b-256 | deb75a056c2cac8fd19c905ae7451c2a60b9195531959c3770a49d6be4d905e3 |