Metadata-Version: 2.1
Name: git-upm-publisher
Version: 0.0.4
Summary: Automate UPM package releases for Git repositories containing Unity plugins.
Home-page: https://github.com/starikcetin/git-upm-publisher
Author: starikcetin <cetinsamedtarik@gmail.com> (https://github.com/starikcetin)
Author-email: cetinsamedtarik@gmail.com
License: UNKNOWN
Description: # git-upm-publisher
        Automate UPM package releases for Git repositories containing Unity plugins.
        
        
        ## Modules
        * **config_maker.py**: searches for *package.jso*n files within a repository, and saves the selected one to a *config.json* file
        * **package_json_creator.py**: creates a *package.json* file from scratch
        * **package_json_updater.py**: updates an existing *package.json* partially (or completely)
        * **upm_publisher.py**: automates the whole UPM publishing process explained here: https://www.patreon.com/posts/25070968
        * **main.py**: runs all the necessary modules in order, so you don't have to
        
        ## Installation
        https://pypi.org/project/git-upm-publisher/
        
        `pip install git-upm-publisher`
        
        ## Usage
        Run `gup` in your command line.
        
        ### Advanced
        * `gup-main` runs `main` (equaivalent of `gup`)
        * `gup-config-maker` runs `config_maker`
        * `gup-package-json-creator` runs `package_json_creator`
        * `gup-package-json-updater` runs `package_json_updater`
        * `gup-upm-publisher` runs `upm_publisher`
        
        ## License
        MIT license. Refer to the [LICENSE](/LICENSE) file.
        Copyright (c) 2019 S. TarÄ±k Ã‡etin
        
        This application uses [git-snapshot command from mob-sakai](https://www.npmjs.com/package/git-snapshot). 
        Take a look and give them some love.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
