Metadata-Version: 2.1
Name: download_station_api
Version: 0.1.3
Summary: Small python wrapper for interacting with the Synology Download Station
Home-page: https://github.com/paul-armstrong-dev/download_station_api
Author: Paul Armstrong
Author-email: paul_armstrong211@gmail.com
License: MIT license
Keywords: download_station_api,synology
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst

====================
Download Station API
====================


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

.. image:: https://api.travis-ci.com/paul-armstrong-dev/download-station-api.svg?branch=main
        :target: https://api.travis-ci.com/paul-armstrong-dev/download-station-api.svg?branch=main

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


Small python wrapper for interacting with the Synology Download Station.


* Free software: MIT license
* Documentation: https://download-station-api.readthedocs.io.
* Synology documentation: https://global.download.synology.com/download/Document/Software/DeveloperGuide/Package/DownloadStation/All/enu/Synology_Download_Station_Web_API.pdf

Features
--------

* TODO: Write this readme


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


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

0.1.1 (2021-06-26)
------------------
* First release & update PyPI.
