Go to file
sascha 17e6d7bb4e Initial commit
Created the basic project structure.
2021-03-14 16:08:40 +00:00
.github Initial commit 2021-03-14 16:08:40 +00:00
docs Initial commit 2021-03-14 16:08:40 +00:00
fuseiontranscode Initial commit 2021-03-14 16:08:40 +00:00
tests Initial commit 2021-03-14 16:08:40 +00:00
.editorconfig Initial commit 2021-03-14 16:08:40 +00:00
.gitignore Initial commit 2021-03-14 16:08:40 +00:00
.travis.yml Initial commit 2021-03-14 16:08:40 +00:00
AUTHORS.rst Initial commit 2021-03-14 16:08:40 +00:00
CONTRIBUTING.rst Initial commit 2021-03-14 16:08:40 +00:00
HISTORY.rst Initial commit 2021-03-14 16:08:40 +00:00
LICENSE Initial commit 2021-03-14 16:08:40 +00:00
Makefile Initial commit 2021-03-14 16:08:40 +00:00
MANIFEST.in Initial commit 2021-03-14 16:08:40 +00:00
README.rst Initial commit 2021-03-14 16:08:40 +00:00
requirements_dev.txt Initial commit 2021-03-14 16:08:40 +00:00
setup.cfg Initial commit 2021-03-14 16:08:40 +00:00
setup.py Initial commit 2021-03-14 16:08:40 +00:00
tox.ini Initial commit 2021-03-14 16:08:40 +00:00

================
FUSEionTranscode
================


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

.. image:: https://img.shields.io/travis/Sticklyman1936/fuseiontranscode.svg
        :target: https://travis-ci.com/Sticklyman1936/fuseiontranscode

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




A FUSE-based filesystem which can transcode files on the fly.


* Free software: Apache Software License 2.0
* Documentation: https://fuseiontranscode.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