Name | mbinary JSON |
Version |
1.0.23
JSON |
| download |
home_page | None |
Summary | A binary encoding library designed for efficient data storage and transportation in trading platforms. |
upload_time | 2025-02-19 15:03:40 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | Apache-2.0 |
keywords |
midas
binary-encoding
protocol-buffers
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Midas Binary Encoding
[](LICENSE)
## Disclaimer
The Midas Binary Encoding library is heavily inspired by and directly influenced by the [Databento DBN](https://github.com/databento/dbn) library. When starting this project, I was new to Rust and binary encoding, and much of the initial development was based on learning from and building upon Databento's DBN implementation. While it will continue to evolve into its own implementation, it is important to acknowledge the foundational inspiration provided by Databento's work.
## Overview
The Midas Binary Encoding library is a foundational component of the Midas ecosystem. It serves as the shared protocol for encoding and decoding data across all Midas system components. Although users typically do not interact with mbinary directly, it plays a crucial role in ensuring seamless data exchange between:
- **Midas Server**: Data storage and API backend.
- **MidasTrader**: Core backtesting and live trading engine.
- **Midas Shell**: Command-line and REPL interface.
- **Midas GUI**: Frontend visualization and analysis.
Functions similarly to protocol buffers, providing a structured and efficient binary format for data serialization and deserialization.
## Installation
You can install `mbinary` directly from [PyPI](https://pypi.org/project/mbinary/):
```bash
pip install mbinary
```
## Future Plans
- Extend schema support for additional data types.
- Optimize encoding and decoding for larger datasets.
## Contributing
Contributions are welcome! Feel free to open an issue or submit a pull request with suggestions or improvements.
## License
This project is licensed under the Apache 2.0 License. See the [LICENSE](LICENSE) file for details.
Raw data
{
"_id": null,
"home_page": null,
"name": "mbinary",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "midas, binary-encoding, protocol-buffers",
"author": null,
"author_email": "Anthony Baxter <anthonybaxter819@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/95/4c/5f2c73e3e1f7a8e282aeb6739ee249248ed1c903567ecd7cfc9ac085d11d/mbinary-1.0.23.tar.gz",
"platform": null,
"description": "# Midas Binary Encoding\n\n[](LICENSE)\n\n## Disclaimer\n\nThe Midas Binary Encoding library is heavily inspired by and directly influenced by the [Databento DBN](https://github.com/databento/dbn) library. When starting this project, I was new to Rust and binary encoding, and much of the initial development was based on learning from and building upon Databento's DBN implementation. While it will continue to evolve into its own implementation, it is important to acknowledge the foundational inspiration provided by Databento's work.\n\n## Overview\n\nThe Midas Binary Encoding library is a foundational component of the Midas ecosystem. It serves as the shared protocol for encoding and decoding data across all Midas system components. Although users typically do not interact with mbinary directly, it plays a crucial role in ensuring seamless data exchange between:\n\n- **Midas Server**: Data storage and API backend.\n- **MidasTrader**: Core backtesting and live trading engine.\n- **Midas Shell**: Command-line and REPL interface.\n- **Midas GUI**: Frontend visualization and analysis.\n\nFunctions similarly to protocol buffers, providing a structured and efficient binary format for data serialization and deserialization.\n\n## Installation\n\nYou can install `mbinary` directly from [PyPI](https://pypi.org/project/mbinary/):\n\n```bash\npip install mbinary\n```\n\n## Future Plans\n\n- Extend schema support for additional data types.\n- Optimize encoding and decoding for larger datasets.\n\n## Contributing\n\nContributions are welcome! Feel free to open an issue or submit a pull request with suggestions or improvements.\n\n## License\n\nThis project is licensed under the Apache 2.0 License. See the [LICENSE](LICENSE) file for details.\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A binary encoding library designed for efficient data storage and transportation in trading platforms.",
"version": "1.0.23",
"project_urls": null,
"split_keywords": [
"midas",
" binary-encoding",
" protocol-buffers"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "59f9b2c9a9bb43d4112ced8f53233aaa82cd871c8ad48ab3ac999a0368dd0686",
"md5": "9fe8f839ad1003e5d70d65aeb0cec103",
"sha256": "70343c7b1bdbc3ae97e5f5715d8c723454cc6f159cd801d12806c266a7162043"
},
"downloads": -1,
"filename": "mbinary-1.0.23-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "9fe8f839ad1003e5d70d65aeb0cec103",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 436258,
"upload_time": "2025-02-19T15:03:42",
"upload_time_iso_8601": "2025-02-19T15:03:42.134368Z",
"url": "https://files.pythonhosted.org/packages/59/f9/b2c9a9bb43d4112ced8f53233aaa82cd871c8ad48ab3ac999a0368dd0686/mbinary-1.0.23-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "557cf1b3b5ca44e124478ed4fdc361dc4fa0f7efbfb696fa2f539e5108581d5a",
"md5": "e3a98d5b0a52c5cd41ca57e535d4349d",
"sha256": "41e5e6e24c4cdbd3943ee5f08b3f06c701f61db2073739de869fdeb0eff8d0ed"
},
"downloads": -1,
"filename": "mbinary-1.0.23-cp311-cp311-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "e3a98d5b0a52c5cd41ca57e535d4349d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 600262,
"upload_time": "2025-02-19T15:03:30",
"upload_time_iso_8601": "2025-02-19T15:03:30.692978Z",
"url": "https://files.pythonhosted.org/packages/55/7c/f1b3b5ca44e124478ed4fdc361dc4fa0f7efbfb696fa2f539e5108581d5a/mbinary-1.0.23-cp311-cp311-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3ddbb2be8111ef975e1a305b4313413ce7d476c124ed70c99a15baf8b8984c1f",
"md5": "dd8d24db7a5e27e32b27fce1083e3de1",
"sha256": "8f41231e69ee50022036021cf9f6edbf6e7b265ec9a0e72429e90d68f0e7d39d"
},
"downloads": -1,
"filename": "mbinary-1.0.23-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "dd8d24db7a5e27e32b27fce1083e3de1",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 591979,
"upload_time": "2025-02-19T15:03:24",
"upload_time_iso_8601": "2025-02-19T15:03:24.399534Z",
"url": "https://files.pythonhosted.org/packages/3d/db/b2be8111ef975e1a305b4313413ce7d476c124ed70c99a15baf8b8984c1f/mbinary-1.0.23-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "42b0af414da433f4cd5fcde874bc22ace956d8e25807517281f9085956992d01",
"md5": "823dfd621d4b1364f10c6593e178e5c1",
"sha256": "2622b3e8279a28df993e93985ff0311cdc08c0d5a0f9874bed1fe4fcced5b181"
},
"downloads": -1,
"filename": "mbinary-1.0.23-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "823dfd621d4b1364f10c6593e178e5c1",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 436557,
"upload_time": "2025-02-19T15:03:43",
"upload_time_iso_8601": "2025-02-19T15:03:43.602754Z",
"url": "https://files.pythonhosted.org/packages/42/b0/af414da433f4cd5fcde874bc22ace956d8e25807517281f9085956992d01/mbinary-1.0.23-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dfd06f37a2ca0dad8cab1e180c59f5690836dcb841385e2c362615b9d9d0d005",
"md5": "38804329e45b274b4e1eb006233cdccd",
"sha256": "87b9b3ef8f71d5d449b72e95d902609ade6dead32f38399fb8253ee8a9c52c17"
},
"downloads": -1,
"filename": "mbinary-1.0.23-cp312-cp312-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "38804329e45b274b4e1eb006233cdccd",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 589275,
"upload_time": "2025-02-19T15:03:32",
"upload_time_iso_8601": "2025-02-19T15:03:32.447140Z",
"url": "https://files.pythonhosted.org/packages/df/d0/6f37a2ca0dad8cab1e180c59f5690836dcb841385e2c362615b9d9d0d005/mbinary-1.0.23-cp312-cp312-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ece8f437770b0529ea5fe9ec589bbd915055f5996e31b9593def73223d6143a2",
"md5": "d0774057ce92f52c38daab926c90b325",
"sha256": "351e9f96d2966b76c22bec8661e43c81110c6a715d799e6dbe7845c57e588e13"
},
"downloads": -1,
"filename": "mbinary-1.0.23-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "d0774057ce92f52c38daab926c90b325",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 587125,
"upload_time": "2025-02-19T15:03:26",
"upload_time_iso_8601": "2025-02-19T15:03:26.493946Z",
"url": "https://files.pythonhosted.org/packages/ec/e8/f437770b0529ea5fe9ec589bbd915055f5996e31b9593def73223d6143a2/mbinary-1.0.23-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9bbfa16c5efb8066750f346fa42e527ac198ee869572ca519b727a918668656a",
"md5": "45a1686ea880419c6f997bd5199d5c9c",
"sha256": "2dfb463039b73a71beba4d17f728d248f0a82cfb7a95beb70a8aa2ded09b4a1a"
},
"downloads": -1,
"filename": "mbinary-1.0.23-cp312-cp312-manylinux_2_34_x86_64.whl",
"has_sig": false,
"md5_digest": "45a1686ea880419c6f997bd5199d5c9c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 638409,
"upload_time": "2025-02-19T15:03:12",
"upload_time_iso_8601": "2025-02-19T15:03:12.523903Z",
"url": "https://files.pythonhosted.org/packages/9b/bf/a16c5efb8066750f346fa42e527ac198ee869572ca519b727a918668656a/mbinary-1.0.23-cp312-cp312-manylinux_2_34_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0649ff6ffc65a4c9ca634530baefc1e1ea0e30bca846c4dca4791dcb621c015a",
"md5": "5edcbf235d2daa775e883c5ba3e75b66",
"sha256": "0d374cf6ce1788bf4114d303fec9e8f1ef8d669e813eacabaca6dc95a56d95f4"
},
"downloads": -1,
"filename": "mbinary-1.0.23-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "5edcbf235d2daa775e883c5ba3e75b66",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 439863,
"upload_time": "2025-02-19T15:03:46",
"upload_time_iso_8601": "2025-02-19T15:03:46.064782Z",
"url": "https://files.pythonhosted.org/packages/06/49/ff6ffc65a4c9ca634530baefc1e1ea0e30bca846c4dca4791dcb621c015a/mbinary-1.0.23-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "839b4fc6f379a7a03855552cdc2e3aa01eebd0c8df447544d8fbdedc57e1f451",
"md5": "3d4afb36167298bcc779854ee623eb1e",
"sha256": "4dba49f6d2335dad3f84b1e6dabfb6c2432c294f210122eb0f84f398b9b75026"
},
"downloads": -1,
"filename": "mbinary-1.0.23-cp313-cp313-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "3d4afb36167298bcc779854ee623eb1e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 587932,
"upload_time": "2025-02-19T15:03:34",
"upload_time_iso_8601": "2025-02-19T15:03:34.031819Z",
"url": "https://files.pythonhosted.org/packages/83/9b/4fc6f379a7a03855552cdc2e3aa01eebd0c8df447544d8fbdedc57e1f451/mbinary-1.0.23-cp313-cp313-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4e970712ff381f2f882b34d2795c6768ea95a8cb39624aae9f7c9d41c9eacd48",
"md5": "c3d2bde162f79880c92a0306597cd9da",
"sha256": "dbaf63dc02545ec3ab0917ebebfdd4c3559e59ce3ba8fda7cae26a1d84f8bdcc"
},
"downloads": -1,
"filename": "mbinary-1.0.23-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "c3d2bde162f79880c92a0306597cd9da",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 586515,
"upload_time": "2025-02-19T15:03:28",
"upload_time_iso_8601": "2025-02-19T15:03:28.501672Z",
"url": "https://files.pythonhosted.org/packages/4e/97/0712ff381f2f882b34d2795c6768ea95a8cb39624aae9f7c9d41c9eacd48/mbinary-1.0.23-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6b751964d46c41faab0426333bc6399102db558e883c3770e7f71a6bc4147086",
"md5": "8a435d065024123d052b3de9adaa22cd",
"sha256": "f2bfddfd04906f6dc6473d39bab9d6b7af099e8cf107189c2a2a97fcc781209a"
},
"downloads": -1,
"filename": "mbinary-1.0.23-cp313-cp313-manylinux_2_34_x86_64.whl",
"has_sig": false,
"md5_digest": "8a435d065024123d052b3de9adaa22cd",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 637735,
"upload_time": "2025-02-19T15:03:14",
"upload_time_iso_8601": "2025-02-19T15:03:14.685436Z",
"url": "https://files.pythonhosted.org/packages/6b/75/1964d46c41faab0426333bc6399102db558e883c3770e7f71a6bc4147086/mbinary-1.0.23-cp313-cp313-manylinux_2_34_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "81034738f926c1265a96465d00d8bc18306463bcf4e18a8b1d68fa9f6694a03c",
"md5": "8fe867af73d3b443b5248a84bebd2018",
"sha256": "40d9a4c2c4262032662d64fdf40b65d2defe83b46852ce61b12b4048e810e67c"
},
"downloads": -1,
"filename": "mbinary-1.0.23-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "8fe867af73d3b443b5248a84bebd2018",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 439717,
"upload_time": "2025-02-19T15:03:47",
"upload_time_iso_8601": "2025-02-19T15:03:47.684785Z",
"url": "https://files.pythonhosted.org/packages/81/03/4738f926c1265a96465d00d8bc18306463bcf4e18a8b1d68fa9f6694a03c/mbinary-1.0.23-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "87e15780c67b4ddfd3e5ada0730f46e3cba101fb98979fa909135695efcf9852",
"md5": "d72a8ba4d6f6197e4dd38dd96eb6e8e2",
"sha256": "2cc418aaf5b1ac9935488035902b3e7940ca076a3c28ad7c87b6a6b0d3fa380d"
},
"downloads": -1,
"filename": "mbinary-1.0.23-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "d72a8ba4d6f6197e4dd38dd96eb6e8e2",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 437341,
"upload_time": "2025-02-19T15:03:49",
"upload_time_iso_8601": "2025-02-19T15:03:49.860211Z",
"url": "https://files.pythonhosted.org/packages/87/e1/5780c67b4ddfd3e5ada0730f46e3cba101fb98979fa909135695efcf9852/mbinary-1.0.23-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2c70c2676c2aa8283393c140306dae12fda24f743604cdce32b505ca746fdf79",
"md5": "fed01e202efd6244af9227dc91551305",
"sha256": "f24fe9864fbcc44f106f6ba4a6b0f96d67825b64824982669b3224c136290bfe"
},
"downloads": -1,
"filename": "mbinary-1.0.23-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "fed01e202efd6244af9227dc91551305",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 437378,
"upload_time": "2025-02-19T15:03:51",
"upload_time_iso_8601": "2025-02-19T15:03:51.362282Z",
"url": "https://files.pythonhosted.org/packages/2c/70/c2676c2aa8283393c140306dae12fda24f743604cdce32b505ca746fdf79/mbinary-1.0.23-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "954c5f2c73e3e1f7a8e282aeb6739ee249248ed1c903567ecd7cfc9ac085d11d",
"md5": "f1f3481df60b09fbecd1a534561b5289",
"sha256": "7125d7e366e6f96599e9d4cb58eee55c8aa8ec6a3fb8e87d723ee15c7c6b2522"
},
"downloads": -1,
"filename": "mbinary-1.0.23.tar.gz",
"has_sig": false,
"md5_digest": "f1f3481df60b09fbecd1a534561b5289",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 65190,
"upload_time": "2025-02-19T15:03:40",
"upload_time_iso_8601": "2025-02-19T15:03:40.972013Z",
"url": "https://files.pythonhosted.org/packages/95/4c/5f2c73e3e1f7a8e282aeb6739ee249248ed1c903567ecd7cfc9ac085d11d/mbinary-1.0.23.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-19 15:03:40",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "mbinary"
}