An API library to interact with Microsoft Presidio
Project description
PresidioPY
PresidioPY is a wrapper around requests library to interact with Microsoft Presidio.
Installation
pip install presidiopy
Current support
V1
Path | Method | Supported |
---|---|---|
/api/v1/fieldTypes | GET | YES |
/api/v1/templates/:project/:action/:id | GET | NO |
/api/v1/templates/:project/:action/:id | POST | NO |
/api/v1/templates/:project/:action/:id | PUT | NO |
/api/v1/templates/:project/:action/:id | DELETE | NO |
/api/v1/projects/:project/analyze | POST | YES |
/api/v1/projects/:project/anonymize | POST | NO |
/api/v1/projects/:project/anonymize-image | POST | NO |
/api/v1/projects/:project/schedule-scanner-cronjob | POST | NO |
/api/v1/projects/:project/schedule-streams-job | POST | NO |
/api/v1/analyzer/recognizers | GET | YES |
/api/v1/analyzer/recognizers/:id | GET | YES |
/api/v1/analyzer/recognizers/:id | POST | NO |
/api/v1/analyzer/recognizers/:id | PUT | NO |
/api/v1/analyzer/recognizers/:id | DELETE | NO |
Releasing new version
- Increase version on setup.py
- Clean
/dist
folder. - Generate new distribution files:
python3 setup.py sdist bdist_wheel
- Push it to PyPi:
python3 -m twine upload dist/*
Check the documentation in case it is necessary: https://packaging.python.org/tutorials/packaging-projects/
Development sponsor
The development of this library is sponsored by QueryLayer: The next generation of Data-Sharing.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
presidiopy2-0.0.1.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file presidiopy2-0.0.1.tar.gz
.
File metadata
- Download URL: presidiopy2-0.0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8cc87c381399a837eb98b164560e6ba16af36eb495d290d47c0007331f78fb2 |
|
MD5 | cd2aeb9ec214c9d4e638f3e9e770a238 |
|
BLAKE2b-256 | 8d1921d5a5c39f9f30424f9a593d1ca6aee682bf423b5087ff1e59240acd20d4 |
File details
Details for the file presidiopy2-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: presidiopy2-0.0.1-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0cbd5c06598232b273ea4d6362747d3a7571879593e70a3e8da1163fa0f42efa |
|
MD5 | 453fa693763c05322deef63951eecfa5 |
|
BLAKE2b-256 | 9e92520474491216b7f84630cf5349ba9aa4da2fad18a3ce572794b3126cb182 |