Metadata-Version: 2.1
Name: anonapi
Version: 2.1.2
Summary: Client and tools for working with the anoymization web API
License: MIT
Author: sjoerdk
Author-email: sjoerd.kerkstra@radboudumc.nl
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: factory-boy (>=3.2.1,<4.0.0)
Requires-Dist: fileselection (>=0.3.2,<0.4.0)
Requires-Dist: openpyxl (>=3.1.0,<4.0.0)
Requires-Dist: pydicom (>=2.3.1,<3.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Requires-Dist: tqdm (>=4.64.1,<5.0.0)
Description-Content-Type: text/markdown

# AnonAPI


[![CI](https://github.com/sjoerdk/anonapi/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/sjoerdk/anonapi/actions/workflows/build.yml?query=branch%3Amaster)
[![PyPI](https://img.shields.io/pypi/v/anonapi)](https://pypi.org/project/anonapi/)
[![Code Climate](https://codeclimate.com/github/sjoerdk/anonapi/badges/gpa.svg)](https://codeclimate.com/github/sjoerdk/anonapi)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/anonapi)](https://pypi.org/project/anonapi/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)


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 originally created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage)
