Skip to main content

Tremendous Api Client Python package

Project description

PyPI version

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

MIT

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

TremendousClient-0.0.2.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

TremendousClient-0.0.2-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file TremendousClient-0.0.2.tar.gz.

File metadata

  • Download URL: TremendousClient-0.0.2.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.6

File hashes

Hashes for TremendousClient-0.0.2.tar.gz
Algorithm Hash digest
SHA256 28e1e1d841780651a47d08d6a3e3ec18b9007184a943dc12233077c29edc74be
MD5 fa997b4bdad987e0c06aaa002f14ee6a
BLAKE2b-256 5f1f9b33115b39e622eec39fbe8add0b6732278531a5e1dfdca93f69d6565b9b

See more details on using hashes here.

File details

Details for the file TremendousClient-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for TremendousClient-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f5197c35d7605cc7f0fbf4f4adb11aac587466bd5e795a7ec94e457e744d0a87
MD5 ed0eff64e32147b73bec7630b4fff9e9
BLAKE2b-256 98133fcf463939d7a97f120d324653652f1b8babde5cbc30b0311838ecfe5d57

See more details on using hashes here.

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