Metadata-Version: 2.1
Name: pyreleaser_io
Version: 0.0.0
Summary: create, test, publish your python projects!
Home-page: https://github.com/geoffwilliams/pyreleaser
Author: Geoff Williams
Author-email: geoff@declarativesystems.com
License: UNKNOWN
Description: # pyreleaser_io
        
        ## Status
        **This project does nothing yet**
        
        ## Overview
        This project is a response to a twitter post over at: 
        https://twitter.com/garethr/status/1190968258712809472
        
        Aim is to make creating, testing, publishing python projects a bit easier!
        
        # Current development focus
        * Creating projects
        
        # What's working so far? (nothing)
        
        | Task                                | Status |
        | ---                                 | ---    |
        | Create a new project (GH)           | no     |
        | Create a new project (files)        | no     |
        | ...plain/pipenv ready for pypi      | no     |
        | ...CLI executable ready for pypi    | no     |
        | ...Flask                            | no     |
        | ...Docker (for generated projects)  | no     |
        | ...setup.py wizard                  | no     |
        | Testing/CI setup                    | no     |
        | wheel building                      | no     |                        
        | wheel uploading                     | no     |
        | secure credential storage (keyring) | no     |
        | support for bitbucket cloud         | no     |
        | support for bitbucket server        | no     |
        | support for gitlab                  | no     |
        | support for travis                  | no     |
        | support for circleci                | no     |
        | *AAS for use by other systems       | no     |
        | programatic settings file creation  | no     |
        
        
        
        # settings file format?
        ---
        pyreleaser_io:
          github:
            user: yourgithubuserid
            token: yourgithubtoken
        
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
