Metadata-Version: 1.2
Name: anonapi
Version: 1.5.0
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/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
        =======
        
        1.5.0 (2020-10-22)
        ------------------
        
        * Introduces csv and xlsx files as input to mapping functions. You can now add all paths
          in a csv file to a mapping with one command
        
        
        1.4.0 (2020-10-20)
        ------------------
        
        * Changes the way settings are written. Old-style settings can still
          be read and will be converted at any save
        
        1.3.0 (2020-09-20)
        ------------------
        
        * Removes add-all-study-folders, add-study-folders now accepts wildcards
        
        
        1.2.2 (2020-09-10)
        ------------------
        
        * Mapping files can now be either comma or colon-delimited
        * Newly created files will head locale for delimiter
        
        1.1.0 (2020-03-18)
        ------------------
        
        * Adds ability to create anonymization jobs
        
        1.0.0 (2020-02-14)
        ------------------
        
        * Now with docs and job creation functions.
        
        
        0.0.9 (2018-10-23)
        ------------------
        
        * Added distutil entry_points to have 'anon' console command after pip install
        
        0.0.2-0.0.8 (2018-10-23)
        ------------------------
        
        * Fixed deployment and packaging issues, pre-alpha
        
        0.0.19 (2018-11-14)
        -------------------
        
        * set python 3.6 Required in setup.py
        
        0.0.1 (2018-10-23)
        ------------------
        
        * First release on PyPI
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
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
