Metadata-Version: 2.1
Name: anonapi
Version: 1.1.1
Summary: Client and tools for working with the anoymization web API
Home-page: https://github.com/sjoerdk/anonapi
Author: Sjoerd Kerkstra
Author-email: sjoerd.kerkstra@radboudumc.nl
License: MIT license
Keywords: anonapi
Platform: UNKNOWN
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.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Requires-Dist: pyyaml
Requires-Dist: click
Requires-Dist: tqdm
Requires-Dist: fileselection (>=0.3.2)
Requires-Dist: pydicom
Requires-Dist: tabulate
Requires-Dist: requests
Requires-Dist: factory-boy

=======
AnonAPI
=======

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

.. image:: https://img.shields.io/travis/sjoerdk/anonapi.svg
    :target: https://travis-ci.org/sjoerdk/anonapi

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

.. image:: https://api.codeclimate.com/v1/badges/ee1a2a2632b671ad2c2a/maintainability
    :target: https://codeclimate.com/github/sjoerdk/anonapi/maintainability
    :alt: Maintainability

.. image:: https://codecov.io/gh/sjoerdk/anonapi/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/sjoerdk/anonapi

.. image:: https://pyup.io/repos/github/sjoerdk/anonapi/shield.svg
    :target: https://pyup.io/repos/github/sjoerdk/anonapi/
    :alt: Updates

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/ambv/black



Client and tools for working with the IDIS web API


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


Features
--------

* Interact with IDIS anonymization server web API via https
* Create, modify, cancel anonymization jobs
* CLI (Command Line Interface) for quick overview of jobs and cancel/restart job.
* Python code with examples for fully automated interaction

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.0.1 (2018-10-23)
------------------

* First release on PyPI

0.0.2-0.0.8 (2018-10-23)
------------------------

* Fixed deployment and packaging issues, pre-alpha

0.0.9 (2018-10-23)
------------------

* Added distutil entry_points to have 'anon' console command after pip install

0.0.10-0.0.18 (2018-11-12)
--------------------------

* Fixed deployment, docs

0.0.19 (2018-11-14)
-------------------

* set python 3.6 Required in setup.py

0.0.20 (2019-02-11)
-------------------

* Improved examples

0.1.0 (2019-07-29)
-------------------

* Replaced python CommandLineParser with click CLI. Makes code more concise, testable and stable

1.0.0 (2020-02-14)
------------------

* Now with docs and job creation functions.


