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

analyzere

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

analyzere

  • 0.8
  • PyPI
  • Socket score

Maintainers
1

Analyze Re Python Client

This is a Python wrapper for a Analyze Re REST API. It allows you to easily utilize the PRIME Re platform in your applications.

Installation

::

pip install analyzere

Usage

Please see http://docs.analyzere.net/?python for the most up-to-date documentation.

Package Management

The Analyze Re Python Client uses Poetry <https://python-poetry.org/>_ for package and dependency management. Poetry can be easily installed using either pip or conda.

Testing

poetry run pytest (or) poetry run py.test

Increment version

If you are going to publish a new version increment the version number in the pyproject.toml file.

Testing Publication

poetry build

poetry config repositories.testpypi https://test.pypi.org/legacy/

poetry publish --repository testpypi --username __token__ --password <token_value>

Publishing

poetry build

poetry publish --username __token__ --password <token_value>

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