Metadata-Version: 2.1
Name: upsies
Version: 2023.5.25
Summary: Media metadata aggregator
Home-page: https://upsies.readthedocs.io
Author: plotski
Author-email: plotski@example.org
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE

.. image:: https://img.shields.io/pypi/pyversions/upsies
           :target: https://www.python.org/
.. image:: https://img.shields.io/pypi/l/upsies
           :target: https://www.gnu.org/licenses/gpl-3.0.en.html
.. image:: https://img.shields.io/pypi/v/upsies
           :target: https://pypi.org/project/upsies/
.. image:: https://img.shields.io/librariesio/release/pypi/upsies
           :target: https://libraries.io/pypi/upsies
.. image:: https://img.shields.io/pypi/dm/upsies
           :target: https://pypistats.org/packages/upsies

------------------------------------------------------------

``upsies`` is a toolkit for collecting, generating, normalizing and sharing
video metadata. It comes with a command line interface and can be used in shell
scripts. It is written in pure Python and is designed to be friendly to users
and useful for Python developers.

.. figure:: docs/demo.gif

   ``dummy`` is a no-op tracker and client. Every tracker defines a custom set
   of jobs that generate the metadata needed for submission.

Features
--------

* Search IMDb, TMDb and TVmaze for ID
* Generate standardized release name
* Create screenshots at hand-picked or auto-generated timestamps
* Upload screenshots to an image hosting service
* Create ``.torrent`` file from scratch or from existing torrent file by copying
  piece size and piece hashes
* Add ``.torrent`` file to supported BitTorrent client or copy it to a watch
  directory
* Identify and verify scene releases
* Submit generated metadata to a supported tracker
* Do everything simultaneously

``upsies`` is developed on `Codeberg <https://codeberg.org/plotski/upsies>`_.

The latest release is available on `PyPI <https://pypi.org/project/upsies>`_.

Documentation is hosted on `Read the Docs <https://upsies.readthedocs.io/en/stable/>`_.
