Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

presidiopy

Package Overview
Dependencies
Maintainers
2
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

  • 0.2.0
  • PyPI
  • Socket score

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

  1. Install sdist: pip install -U sdist
  2. Install twine: pip install -U twine

Deploy

  1. Increase version on setup.py
  2. Clean /dist folder.
  3. Generate new distribution files: python3 setup.py sdist bdist_wheel
  4. 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc