Python Package to connect to ossit API
Project description
Ossit
- API helper to connect to Ossi's API.
Usage
Authentication
- Configure your domain key in the ossit module.
import ossit
ossit.domain_key = 'Your-Own-Unique-Domain-Key-That-Secure'
Domain
import ossit
# Retries domain information
domain_data = ossit.Domain.get_deaitls()
Data
Data groups are used to help store related statistics. Data must belong to a group.
import ossit
# Retries data group information
data_group_data = ossit.Group.get_deaitls()
group_list = ossit.Group.get_list()
# Enter data into a group.
data = ossit.Data().enter(
group_name='Revenue',
data_name='BBQ Sales',
data_value=1000,
method_type='set'
)
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
ossit-0.1.6.tar.gz
(3.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ossit-0.1.6-py3-none-any.whl
(4.4 kB
view details)
File details
Details for the file ossit-0.1.6.tar.gz.
File metadata
- Download URL: ossit-0.1.6.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfdfb14180d09c525bb946fb789658037fc467c72b4518fb075695762d73cf89
|
|
| MD5 |
4ab2e7d54189a3762a3fd6666989beaa
|
|
| BLAKE2b-256 |
c7a293d750199ec903b150536740e60be962652b5f0a94331e43d3bcbce4de08
|
File details
Details for the file ossit-0.1.6-py3-none-any.whl.
File metadata
- Download URL: ossit-0.1.6-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1161665e41071e32ac9901d2a91492e9de6c9eaca074a0d43929d6a0b509d3fa
|
|
| MD5 |
55d45f7f164aa2e76f126e104717f186
|
|
| BLAKE2b-256 |
1d7b2b0f5e17a86698a3731074442794a8b19c119d14adc6e4d9f9b92d616e42
|