Metadata-Version: 1.1
Name: pydevutils
Version: 0.0.10
Summary: A collection of commands and functions used for building modules and developing python code.
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: Python Dev Utils
        ===
        
        A collection of commands and functions used for building modules and developing python code.
        
        Provides the following commands: 
        
        * bump_package_patch_version - when run inside a module with setup.py, it will update the VERSION. 
        
        Test
        ---
        
            make test
        
        You can also test with a specific version of Python:
        
            make PYTHON_VERSION=2.7.11 test
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
