Metadata-Version: 1.2
Name: anonapi
Version: 0.1.4
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
Description: =======
        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/5c3b7f45f6a476d0f21e/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/comic/evalutils/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.
        * CLI can save servers and credentials locally for convenience
        * 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
        
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
