- Version:
- 0.1
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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
importwatch-0.2.tar.gz
(14.5 kB
view details)
File details
Details for the file importwatch-0.2.tar.gz.
File metadata
- Download URL: importwatch-0.2.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08e5c2ac0d42c085b89143b4c933917d693dfe9388b8a225f4226e26f4996c52
|
|
| MD5 |
6d924b443bd43d13c28a72206d456c25
|
|
| BLAKE2b-256 |
e77431e2eb7873ebec3643b24f0decbf21f1be9b13f59321f223835369eecb13
|