Last updated:
0 purchases
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': '[email protected]'
})
Install
pip install invest-pir-api-client
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.