A Python package to interact with the Unifier API.
Project description
Unifier
Unifier is a Python package that provides a simple interface to interact with the Unifier API, allowing for Point-In-Time and streaming data access.
Features
- Query the Unifier API for data.
- Retrieve data in JSON format.
- Convert API responses into pandas DataFrames for easy data manipulation and analysis.
Installation
You can install the package via pip:
pip install unifier
Usage
Here's a basic example of how to use the unifier package:
from unifier import unifier
# Set your user and token
unifier.user = 'your_username'
unifier.token = 'your_api_token'
# Query the API
response = unifier.query(name='your_dataset_name')
# Convert the response to a DataFrame
df = Unifier.get_dataframe(name='your_dataset_name')
print(df.head())
Configuration
Before using the package, ensure you set your user and token attributes in the Unifier class to authenticate with the API.
License
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
Contributing
Contributions are welcome! Please read the contributing guidelines for more information.
Support
For support, please contact support@exponential-tech.ai.
Acknowledgments
- Thanks to the team at Exponential Tech for their support and contributions.
Project details
Release history Release notifications | RSS feed
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
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
File details
Details for the file unifier-0.1.5.tar.gz.
File metadata
- Download URL: unifier-0.1.5.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09b0946e5b3032c87ec3263a216a2874d7d74a82e339a39c78b380ea246b878f
|
|
| MD5 |
75e920a46d898c9955065d33fa09272e
|
|
| BLAKE2b-256 |
37d95ebec8337c0edbc30f48f31758101109e9e170475681dab52838ae20537e
|
File details
Details for the file unifier-0.1.5-py3-none-any.whl.
File metadata
- Download URL: unifier-0.1.5-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
487bb3dfd722ac08a57e864d930cb59d8fecf32c03037ad161e7275d453d3c8a
|
|
| MD5 |
a3a85da018f3a3974ee898a89f071ebc
|
|
| BLAKE2b-256 |
ff74fc2eda286b030b168c8c0e54bb4a43c6405bd5ef7a15476651ff15a9b2b5
|