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
/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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
presidiopy-0.1.0.tar.gz
(2.9 kB
view details)
Built Distribution
File details
Details for the file presidiopy-0.1.0.tar.gz
.
File metadata
- Download URL: presidiopy-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4534bf79bf5fb662a8281f5a931e3438bcdff99d26d87a3747c1d0c8eec2ef55 |
|
MD5 | 8dfa9669a323e2d5b8f62224bdaf38ca |
|
BLAKE2b-256 | b0843b6139e08e726ba9c4fa9e723142aa62b010e5235793920dffb5481aff83 |
File details
Details for the file presidiopy-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: presidiopy-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a9261ee89e2efc66c1aa69123269bea4d78ded7bd5c78d122ecddd21fff8d2a |
|
MD5 | 1269b5e20209a05319e6b2685122f834 |
|
BLAKE2b-256 | 402a07a464aa12561381a75866154b4c243460e37246adb61554dfa632821a9f |