Metadata-Version: 1.1
Name: pypicloud_client
Version: 2
Summary: Provide a client for pypicloud
Home-page: https://github.com/tinyclues/pypicloud_client
Author: Damien Goldenberg
Author-email: damien.goldenberg@tinyclues.com
License: UNKNOWN
Description: # Pypicloud client
        
        This is a client for the pypicloud api
        
        ## Contributing to pypicloud client
        
        All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.
        
        ### Working with the code
        
        Now that you have an issue you want to fix, enhancement to add, or documentation to improve, you need to learn how to work with GitHub.
        We use the [Github Flow](https://guides.github.com/introduction/flow/)
        
        Finally, commit your changes to your local repository with an explanatory message, pypicloud client uses a convention for commit message prefixes.
        Here are some common prefixes along with general guidelines for when to use them:
         * ENH: Enhancement, new functionality
         * BUG: Bug fix
         * DOC: Additions/updates to documentation
         * TST: Additions/updates to tests
         * BLD: Updates to the build process/scripts
         * PERF: Performance improvement
         * CLN: Code cleanup
         * NOBUILD: special tag to skip test & build
Keywords: pypicloud,client
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
