Metadata-Version: 2.1
Name: netlify-deployer
Version: 0.5.2
Summary: Package to help with deploying Netlify
Home-page: https://github.com/cyplo/netlify_deployer
Author: Cyryl Płotnicki
Author-email: cyplo@cyplo.net
License: UNKNOWN
Description: # netlify_deployer
        A script to deploy a whole directory to Netlify using their incremental deploy API.
        
        Commandline usage:
        * Set `NETLIFY_TOKEN` environment variable to your token
        * `netlify_deployer.py branch_name netlify_site_id directory_to_deploy`
        
        
        The branch name is being used to determine if the deployment is a preview one `branch_name != 'master'` or should the site be published - (when on `master`) - [see this issue](https://github.com/cyplo/netlify_deployer/issues/1) for a starting point to make it more explicit.
        
        PRs welcome - please see the list of issues for the things to pick up.
        
        
Platform: UNKNOWN
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; charset=UTF-8
