Skip to main content

No project description provided

Project description

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

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

analyzere-0.7.1.tar.gz (10.3 kB view hashes)

Uploaded Source

Built Distribution

analyzere-0.7.1-py3-none-any.whl (11.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page