pir-client 1.2.1

Creator: codyrutscher

Last updated:

Add to Cart

Description:

pirclient 1.2.1

Invest PIR API Client



Client for the PIR service (yet to be deployed)
Example
from pir_client.client import PIRAPIClient

client = PIRAPIClient(
base_url=settings.PIR_API_URL,
api_key=settings.PIR_API_KEY
)

# Creates report and sends email
client.create_report({
'name': 'test',
'sector': 'tech',
'market': 'usa',
'company': 'Acme',
'email': 'foo@acme.com'
})

Install
pip install invest-pir-api-client

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.