Metadata-Version: 1.1
Name: script2package
Version: 1.0.2
Summary: UNKNOWN
Home-page: http://github.com/chappers/script2package
Author: Chapman Siu
Author-email: chpmn.siu@gmail.com
License: UNKNOWN
Description: script2package
        ==============
        
        script2package is a Python script which converts a single python script into a package which can then be installed via `python setup.py install`.
        
        Usage: `script2package script.py --base base_folder`
        
        To extend the flexibility of this package, you can enable setup options through
        providing `setup.cfg` if you so desire.
        
        Examples
        ========
        
        A bootstrap example has been provided by running `script2package script2package.py`, which will produce a self contained version within the folder `package`.
        
        A simple standalone example with no `setup.cfg` file is provided in `Example/add/add.py` with the generated package in `Example/add/package`.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Archiving :: Packaging
