importwatch 0.2
Track packages.
This library tracks module imports. That's it.
Note Use at your own risk!
Installation
Simple as:
$ pip install importwatch
Or with easy_install:
$ easy_install importwatch
Or if you prefer, download the source and then:
$ python setup.py build $ python setup.py install
Example
>>> import importwatch >>> importwatch.start() >>> run_lots_of_code_which_imports_stuff() >>> # That's it!
Just care about your package?
>>> import importwatch
>>> importwatch.start('^myapp')
Logging Configuration
To make importwatch more useful, you'll want to configure some special logging. Do it like:
[logger_importwatch] level = INFO handlers = console qualname = importwatch
License
Packagetrack is released under the GNU General Public License (GPL). See the LICENSE file for full text of the license.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| importwatch-0.2.tar.gz (md5) | Source | 2010-12-16 | 14KB | 338 | |
- Author: Scott Torborg
- Home Page: http://github.com/storborg/importwatch
- Keywords: track imports profiler package modules
- License: GPL
- Categories
- Package Index Owner: storborg
- DOAP record: importwatch-0.2.xml
