Metadata-Version: 1.1
Name: picturebot
Version: 0.0.7
Summary: Program to ease picture development flow 
Home-page: https://github.com/Tomekske/picturebot
Author: Tomek Joostens
Author-email: joostenstomek@gmail.com
License: MIT license
Description: ==========
        picturebot
        ==========
        
        
        .. image:: https://img.shields.io/pypi/v/picturebot.svg
                :target: https://pypi.python.org/pypi/picturebot
        
        .. image:: https://img.shields.io/travis/Tomekske/picturebot.svg
                :target: https://travis-ci.org/Tomekske/picturebot
        
        .. image:: https://readthedocs.org/projects/picturebot/badge/?version=latest
                :target: https://picturebot.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Program to ease picture development flow 
        
        
        * Free software: MIT license
        * Documentation: https://picturebot.readthedocs.io.
        
        
        Features
        --------
        
        * Create a workspace directory
        * Create flows within the workspace directory
        * Renaming filenames according to the project within a certain flow
        * Create a backup of the baseflow directory
        * Automatically open the config file
        * Check whether all the pictures within a shoot are edited
        
        
        TODO
        ----
        
        * Update documentation
        * Multiple workspaces support
        * Upload pictures to google pictures
        
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.0.1 (2019-07-29)
        ------------------
        
        * First release on PyPI.
        * Create workplace
        * Rename files
        * Added a config file
        * Updated tox config files
        * Updated travis config files
        * Empty unit tests
        
        0.0.2 (2019-08-01)
        ------------------
        
        * Upgrade from argparse to click
        * Added unit test
        * Added config file location command
        
        0.0.3 (2019-08-04)
        ------------------
        
        * Added a shorthand notation to call the program from the command line
        
        0.0.4 (2019-08-04)
        ------------------
        
        * A workspace can only be created within the declared workspace directory specified within the config file
        * Files can only be renamed within the baseflow directory
        * Bug fix: Only changed files names are listed in the output 
        * Bug fix: Only missing project flows are getting added when renaming files
        * Added command to check the script version
        
        0.0.5 (2019-08-17)
        ------------------
        
        * Create a backup of the baseflow directory
        * Added a backup attribute within the config file
        
        0.0.6 (2019-08-17)
        ------------------
        
        * Automatically open the config file
        * Bug fix: Only create none existing flows
        
        0.0.7 (2019-08-18)
        ------------------
        
        * Display copied files progress
        * Added a selection attribute within the config file
        * Added an attribute within the config file
        * Check whether all the pictures within a shoot are edited
        
Keywords: picturebot
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
