{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: End Users/Desktop", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Multimedia", "Topic :: Utilities" ], "description": "# rhinopics\n> Rhinopics, let the fat unicorn rename your pics!\n\n
\n\nPython CLI application to rename pictures.\n\nThe date of the pictures is retrieved from the metadata of the files and concatenate with a given word to create the new name.\n\nExample of output: `word_20190621_001`\n\nA number is added at the end in chronological order, the number of digits depends on the number of pictures having the same date or being in the folder.\n\n## Installation\n\n```sh\npip install rhinopics\n```\n\n## Usage example\n\nExamples are available in the docstrings of the functions. Official documentation will soon come out.\n\n## Development setup\n\nDescribe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms.\n\n```sh\ngit clone https://github.com/axelfahy/rhinopics.git\ncd rhinopics\npython -m venv venv-dev\nsource venv-dev/bin/activate\npip install -r requirements_dev.txt\npip install -e .\n```\n\n## Tests\n\nSoon to come.\n\n```sh\npython tests/test_rhinopics.py\n```\n\n## Release History\n\n* 0.2.0\n * ADD: Flag to modify the extension to lowercase.\n * ADD: Add support for video files.\n * ADD: Restructuration of project.\n * ADD: Progress bar when renaming the files.\n * ADD: Logger\n* 0.1.0\n * Initial release.\n\n## Meta\n\nAxel Fahy \u2013 axel@fahy.net\n\nDistributed under the MIT license. See ``LICENSE`` for more information.\n\n[https://github.com/axelfahy](https://github.com/axelfahy)\n\n## Contributing\n\n1. Fork it (