litebook


Namelitebook JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryA fast limit order book in Python utilizing a Rust backend
upload_time2025-01-28 01:57:47
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT License
keywords limit order book order book
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # litebook

[![litebook Downloads](https://static.pepy.tech/personalized-badge/litebook?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Downloads)](https://pepy.tech/project/litebook) [![Build](https://github.com/pnxenopoulos/litebook/actions/workflows/build.yml/badge.svg)](https://github.com/pnxenopoulos/litebook/actions/workflows/build.yml) [![MIT License](https://img.shields.io/badge/license-MIT-lightgrey)](https://github.com/pnxenopoulos/litebook/blob/main/LICENSE)

A fast and performant limit order book in Python utilizing a Rust backend. Install it with

```shell
pip install litebook
```

## Using litebook
Get started with litebook using the following example:

```python
import litebook as lb

# Create an OrderBook
orderbook = lb.OrderBook(tick_size=0.01)

# Create some orders (this not _add_ the order!)
buy_order = book.create_order(lb.OrderType.Buy, price=10.05, quantity=10.0)
sell_order = book.create_order(lb.OrderType.Sell, price=10.05, quantity=5.0)

# Add the orders (this returns a list of Fill objects)
_no_fills = book.add(buy_order)
fills = book.add(sell_order)

# Check the fill
print(fill)

# Check the status of the remainder of the open buy order
# DO NOT rely on the previous `buy_order` or `sell_order` objects
# to be updated! Fetch them from the book, instead
open_buy_order = orderbook.get_order(buy_order.id)
```

#### Need help?
Please [open an issue](https://github.com/pnxenopoulos/litebook/issues) if you need help or have a feature request.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "litebook",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "limit order book, order book",
    "author": null,
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# litebook\n\n[![litebook Downloads](https://static.pepy.tech/personalized-badge/litebook?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Downloads)](https://pepy.tech/project/litebook) [![Build](https://github.com/pnxenopoulos/litebook/actions/workflows/build.yml/badge.svg)](https://github.com/pnxenopoulos/litebook/actions/workflows/build.yml) [![MIT License](https://img.shields.io/badge/license-MIT-lightgrey)](https://github.com/pnxenopoulos/litebook/blob/main/LICENSE)\n\nA fast and performant limit order book in Python utilizing a Rust backend. Install it with\n\n```shell\npip install litebook\n```\n\n## Using litebook\nGet started with litebook using the following example:\n\n```python\nimport litebook as lb\n\n# Create an OrderBook\norderbook = lb.OrderBook(tick_size=0.01)\n\n# Create some orders (this not _add_ the order!)\nbuy_order = book.create_order(lb.OrderType.Buy, price=10.05, quantity=10.0)\nsell_order = book.create_order(lb.OrderType.Sell, price=10.05, quantity=5.0)\n\n# Add the orders (this returns a list of Fill objects)\n_no_fills = book.add(buy_order)\nfills = book.add(sell_order)\n\n# Check the fill\nprint(fill)\n\n# Check the status of the remainder of the open buy order\n# DO NOT rely on the previous `buy_order` or `sell_order` objects\n# to be updated! Fetch them from the book, instead\nopen_buy_order = orderbook.get_order(buy_order.id)\n```\n\n#### Need help?\nPlease [open an issue](https://github.com/pnxenopoulos/litebook/issues) if you need help or have a feature request.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A fast limit order book in Python utilizing a Rust backend",
    "version": "0.0.1",
    "project_urls": {
        "repository": "https://github.com/pnxenopoulos/litebook"
    },
    "split_keywords": [
        "limit order book",
        " order book"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a720d894bd2bb34b20aa6c58a7eda45050f6d17837a1fe52b7f4a61204514910",
                "md5": "119c623ed1df8c0aa5efbbb6dc01a0a6",
                "sha256": "c309ee2360a30802573ad170c7736de512ae85af0cbeef5f6818eb7ac2286e7a"
            },
            "downloads": -1,
            "filename": "litebook-0.0.1-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "119c623ed1df8c0aa5efbbb6dc01a0a6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 298633,
            "upload_time": "2025-01-28T01:57:47",
            "upload_time_iso_8601": "2025-01-28T01:57:47.842782Z",
            "url": "https://files.pythonhosted.org/packages/a7/20/d894bd2bb34b20aa6c58a7eda45050f6d17837a1fe52b7f4a61204514910/litebook-0.0.1-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b70538cc78c9c9ee6a2342e8fd2af3b00c68d8120c70de9938f070e5623194f5",
                "md5": "c3f30adfa735a45e4ab1d67c4a578463",
                "sha256": "7de9dc7d1cc863248488b2ed538a57c9eeb3bc06067889a7a13b01339cea4f99"
            },
            "downloads": -1,
            "filename": "litebook-0.0.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c3f30adfa735a45e4ab1d67c4a578463",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 290720,
            "upload_time": "2025-01-28T01:58:35",
            "upload_time_iso_8601": "2025-01-28T01:58:35.991582Z",
            "url": "https://files.pythonhosted.org/packages/b7/05/38cc78c9c9ee6a2342e8fd2af3b00c68d8120c70de9938f070e5623194f5/litebook-0.0.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7295c3d7871d33968632493ac8f02f09d8a82c9886794577c5f7c6783a2a2d1b",
                "md5": "db0b06f664bbb3dd0b2aad28e70b2ec2",
                "sha256": "f720d1aeb1cdc750e412363987f5040c148472c1dd1803b3b029265a2b82c06e"
            },
            "downloads": -1,
            "filename": "litebook-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "db0b06f664bbb3dd0b2aad28e70b2ec2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 327777,
            "upload_time": "2025-01-28T01:58:26",
            "upload_time_iso_8601": "2025-01-28T01:58:26.138112Z",
            "url": "https://files.pythonhosted.org/packages/72/95/c3d7871d33968632493ac8f02f09d8a82c9886794577c5f7c6783a2a2d1b/litebook-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1411cd2de5b7eed64871518d4aadc46a86c5dcf2b654260e680f1e318c9961aa",
                "md5": "40edf71f9403702528851f3e211edba7",
                "sha256": "53e27839ff50b8a6e59a06cda983fe177a1134f1832634e7301c96322cb174c4"
            },
            "downloads": -1,
            "filename": "litebook-0.0.1-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "40edf71f9403702528851f3e211edba7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 171898,
            "upload_time": "2025-01-28T02:02:22",
            "upload_time_iso_8601": "2025-01-28T02:02:22.064941Z",
            "url": "https://files.pythonhosted.org/packages/14/11/cd2de5b7eed64871518d4aadc46a86c5dcf2b654260e680f1e318c9961aa/litebook-0.0.1-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a59a15746ff63135a172b43e279e6f6de0d58dc38ea5ea0218de945b81f7a9df",
                "md5": "1cc4e45573d88d223eaa88f9d76c581c",
                "sha256": "b2710b97b9b5fb9a33fd27a541614b865789851da3726659d26e4d8d54c781fa"
            },
            "downloads": -1,
            "filename": "litebook-0.0.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1cc4e45573d88d223eaa88f9d76c581c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 181187,
            "upload_time": "2025-01-28T02:01:42",
            "upload_time_iso_8601": "2025-01-28T02:01:42.539334Z",
            "url": "https://files.pythonhosted.org/packages/a5/9a/15746ff63135a172b43e279e6f6de0d58dc38ea5ea0218de945b81f7a9df/litebook-0.0.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ab9442c7d659286d963211e178fcfc01bb54101887647774b6681dd82c1d178a",
                "md5": "153839ead64bfc45885ff5a7069312f4",
                "sha256": "58619957f0fc490b3a6d34c41135c2bc6e5d5daaba89f523c3036af23a12e4c6"
            },
            "downloads": -1,
            "filename": "litebook-0.0.1-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "153839ead64bfc45885ff5a7069312f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 298618,
            "upload_time": "2025-01-28T01:57:21",
            "upload_time_iso_8601": "2025-01-28T01:57:21.279767Z",
            "url": "https://files.pythonhosted.org/packages/ab/94/42c7d659286d963211e178fcfc01bb54101887647774b6681dd82c1d178a/litebook-0.0.1-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4877b3707b5c0b124e1ef987c620005dafd8e379967cf6bfb216378052aef927",
                "md5": "1485571b430b61cab602b12fd15db57d",
                "sha256": "189fcd8c464ab8c3b50b67c53778272023eb36423e9fcae6d9eeb3fccfe6c637"
            },
            "downloads": -1,
            "filename": "litebook-0.0.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "1485571b430b61cab602b12fd15db57d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 290461,
            "upload_time": "2025-01-28T01:57:54",
            "upload_time_iso_8601": "2025-01-28T01:57:54.442837Z",
            "url": "https://files.pythonhosted.org/packages/48/77/b3707b5c0b124e1ef987c620005dafd8e379967cf6bfb216378052aef927/litebook-0.0.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d57724a61a89d4d3f80557758c9411c191d84eadb462c316cf1e4544d9917321",
                "md5": "1ee006b5d04973b8066b951239bbd071",
                "sha256": "6e1a06b3e970f2e39f0b5c32c7cd0fa31c0760bfb25ace8c868616a3a3a46fd8"
            },
            "downloads": -1,
            "filename": "litebook-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1ee006b5d04973b8066b951239bbd071",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 327604,
            "upload_time": "2025-01-28T01:58:23",
            "upload_time_iso_8601": "2025-01-28T01:58:23.527531Z",
            "url": "https://files.pythonhosted.org/packages/d5/77/24a61a89d4d3f80557758c9411c191d84eadb462c316cf1e4544d9917321/litebook-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8e951cccaf4b18951c167d95dc873390995b3dbd03e0fbce3c41ae6063191a12",
                "md5": "f0d5f5cf72b2f6ccf921434d16c0eb04",
                "sha256": "91b3ac5b2db68f4babc54c4457bc9ddb8390e2a35ed1c77bf60fa67a284c02e7"
            },
            "downloads": -1,
            "filename": "litebook-0.0.1-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "f0d5f5cf72b2f6ccf921434d16c0eb04",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 172020,
            "upload_time": "2025-01-28T02:02:31",
            "upload_time_iso_8601": "2025-01-28T02:02:31.756780Z",
            "url": "https://files.pythonhosted.org/packages/8e/95/1cccaf4b18951c167d95dc873390995b3dbd03e0fbce3c41ae6063191a12/litebook-0.0.1-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "488629d0f21b40f2eb5d9054451536cbe4bd2a4ea96fe098ef62ac0e9da44dc2",
                "md5": "2bf8793eb19157380e66574c752db27f",
                "sha256": "0d5f8674212e08abc3eeb65dc85d262214a17d7bf4887be1cc1f190eeabf49fa"
            },
            "downloads": -1,
            "filename": "litebook-0.0.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2bf8793eb19157380e66574c752db27f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 181274,
            "upload_time": "2025-01-28T02:01:41",
            "upload_time_iso_8601": "2025-01-28T02:01:41.717130Z",
            "url": "https://files.pythonhosted.org/packages/48/86/29d0f21b40f2eb5d9054451536cbe4bd2a4ea96fe098ef62ac0e9da44dc2/litebook-0.0.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bfa5adb86e2ff0fb9cc1e472ce92b4ee9863a73c22c71439e26a8a2961885784",
                "md5": "231d957470c4bbfb72fa624f26b15648",
                "sha256": "eb172bd0cfa18ed56bde5166a94ef1c0ad9e0b7fb171e15e4d3faac4894d09a2"
            },
            "downloads": -1,
            "filename": "litebook-0.0.1-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "231d957470c4bbfb72fa624f26b15648",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 293488,
            "upload_time": "2025-01-28T02:00:21",
            "upload_time_iso_8601": "2025-01-28T02:00:21.258720Z",
            "url": "https://files.pythonhosted.org/packages/bf/a5/adb86e2ff0fb9cc1e472ce92b4ee9863a73c22c71439e26a8a2961885784/litebook-0.0.1-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f3eec809c1ae0a0d446146f7a79c49d6939440f9a3f1e86a51f1a287d22b2ad5",
                "md5": "47105a215cecb17f38b1a12f12390b0c",
                "sha256": "7447b15a208b75caa42e5d43735e2f7bed058c92f23aa5d1709b8cf531dfca41"
            },
            "downloads": -1,
            "filename": "litebook-0.0.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "47105a215cecb17f38b1a12f12390b0c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 286424,
            "upload_time": "2025-01-28T01:57:17",
            "upload_time_iso_8601": "2025-01-28T01:57:17.347436Z",
            "url": "https://files.pythonhosted.org/packages/f3/ee/c809c1ae0a0d446146f7a79c49d6939440f9a3f1e86a51f1a287d22b2ad5/litebook-0.0.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a5582afc0bdbec837ede73d1e4ff0905a6ab57920019c4643b5804821b593cc7",
                "md5": "b579620525a716106b8010296b70f0fa",
                "sha256": "0feb212f2dffda81c08302e0781fc91c2c3aeb78c6de1d42ebb14e7b9cef260c"
            },
            "downloads": -1,
            "filename": "litebook-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b579620525a716106b8010296b70f0fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 327619,
            "upload_time": "2025-01-28T01:58:24",
            "upload_time_iso_8601": "2025-01-28T01:58:24.923122Z",
            "url": "https://files.pythonhosted.org/packages/a5/58/2afc0bdbec837ede73d1e4ff0905a6ab57920019c4643b5804821b593cc7/litebook-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "df79c1ac80bccdee93ab496bdb4fd0fa5ea86fa0cebef79031b8f6342a954bc0",
                "md5": "a044c7d5189cf93ee0ce222a31fa211f",
                "sha256": "d0d57296fc487183760a426b7ed362db89c595149c5f51412a21985ac7460445"
            },
            "downloads": -1,
            "filename": "litebook-0.0.1-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "a044c7d5189cf93ee0ce222a31fa211f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 172267,
            "upload_time": "2025-01-28T02:02:59",
            "upload_time_iso_8601": "2025-01-28T02:02:59.525140Z",
            "url": "https://files.pythonhosted.org/packages/df/79/c1ac80bccdee93ab496bdb4fd0fa5ea86fa0cebef79031b8f6342a954bc0/litebook-0.0.1-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b8a88553f3c780f2c293a442c7d2732e5075beaae80b0640b09dee4fe8d90620",
                "md5": "db364a9f05dec3791840643b57b58b7c",
                "sha256": "6ce0e274d6fcb9668c6ce99e1e1c168f3976072a675140d6d6a5842c1b90b76e"
            },
            "downloads": -1,
            "filename": "litebook-0.0.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "db364a9f05dec3791840643b57b58b7c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 182045,
            "upload_time": "2025-01-28T02:02:38",
            "upload_time_iso_8601": "2025-01-28T02:02:38.576416Z",
            "url": "https://files.pythonhosted.org/packages/b8/a8/8553f3c780f2c293a442c7d2732e5075beaae80b0640b09dee4fe8d90620/litebook-0.0.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "db0525f0e5ed152fd8d2885540486953f759b0a11373ecfabfb096ee9f4c065b",
                "md5": "8fcb1e6991c4cc01d4c3c34774b80cb4",
                "sha256": "7cc8b3aab66cffa5ea8b0b857ce265496e770ac3b71037bb0d900dffa4e050b6"
            },
            "downloads": -1,
            "filename": "litebook-0.0.1-cp313-cp313-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8fcb1e6991c4cc01d4c3c34774b80cb4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 293040,
            "upload_time": "2025-01-28T02:00:43",
            "upload_time_iso_8601": "2025-01-28T02:00:43.708279Z",
            "url": "https://files.pythonhosted.org/packages/db/05/25f0e5ed152fd8d2885540486953f759b0a11373ecfabfb096ee9f4c065b/litebook-0.0.1-cp313-cp313-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "af877793340d4df9a56ab9f41a18d887199b8da28ea62c51d65061db10933d9b",
                "md5": "f726b507f8a80215828687d802457a55",
                "sha256": "f59142833a8ec818bcc2ffe6d6136c0c71cbb0c7e7503207a67ca9985a5f9fef"
            },
            "downloads": -1,
            "filename": "litebook-0.0.1-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f726b507f8a80215828687d802457a55",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 286280,
            "upload_time": "2025-01-28T02:00:35",
            "upload_time_iso_8601": "2025-01-28T02:00:35.097609Z",
            "url": "https://files.pythonhosted.org/packages/af/87/7793340d4df9a56ab9f41a18d887199b8da28ea62c51d65061db10933d9b/litebook-0.0.1-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "824ddbff9bdd9045063769944d80c9cce77ee8ce02d376654f2ab98c824b6c08",
                "md5": "d971878109a3f8d8a7291d6921b0ff51",
                "sha256": "c9266761e86a908b5e96b234a938e1b46becc8a096bf86513225d3a1b6a61e22"
            },
            "downloads": -1,
            "filename": "litebook-0.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d971878109a3f8d8a7291d6921b0ff51",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 328035,
            "upload_time": "2025-01-28T01:58:21",
            "upload_time_iso_8601": "2025-01-28T01:58:21.404312Z",
            "url": "https://files.pythonhosted.org/packages/82/4d/dbff9bdd9045063769944d80c9cce77ee8ce02d376654f2ab98c824b6c08/litebook-0.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "afa7a404cd73c6fe5977016c84abd507a6b31d80bae7abf178776c2445fca925",
                "md5": "8a064f05de5d141b2e90d3e91f63af0e",
                "sha256": "c5627d0e69f9d95d20a03b61af3da2396c4c4546e2201cbaa34c786fd5438b1e"
            },
            "downloads": -1,
            "filename": "litebook-0.0.1-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "8a064f05de5d141b2e90d3e91f63af0e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 172327,
            "upload_time": "2025-01-28T02:03:32",
            "upload_time_iso_8601": "2025-01-28T02:03:32.607392Z",
            "url": "https://files.pythonhosted.org/packages/af/a7/a404cd73c6fe5977016c84abd507a6b31d80bae7abf178776c2445fca925/litebook-0.0.1-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "48499d1a4b2b2e56740300e4e4ffefb92a94af57689df0857e466ab8e48c69aa",
                "md5": "ffa600cca02f84c8d257746875aa6736",
                "sha256": "568f08c11bf9bdec00ead2485d5a61752a67a1ea15a937667924cb0a9bf7b5d2"
            },
            "downloads": -1,
            "filename": "litebook-0.0.1-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ffa600cca02f84c8d257746875aa6736",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 182398,
            "upload_time": "2025-01-28T02:04:35",
            "upload_time_iso_8601": "2025-01-28T02:04:35.075376Z",
            "url": "https://files.pythonhosted.org/packages/48/49/9d1a4b2b2e56740300e4e4ffefb92a94af57689df0857e466ab8e48c69aa/litebook-0.0.1-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-28 01:57:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pnxenopoulos",
    "github_project": "litebook",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "litebook"
}
        
Elapsed time: 0.36636s