Metadata-Version: 1.1
Name: pyprelude
Version: 0.7
Summary: General-purpose Python support functions
Home-page: https://github.com/rcook/pyprelude
Author: Richard Cook
Author-email: rcook@rcook.org
License: MIT
Description: pyprelude

        =========

        

        General-purpose Python support functions

        

        Install prerequisites

        ---------------------

        

        ::

        

            pip install setuptools-markdown

        

        Run tests

        ---------

        

        ::

        

            python.exe setup.py test

        

        Upload new versions to `PyPI <https://pypi.python.org/pypi>`__

        --------------------------------------------------------------

        

        ::

        

            python setup.py sdist upload

        

        Licence

        -------

        

        `MIT License <LICENSE>`__

        

        Copyright © 2017 Richard Cook

        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
