Tremendous Api Client Python package
Project description
Tremendous Api Client Python PyPackage
Tremendous Api Client client is a Python library to access services quickly.
Installation
Use the package manager pip to install foobar.
pip install TremendousClient
Environment Variables
TREMENDOUS_ENV: 'dev|prod'
TREMENDOUS_TOKEN: 'TREMENDOUS TOKEN'
Note
If you don't want to set this variables from global environment you can pass them to class. You can see usage below
Usage
from tremendous import TremendousService
kwargs = {
# you can also set tremendous environment from environment.
'environment': 'dev|prod', # Default value : dev
# you can also set token from environment.
'token': 'tremendous token', # Default value : None
}
tremendous_Service = TremendousService(**kwargs)
#Products
tremendous_Service.getProducts()
#Funding Source
tremendous_Service.getFundingSource()
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
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
Built Distribution
File details
Details for the file TremendousClient-0.0.4.tar.gz
.
File metadata
- Download URL: TremendousClient-0.0.4.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e642512cbbf729cb207c0bdaf97069b807bbae150a813af33b37d0477cbdac9 |
|
MD5 | 877622b388e7ab2209f69ea4973368f8 |
|
BLAKE2b-256 | 7bed37b9488281c99d80611c40dea3d3c35809b4c83147d82ee6014ad1e3ecb6 |
File details
Details for the file TremendousClient-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: TremendousClient-0.0.4-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a50f991365041ac5d7b17c4130aa1bc1197d7ec48637be5e478004fc0fa17566 |
|
MD5 | 5fc0c2fe56bcc70b25f894ccd847ed78 |
|
BLAKE2b-256 | 4603e3cec9ed6d27063432c52d804f1272b0fb2dcfeb26a76d1426ccd0d6f425 |