Metadata-Version: 1.1
Name: agvtool-port
Version: 0.0.2
Summary: agvtool port for python
Home-page: https://github.com/jefersondaniel/agvtool-port
Author: Jeferson Daniel
Author-email: jeferson.daniel412@gmail.com
License: MIT
Description: AGVTOOL port for python
        ====================================
        
        Automating Version and Build Numbers
        
        Installation
        ~~~
        pip3 install agvtool_port
        
        Usage
        ~~~
        
        agvtool new-version -all 1722
        agvtool new-marketing-version 1.0.0
        agvtool what-version
        agvtool what-marketing-version
        
        TODO
        ~~~
        
        * Interpret options for new version commands
        * Validate file if it is in invalid format
        
        
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
