Metadata-Version: 2.1
Name: deovi
Version: 0.6.0
Summary: Utility to rename files and collect their filepaths
Home-page: https://github.com/sveetch/deovi
Author: David Thenon
Author-email: sveetch@gmail.com
License: MIT
Keywords: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/x-rst
Provides-Extra: scrapping
Provides-Extra: dev
Provides-Extra: quality
Provides-Extra: doc
Provides-Extra: release
License-File: LICENCE.txt

.. _Python: https://www.python.org/
.. _Click: https://click.palletsprojects.com
.. _Python Slugify: https://github.com/un33k/python-slugify
.. _Unidecode: https://github.com/avian2/unidecode/tree/master/unidecode
.. _PyYAML: https://github.com/yaml/pyyaml/
.. _deepdiff: https://github.com/seperman/deepdiff
.. _tmdbv3api: https://github.com/AnthonyBloomer/tmdbv3api
.. _requests: https://requests.readthedocs.io/en/latest/

=====
Deovi
=====

A set of utilities to collect and rename media files.

Links
*****

* Read the documentation on `Read the docs <https://deovi.readthedocs.io/>`_;
* Download its `PyPi package <https://pypi.python.org/pypi/deovi>`_;
* Clone it on its `Github repository <https://github.com/sveetch/deovi>`_;

Dependancies
************

* `Python`_ >=3.8;
* `Click`_ >=8.0;
* `Python Slugify`_ >=5.0.0;
* `Unidecode`_;
* `PyYAML`_;

And optional dependancies when ``scrapping`` feature is enabled:

* `deepdiff`_;
* `tmdbv3api`_ ==1.7.7;
* `requests`_;
