Name | midas-client JSON |
Version |
1.0.7
JSON |
| download |
home_page | None |
Summary | A Python client library to access the midas_server backend. |
upload_time | 2025-01-14 16:54:42 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | Apache-2.0 |
keywords |
midas
client
backend
api
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Midas-py
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
[![pypi-version](https://img.shields.io/pypi/v/midas-client.svg)](https://pypi.org/project/midas-client/)
A Python-based client library designed to interact with the `midas-server`, providing a streamlined interface for accessing data. Similar to its Rust counterpart (`midas-rs`), it leverages the `mbn` library for binary encoding, enabling both streaming data and saving it to binary MBN-encoded files.
## Features
- **Stream Data**: Fetch live or historical data directly from the `midas-server` in real-time.
- **Save to File**: Save data to a binary MBN-encoded file for efficient storage and retrieval.
- **Built on MBN**: Leverages the high-performance binary encoding capabilities of the `mbn` library.
## Installation
You can install `midas-py` directly from [PyPI](https://pypi.org/project/midas-client/):
```bash
pip install midas-client
```
## Documentation
Detailed documentation is coming soon. Stay tuned for examples and usage guides!
## Contributing
Contributions are welcome! Feel free to open issues or submit pull requests to improve the library.
## License
Licensed under the [Apache-2.0 License](LICENSE).
Raw data
{
"_id": null,
"home_page": null,
"name": "midas-client",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "midas, client, backend, API",
"author": null,
"author_email": "Anthony Baxter <anthonybaxter819@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/93/8d/ab041be5d9b7b2faa4422d95bfa508ee51ddf3e7571f802ec35d948f4e60/midas_client-1.0.7.tar.gz",
"platform": null,
"description": "# Midas-py\n\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)\n[![pypi-version](https://img.shields.io/pypi/v/midas-client.svg)](https://pypi.org/project/midas-client/)\n\nA Python-based client library designed to interact with the `midas-server`, providing a streamlined interface for accessing data. Similar to its Rust counterpart (`midas-rs`), it leverages the `mbn` library for binary encoding, enabling both streaming data and saving it to binary MBN-encoded files.\n\n## Features\n\n- **Stream Data**: Fetch live or historical data directly from the `midas-server` in real-time.\n- **Save to File**: Save data to a binary MBN-encoded file for efficient storage and retrieval.\n- **Built on MBN**: Leverages the high-performance binary encoding capabilities of the `mbn` library.\n\n## Installation\n\nYou can install `midas-py` directly from [PyPI](https://pypi.org/project/midas-client/):\n\n```bash\npip install midas-client\n```\n\n## Documentation\n\nDetailed documentation is coming soon. Stay tuned for examples and usage guides!\n\n## Contributing\n\nContributions are welcome! Feel free to open issues or submit pull requests to improve the library.\n\n## License\n\nLicensed under the [Apache-2.0 License](LICENSE).\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Python client library to access the midas_server backend.",
"version": "1.0.7",
"project_urls": null,
"split_keywords": [
"midas",
" client",
" backend",
" api"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "46090c4772d19861aed82869f220d07d4be75c6bf0f10660b6d8b3e52afb7123",
"md5": "ac06b820e0a55fec66185bed8dc1d32b",
"sha256": "603be8d48d619cf5a81377b1fef828f3554b3df339fa072d55aea32d60615664"
},
"downloads": -1,
"filename": "midas_client-1.0.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ac06b820e0a55fec66185bed8dc1d32b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 9435,
"upload_time": "2025-01-14T16:54:40",
"upload_time_iso_8601": "2025-01-14T16:54:40.291173Z",
"url": "https://files.pythonhosted.org/packages/46/09/0c4772d19861aed82869f220d07d4be75c6bf0f10660b6d8b3e52afb7123/midas_client-1.0.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "938dab041be5d9b7b2faa4422d95bfa508ee51ddf3e7571f802ec35d948f4e60",
"md5": "51f595bcaec5be3dd566dc4c45ee71c0",
"sha256": "5ab3370974c76d79a1513179954b6c119cfdef49a3200cced3260299df54e474"
},
"downloads": -1,
"filename": "midas_client-1.0.7.tar.gz",
"has_sig": false,
"md5_digest": "51f595bcaec5be3dd566dc4c45ee71c0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 11313,
"upload_time": "2025-01-14T16:54:42",
"upload_time_iso_8601": "2025-01-14T16:54:42.516429Z",
"url": "https://files.pythonhosted.org/packages/93/8d/ab041be5d9b7b2faa4422d95bfa508ee51ddf3e7571f802ec35d948f4e60/midas_client-1.0.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-14 16:54:42",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "midas-client"
}