Metadata-Version: 2.1
Name: accsyn-python-api
Version: 3.0.3
Summary: A Python API for accsyn programmable fast and secure data delivery software
Home-page: https://github.com/accsyn/accsyn-python-api.git
Author: Henrik Norin
Author-email: henrik.norin@accsyn.com
License: Apache License (2.0)
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7.9, <4.0
Description-Content-Type: text/markdown
Requires-Dist: requests

# accsyn-python-api
Official accsyn fast film delivery Python API

Complete Python API reference can be found [here](https://support.accsyn.com/python-api).


Changelog:
----------

See doc/release_notes.rst


Documentation:
--------------

[https://accsyn-python-api.readthedocs.io/en/latest](https://accsyn-python-api.readthedocs.io/en/latest)


Building:
---------

To build the documentation locally, run:

```
    cd doc
    pip install -r requirements.txt
    python -m sphinx -T -E -b html -d _build/doctrees -D language=en . ../dist/doc
```

Deploying:
----------

```
python setup.py sdist bdist_wheel
twine upload --verbose --username accsyn dist/*
```

Henrik Norin, HDR AB, 2023
accsyn(r) - secure data delivery and workflow sync
https://accsyn.com 
https://support.accsyn.com

