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
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.0.3.tar.gz
(2.5 kB
view details)
Built Distribution
File details
Details for the file presidiopy-0.0.3.tar.gz
.
File metadata
- Download URL: presidiopy-0.0.3.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.5.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3a061ca8fe3be3edc2757e1c7d8547bf5d79e632a3f6315bc64fd4062c2e8cc |
|
MD5 | cdadc90503a2562507bd39764fc9519e |
|
BLAKE2b-256 | 63eee430794603919eb1ad0b0003e97579201b4f165dbf3b36acbfa409a14379 |
File details
Details for the file presidiopy-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: presidiopy-0.0.3-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.5.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e958b5a9694a1d17a922d3baf23d1e1d98bc533b3c9a1f1f39a8115ba74fb3b0 |
|
MD5 | a7e17a764a3038ba74420995d8e0fe69 |
|
BLAKE2b-256 | 8481218da0819e597db7425d1b5b794ab1d2ab5b96474fab52b32df5d4973026 |