Metadata-Version: 1.1
Name: atkit
Version: 0.1.0
Summary: atkit (an Admin Took KIT) provides a suite of tools whose goal is "total knowledge" regarding the python environment and process.
Home-page: https://github.com/stnbu/atkit
Author: Mike Burr
Author-email: mburr@unintuitive.org
License: MIT
Download-URL: https://github.com/stnbu/atkit/archive/master.zip
Description: ``atkit`` provides tools, enabled for all python processes (via ``usercustomize.py``). At the moment, these include:
        
        * A cli tool to completely enable/disable ``atkit``.
        * A cli tool to "sandbox" any python module (requires write access), so that edits can be cleanly and safely done, even to standard library modules.
        * An exception hook that logs all exceptions and drops you into your preferred debugger (pdb by default).
        * A flexible, yet dead-simple logging wrapper that knows about context (filenames, function names, line numbers, etc.)
        
        All of this is highly configurable. Components may be disabled, piece-wise.
Keywords: logging,debugging,development,introspection,monkeypatching,hacking,usercustomize
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Debuggers
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires: npconf
Provides: atkit
