Metadata-Version: 2.2
Name: subtransAI
Version: 1.0.4
Summary: Python project using AI for subtitle translation.
Author-email: Tyrion <maple_leaf_7@msn.com>
Maintainer-email: Tyrion <maple_leaf_7@msn.com>
License: MIT license
Project-URL: bugs, https://github.com/tyrion-wang/subtitle_translator/issues
Project-URL: changelog, https://github.com/tyrion-wang/subtitle_translator/blob/master/changelog.md
Project-URL: homepage, https://github.com/tyrion-wang/subtitle_translator
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: typer~=0.13.1
Requires-Dist: openai~=1.55.0
Requires-Dist: srt~=3.5.3
Requires-Dist: rich~=13.9.4
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"

===================
subtitle_translator
===================


.. image:: https://img.shields.io/pypi/v/subtitle_translator.svg
        :target: https://pypi.python.org/pypi/subtitle_translator

.. image:: https://img.shields.io/travis/tyrion-wang/subtitle_translator.svg
        :target: https://travis-ci.com/tyrion-wang/subtitle_translator

.. image:: https://readthedocs.org/projects/subtitle-translator/badge/?version=latest
        :target: https://subtitle-translator.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Python project using AI for subtitle translatio.


* Free software: MIT license
* Documentation: https://subtitle-translator.readthedocs.io.


Features
--------

* TODO

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
