Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

presidiopy

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

presidiopy

An API library to interact with Microsoft Presidio

pipPyPI
Version
0.2.0
Maintainers
2

PresidioPY

PresidioPY is a wrapper around requests library to interact with Microsoft Presidio.

Installation

pip install presidiopy

Current support

V1

PathMethodSupported
/api/v1/fieldTypesGETYES
/api/v1/templates/:project/:action/:idGETNO
/api/v1/templates/:project/:action/:idPOSTNO
/api/v1/templates/:project/:action/:idPUTNO
/api/v1/templates/:project/:action/:idDELETENO
/api/v1/projects/:project/analyzePOSTYES
/api/v1/projects/:project/anonymizePOSTNO
/api/v1/projects/:project/anonymize-imagePOSTNO
/api/v1/projects/:project/schedule-scanner-cronjobPOSTNO
/api/v1/projects/:project/schedule-streams-jobPOSTNO
/api/v1/analyzer/recognizersGETYES
/api/v1/analyzer/recognizers/:recognizer_nameGETYES
/api/v1/analyzer/recognizers/:recognizer_namePOSTYES
/api/v1/analyzer/recognizers/:recognizer_namePUTYES
/api/v1/analyzer/recognizers/:recognizer_nameDELETEYES

Releasing new version

pre-requisites

  • Install sdist: pip install -U sdist
  • Install twine: pip install -U twine

Deploy

  • 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.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts