Installing and Using Chronulus SDK
1. Create your Chronulus Account
- Go to xxxx.chronulus.com
- You can sign in with your Google account or create an account with your email.
Create an API Key
- Click "Get API keys" on the landing page.
- Click "Create new API Key" and give your key a name
Once created, your API keys will be listed on the API Keys page.
Select your subscription
In order to queue and retrieve predictions, you will need an active subscription plan.
- Go to the Billing page and select the plan that fits your needs
- Each monthly plan is bundled with a usage package in units of 'chrons'
2. Install Chronulus SDK
The Chronulus SDK is available on PyPI.
To install, simply run:
pip install chronulus
Dependencies
- chronulus-core
- pydantic
- pandas