Metadata-Version: 1.2
Name: public-wrappers
Version: 0.2.0
Summary: Wrap selected public programs from conda/virtualenv environments
Home-page: https://github.com/tesujimath/public-wrappers
Author: Simon Guest
Author-email: simon.guest@tesujimath.org
License: GPLv3
Description: public-wrappers provides a means to wrap selected public programs from conda
        environments, so they may be invoked directly by users without having to
        explicitly activate the environment.  It makes use of exec-wrappers to do the
        wrapping.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=2.7
