Metadata-Version: 1.1
Name: ncdistribute
Version: 1.02
Summary: Distribute python projects as single zip files.
Home-page: http://www.npcole.com/
Author: Nicholas Cole
Author-email: n@npcole.com
License: New BSD License
Description: 
        Provides the script ncdistributer.py that will package up a python script together with any non-standard libraries into a zip file
        that can be executed on a computer with a python interpreter installed.
        
        It is similar to tools such as pyzzer, but aims to be even more straight-forward to use.
        
        Unlike projects such as Cython and Nuitka, the this aim of this tool is not to distribute a binary file, but to distribute 
        a python package that will work on standard installations of python.
        
        Usage
        =====
        
        ncdistributer.py <filenames>...
        
        
        
        This is currently an alpha release.  Feedback to nicholas.cole@gmail.com is
        welcome.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console
Classifier: Operating System :: POSIX
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Terminals
