Metadata-Version: 2.1
Name: mirror-up
Version: 0.1.6
Summary: Upload files to online mirroring services.
Home-page: https://github.com/mycsina/mirror_up
License: MIT
Author: Mycsina
Author-email: mycsina@protonmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
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.9
Requires-Dist: alive-progress (>=2.3.1,<3.0.0)
Requires-Dist: format-byte (>=1.1.1,<2.0.0)
Requires-Dist: httpx (==0.23.0)
Requires-Dist: multivolumefile (>=0.2.3,<0.3.0)
Requires-Dist: notify-py (>=0.3.3,<0.4.0)
Requires-Dist: pyperclip (>=1.8.2,<2.0.0)
Requires-Dist: python-dotenv (==0.20.0)
Requires-Dist: trio (>=0.20.0,<0.21.0)
Requires-Dist: typer (>=0.4.0,<0.5.0)
Description-Content-Type: text/x-rst

=========
mirror-up
=========

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

Upload your files to MirrorAce


Quickstart
--------------

Install the package from PyPi

.. code-block:: console

        $ pip install mirror-up

Create an account at MirrorAce and set your environment variables

.. code-block:: console

        MirAce_K=     # MirrorAce API key
        MirAce_T=   # MirrorAce API Token
        ZIP_SAVE=    # Path where to store temp files

Upload the file/folder at a given path to MirrorAce

.. code-block:: console

        $ python -m mirror_up mirror_ace upload PATH...

Upload all files inside given folder as separate uploads

.. code-block:: console

        $ python -m mirror_up mirror_ace folder PATH...

* Free software: MIT
* Documentation: https://mirror-up.readthedocs.io.


Credits
-------

This package was created with Cookiecutter_ and the `briggySmalls/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`briggySmalls/cookiecutter-pypackage`: https://github.com/briggySmalls/cookiecutter-pypackage

