Metadata-Version: 1.1
Name: rwt
Version: 2.0
Summary: run with this
Home-page: https://github.com/jaraco/rwt
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: UNKNOWN
Description: rwt
        ===
        
        /ruːt/
        
        RWT (Run With This) provides on-demand dependency resolution.
        
        - Allows declaration of dependencies at runtime.
        - Downloads missing dependencies and makes their packages available for import.
        - Installs packages to a special staging location such that they're not installed after the process exits.
        - Keeps a cache of such packages for reuse.
        - Supersedes installed packages when required.
        - Re-uses the pip tool chain for package installation and pkg_resources for working set management.
        
        Testing
        -------
        
        Invoke tests with ``setup.py test``.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
