Metadata-Version: 2.4
Name: deovi
Version: 1.0.0
Summary: Tools to rename files, collect their filepaths and scrap information from TMDB
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENCE.txt
Requires-Dist: click<9.0,>=8.0
Requires-Dist: colorlog>=6.7.0
Requires-Dist: python-slugify[unidecode]>=8.0.1
Requires-Dist: PyYAML>=6.0
Requires-Dist: deepdiff>=7.0.1
Requires-Dist: tmdbv3api<2.0.0,>=1.7.7
Requires-Dist: requests>=2.30.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: freezegun>=1.2.0; extra == "dev"
Provides-Extra: quality
Requires-Dist: flake8>=6.0.0; extra == "quality"
Requires-Dist: tox>=4.11.0; extra == "quality"
Provides-Extra: doc
Requires-Dist: sphinx>=8.0.2; extra == "doc"
Requires-Dist: furo>=2024.8.6; extra == "doc"
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
Provides-Extra: doc-live
Requires-Dist: livereload>=2.6.0; extra == "doc-live"
Provides-Extra: release
Requires-Dist: twine>=5.0.0; extra == "release"
Dynamic: license-file

.. _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
=====

Tools to rename files, collect their filepaths and scrap information from TMDB.

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>`_;

Dependencies
************

* `Python`_ >=3.10;
* `Click`_ >=8.0,<9.0;
* `Python Slugify`_ >=5.0.0;
* `Unidecode`_ (as a sub dependency from "Python Slugify");
* `PyYAML`_ >=6.0;
* `deepdiff`_ >=7.0.1;
* `tmdbv3api`_ >=1.7.7,<2.0.0;
* `requests`_ >=2.30.0;


Credits
*******

Logo vector and icon by `SVG Repo <https://www.svgrepo.com>`_.
