Metadata-Version: 2.1
Name: pytranscoding
Version: 0.1.0
Summary: Python Transcoding Tools
Home-page: https://github.com/asterio.gonzalez/pytranscoding
Author: Asterio Gonzalez
Author-email: asterio.gonzalez@gmail.com
License: MIT license
Keywords: pytranscoding
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: Click (>=7.1.2)
Requires-Dist: glom
Requires-Dist: jmespath
Requires-Dist: pycelium (>=0.1.37)
Requires-Dist: sphinx-autobuild

==================
Python Transcoding
==================


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

.. image:: https://img.shields.io/travis/asterio.gonzalez/pytranscoding.svg
        :target: https://travis-ci.com/asterio.gonzalez/pytranscoding

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




Python Transcoding Tools


* Free software: MIT license
* Documentation: https://pytranscoding.readthedocs.io.


Features
----------------

* TODO

Before Coding
----------------

* create a virtual env

::
	python3 -m venv venv
	source venv/bin/activate
	make install-testing-requisites



Credits
----------------

This package was created with Cookiecutter_ and the `cib_pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cib_pypackage`: https://git.spec-cibernos.com/spec/templates/cib_pypackage


=======
History
=======

0.1.0 (2023-12-23)
------------------

* First release on PyPI.
