A library built for azira application to make it easier for users to subscribe to crypto tokens and continuously receive data in near real-time
Project description
AziraClient
AziraClient is a compreshensive libraru built on top of Azira a service grants users the ability to subscribe and receive crypto tokens data in near real-time. A possible use case for this is when you need to build bots that sends you real-time updates or applications that continuously needs real-time updates about a particular crypto token.
Features
- registration
- login
- subscribe to receive data about your tokens in real-time
Installation
To install AziraClient, run the following command:
``pip install aziraclient``
Quick Start
Here's a quick example to get you started:
from aziraclient.auth.auth_client import AuthClient
from aziraclient.subscription.subscription import SubscribeToToken
# User authentication
"""
base_url: url where your server application is running.
"""
auth_client = AuthClient(base_url="http://localhost:8000")
auth_client.register_user("username", "password")
auth_client.login_user("username", "password")
# WebSocket subscription
"""
username: name of what you registered with
jwt_token: would be returned upon successful login.
action: "subscribe" or "unsubscribe"
token_name: name of token to subscribe to.
url: ipaddress / url address of the server
"""
tester = SubscribeToToken("username", "jwt_token", "action", "token_name", "localhost:8000")
tester.test_connection()
Modules
Authentication
Handles user registration and login, managing JWT tokens for secure access.
Subscription
Manages WebSocket subscriptions, allowing users to subscribe or unsubscribe from specific tokens.
Message Bus Tester
Provides tools for testing and interacting with ZeroMQ message bus streams.
Usage
Refer to example_usage.py
for detailed examples on how to use each module.
Contributing
Contributions to aziraclient are welcome! Please read our contributing guidelines for details on how to submit pull requests, report issues, or request features.
Notes
Here are things I need to do to improve this. At the moment this package only works with this project. Azira
- If you're interested in testing things out you can check the main project and run it alongside
- Make sure the library works with every stock token on the stock market.
License
This project is licensed under the MIT License - see the LICENSE file for details.
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 aziraclient-0.1.5.tar.gz
.
File metadata
- Download URL: aziraclient-0.1.5.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0097085fca29cf13a981a56db9665e14db0c05028490f72d64e1444062052e8 |
|
MD5 | 09f4ed4a77f21fae5a46c68f146a0e95 |
|
BLAKE2b-256 | f9f0b78a849b58927f59a1fa13acf42327527ae0d5e8ece0943bd727424c8b4c |
File details
Details for the file aziraclient-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: aziraclient-0.1.5-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6675ea542748bea22bd9ff8f7bd7150b24dc7bc448b1a2dba96b6f9455315356 |
|
MD5 | 1a0c515bf6413f5db85711ecd54d7a0b |
|
BLAKE2b-256 | 640bbef3833155b8fe9b64bfcf8c25d4c4fa28658a736f360b6af671ad755521 |