midas-client


Namemidas-client JSON
Version 1.0.21 PyPI version JSON
download
home_pageNone
SummaryA Python client library to access the midas_server backend.
upload_time2025-02-25 22:30:31
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseApache-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-client

A Rust-based client library designed to interact with the `midas-server`, providing a streamlined interface for accessing data. It is built on top of the `mbinary` library for binary encoding, but offers a higher-level abstraction that enables 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 mbinary**: Leverages the high-performance binary encoding capabilities of the `mbinary` library.

## Installation

You can install `midas-client` 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/5f/85/4e9045df8a11260c428d752212f45e030e4a6fb455808d5448db1a0ff390/midas_client-1.0.21.tar.gz",
    "platform": null,
    "description": "# Midas-client\n\nA Rust-based client library designed to interact with the `midas-server`, providing a streamlined interface for accessing data. It is built on top of the `mbinary` library for binary encoding, but offers a higher-level abstraction that enables 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 mbinary**: Leverages the high-performance binary encoding capabilities of the `mbinary` library.\n\n## Installation\n\nYou can install `midas-client` 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.21",
    "project_urls": null,
    "split_keywords": [
        "midas",
        " client",
        " backend",
        " api"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "885ed6384c7fd470a96d35655d8de7656125618a645ef348719db769e04d6413",
                "md5": "1a6edbe61f2caf1722df7cdd70b06b6d",
                "sha256": "e9525279524205e6161e79492d0d5934abd5e0989a7b5c7ca0d99e42e225d047"
            },
            "downloads": -1,
            "filename": "midas_client-1.0.21-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1a6edbe61f2caf1722df7cdd70b06b6d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 5982,
            "upload_time": "2025-02-25T22:30:29",
            "upload_time_iso_8601": "2025-02-25T22:30:29.333959Z",
            "url": "https://files.pythonhosted.org/packages/88/5e/d6384c7fd470a96d35655d8de7656125618a645ef348719db769e04d6413/midas_client-1.0.21-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5f854e9045df8a11260c428d752212f45e030e4a6fb455808d5448db1a0ff390",
                "md5": "947387e2c9ef0da5fc9f7f76e64e39d2",
                "sha256": "c9b6e0dae191a9a8ee0fd3b6b88d8041ab9a6abb494fac8e4d396c7bd7560c56"
            },
            "downloads": -1,
            "filename": "midas_client-1.0.21.tar.gz",
            "has_sig": false,
            "md5_digest": "947387e2c9ef0da5fc9f7f76e64e39d2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 8251,
            "upload_time": "2025-02-25T22:30:31",
            "upload_time_iso_8601": "2025-02-25T22:30:31.108899Z",
            "url": "https://files.pythonhosted.org/packages/5f/85/4e9045df8a11260c428d752212f45e030e4a6fb455808d5448db1a0ff390/midas_client-1.0.21.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-25 22:30:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "midas-client"
}
        
Elapsed time: 0.45719s