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/:recognizer_name | GET | YES |
| /api/v1/analyzer/recognizers/:recognizer_name | POST | YES |
| /api/v1/analyzer/recognizers/:recognizer_name | PUT | YES |
| /api/v1/analyzer/recognizers/:recognizer_name | DELETE | YES |
Releasing new version
- Increase version on setup.py
- Clean
/distfolder. - 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file presidiopy2-0.0.2.tar.gz.
File metadata
- Download URL: presidiopy2-0.0.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8e28eeba83afeeedd203caa81388e622336bf740c7904622b3177fb42c341ec
|
|
| MD5 |
b35a6c0fef10b9baec27beb2ce14a869
|
|
| BLAKE2b-256 |
bbba6bedab376cbe108a0227a54af41440162629129e0dc91f77f1e5dd546cbf
|
File details
Details for the file presidiopy2-0.0.2-py3-none-any.whl.
File metadata
- Download URL: presidiopy2-0.0.2-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d419453cb02642f0b9c9d59ebf01b15d76cde41827e41e2c9d8fb14599c9bbee
|
|
| MD5 |
268b8c84b25ee33cad8f32037fc18eb8
|
|
| BLAKE2b-256 |
362059e5d2213334283ef1672875387570587a9236ca25e69fe834345e3ae1da
|