bourse


Namebourse JSON
Version 0.4.0 PyPI version JSON
download
home_pageNone
SummaryPython API for a Rust stock market simulation library
upload_time2024-03-28 00:42:18
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords finance agent-based modelling simulation reinforcement-learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Bourse

Rust market-simulator with a Python API

## Python

Full documentation can be found
[here](https://zombie-einstein.github.io/bourse/).

### Getting Started

Bourse can be installed via pip

```
pip install bourse
```

### Examples

See [here](examples/) for simulation examples and
[the docs](https://zombie-einstein.github.io/bourse/pages/example.html)
for an annotated example.

## Rust

### Getting Started

The library consists of two core crates:

- `bourse-book` a library implementing a limit order
  book. Full documentation can be found
  [here](https://docs.rs/bourse-book/latest/bourse_book/).

- `bourse-de` a discrete-event market simulation library.
  Full documentation can be found
  [here](https://docs.rs/bourse-de/latest/bourse_de/)

Both can be installed using cargo

```
cargo add bourse-book bourse-de
```

### Examples

Examples can be found in the relevant crates
[order book](crates/order_book/examples/) and
[simulation](crates/step_sim/examples/).

Examples can be run via cargo using

```
cargo run --example ...
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bourse",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "finance, agent-based modelling, simulation, reinforcement-learning",
    "author": null,
    "author_email": "zombie-einstein <zombie-einstein@proton.me>",
    "download_url": "https://files.pythonhosted.org/packages/cc/64/5e5b3065a883d6a700efe185427a48b333dd4f22178ac1735f9b2d972e67/bourse-0.4.0.tar.gz",
    "platform": null,
    "description": "# Bourse\n\nRust market-simulator with a Python API\n\n## Python\n\nFull documentation can be found\n[here](https://zombie-einstein.github.io/bourse/).\n\n### Getting Started\n\nBourse can be installed via pip\n\n```\npip install bourse\n```\n\n### Examples\n\nSee [here](examples/) for simulation examples and\n[the docs](https://zombie-einstein.github.io/bourse/pages/example.html)\nfor an annotated example.\n\n## Rust\n\n### Getting Started\n\nThe library consists of two core crates:\n\n- `bourse-book` a library implementing a limit order\n  book. Full documentation can be found\n  [here](https://docs.rs/bourse-book/latest/bourse_book/).\n\n- `bourse-de` a discrete-event market simulation library.\n  Full documentation can be found\n  [here](https://docs.rs/bourse-de/latest/bourse_de/)\n\nBoth can be installed using cargo\n\n```\ncargo add bourse-book bourse-de\n```\n\n### Examples\n\nExamples can be found in the relevant crates\n[order book](crates/order_book/examples/) and\n[simulation](crates/step_sim/examples/).\n\nExamples can be run via cargo using\n\n```\ncargo run --example ...\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python API for a Rust stock market simulation library",
    "version": "0.4.0",
    "project_urls": {
        "docs": "https://zombie-einstein.github.io/bourse/",
        "documentation": "https://zombie-einstein.github.io/bourse/",
        "source": "https://github.com/zombie-einstein/bourse"
    },
    "split_keywords": [
        "finance",
        " agent-based modelling",
        " simulation",
        " reinforcement-learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ce29650e37b0593124f9baf3b2b2e4bbdf6cbe5ff40b28ff0f7264b8913a17d",
                "md5": "1e2601fa75362b5a5237fbe68c677252",
                "sha256": "9ef8e1d00848b32c354b71c207a3fe9e3440b2dc4f76de63e532f36ee9a9be96"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1e2601fa75362b5a5237fbe68c677252",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 400366,
            "upload_time": "2024-03-28T00:41:07",
            "upload_time_iso_8601": "2024-03-28T00:41:07.788642Z",
            "url": "https://files.pythonhosted.org/packages/1c/e2/9650e37b0593124f9baf3b2b2e4bbdf6cbe5ff40b28ff0f7264b8913a17d/bourse-0.4.0-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99951e4cc16f8eadefe133704c84761305d833643e4bf55b16e9bf9499355ab2",
                "md5": "68495ad26acbc87a747d089e65b58f82",
                "sha256": "31b16a5ea82e7c55767d74d3adbb55010f7209889cbe14ad6910ffc443db3e8d"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "68495ad26acbc87a747d089e65b58f82",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 394992,
            "upload_time": "2024-03-28T00:41:09",
            "upload_time_iso_8601": "2024-03-28T00:41:09.917866Z",
            "url": "https://files.pythonhosted.org/packages/99/95/1e4cc16f8eadefe133704c84761305d833643e4bf55b16e9bf9499355ab2/bourse-0.4.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9af68c5f53cfcf362ffb7c93a56b97b30795d059ac55a7cdced76c9e6380cdea",
                "md5": "a3a53d6ef5bdc5be11bd53af2796e429",
                "sha256": "7b211dfd0c4f330764adc7f2fa8281ed361257044fd94ad0294f487ab7a94d73"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "a3a53d6ef5bdc5be11bd53af2796e429",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1198626,
            "upload_time": "2024-03-28T00:41:11",
            "upload_time_iso_8601": "2024-03-28T00:41:11.770759Z",
            "url": "https://files.pythonhosted.org/packages/9a/f6/8c5f53cfcf362ffb7c93a56b97b30795d059ac55a7cdced76c9e6380cdea/bourse-0.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e846a26b3f41b23d75226143966ff16436ca2443b7bd613709a89531c51f65f",
                "md5": "e9823c5fd2f82ae3a82b9ce720581c84",
                "sha256": "f055a19ad1a597fe6db6e512d176a364c1c98d72bbc5aaee449a8a7af999c63e"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e9823c5fd2f82ae3a82b9ce720581c84",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1194882,
            "upload_time": "2024-03-28T00:41:13",
            "upload_time_iso_8601": "2024-03-28T00:41:13.707671Z",
            "url": "https://files.pythonhosted.org/packages/9e/84/6a26b3f41b23d75226143966ff16436ca2443b7bd613709a89531c51f65f/bourse-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f553029ffacde580cda4e8ade9d1e646e3250f75910ff8a101d99f0570ad8210",
                "md5": "40eaf7addc77ef166e237392f35c9b43",
                "sha256": "fd4ffcb0cb9ec4a80ecc20754936bf932c96a19e437347d770e5f74ab44a9666"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "40eaf7addc77ef166e237392f35c9b43",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1225392,
            "upload_time": "2024-03-28T00:41:15",
            "upload_time_iso_8601": "2024-03-28T00:41:15.809370Z",
            "url": "https://files.pythonhosted.org/packages/f5/53/029ffacde580cda4e8ade9d1e646e3250f75910ff8a101d99f0570ad8210/bourse-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd7f05fab049603c6ac43fe5b1cd56ef60611a75c162916c024ab91b3b9ed12b",
                "md5": "ecc409f710615000bcc81c9309df2b51",
                "sha256": "789cb6d2c1c894bdb8b9f9ccdb934a065a3c966d54c83aae24f202996808eb66"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "ecc409f710615000bcc81c9309df2b51",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 260250,
            "upload_time": "2024-03-28T00:41:17",
            "upload_time_iso_8601": "2024-03-28T00:41:17.599117Z",
            "url": "https://files.pythonhosted.org/packages/bd/7f/05fab049603c6ac43fe5b1cd56ef60611a75c162916c024ab91b3b9ed12b/bourse-0.4.0-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "911be0d1dbd9a58f15f3702615237c0fe456cad669e1bc459cea1cd367799511",
                "md5": "3df3128ed67c4bf17036b9eee70fa7d5",
                "sha256": "7fa482f97685fb5b80bd3df3608a88b907ee220c32657a9b737ed25726e35df9"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3df3128ed67c4bf17036b9eee70fa7d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 265757,
            "upload_time": "2024-03-28T00:41:19",
            "upload_time_iso_8601": "2024-03-28T00:41:19.323285Z",
            "url": "https://files.pythonhosted.org/packages/91/1b/e0d1dbd9a58f15f3702615237c0fe456cad669e1bc459cea1cd367799511/bourse-0.4.0-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f3e2d4e8880344a813b38251c31f524b5b8143ffab2e2231eb034b133c98a68",
                "md5": "aa0e1b282705d2073d4cd88c206746aa",
                "sha256": "22537a30e41911bab1cebf793a8036934d9f4701eb61fb6c2d78488d54f2bb9e"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aa0e1b282705d2073d4cd88c206746aa",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 400453,
            "upload_time": "2024-03-28T00:41:20",
            "upload_time_iso_8601": "2024-03-28T00:41:20.477483Z",
            "url": "https://files.pythonhosted.org/packages/5f/3e/2d4e8880344a813b38251c31f524b5b8143ffab2e2231eb034b133c98a68/bourse-0.4.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7fd0130c655061774abe97acc807a8f555548538fe1226444fa9f969cd9b064",
                "md5": "b3f50866e513d5a12cb94df283e6a22a",
                "sha256": "786a739a66904387cf4c9b244b04d8c2e1514b4b5fd67d49458c776e86cd4131"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "b3f50866e513d5a12cb94df283e6a22a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 394861,
            "upload_time": "2024-03-28T00:41:22",
            "upload_time_iso_8601": "2024-03-28T00:41:22.229711Z",
            "url": "https://files.pythonhosted.org/packages/e7/fd/0130c655061774abe97acc807a8f555548538fe1226444fa9f969cd9b064/bourse-0.4.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aed483fc959eac733081682d803e7a50d097f486d5886dad9bc9934bcc733682",
                "md5": "cc8b5da8fdc4eef3c393902f426b884a",
                "sha256": "adb465ec6ba668506abe0c270a611c78348d30fa55243fb5ef64633926e10991"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "cc8b5da8fdc4eef3c393902f426b884a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1199270,
            "upload_time": "2024-03-28T00:41:23",
            "upload_time_iso_8601": "2024-03-28T00:41:23.505245Z",
            "url": "https://files.pythonhosted.org/packages/ae/d4/83fc959eac733081682d803e7a50d097f486d5886dad9bc9934bcc733682/bourse-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aded8178f4dff9274fd87e0e4e2fb4f57df957cf5db84eade2f018526806cd32",
                "md5": "f17f7fa5d1cc6ed3e49f725e9d1b517e",
                "sha256": "c14d76fc811864d0d0db43e7e6d5d03141289b42582e82d48bebc15a501cd64b"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f17f7fa5d1cc6ed3e49f725e9d1b517e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1195066,
            "upload_time": "2024-03-28T00:41:25",
            "upload_time_iso_8601": "2024-03-28T00:41:25.435061Z",
            "url": "https://files.pythonhosted.org/packages/ad/ed/8178f4dff9274fd87e0e4e2fb4f57df957cf5db84eade2f018526806cd32/bourse-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c7b46c8bc49e8f1fbd66b360e26f8c1561054705ebc7b05fd65aa95ae20a255",
                "md5": "3653351e92923452adfea834c35aa53e",
                "sha256": "2218376b6fb96e631a90d88aee1879235b7f0c85f6d37df4a09f11ac1de3c2eb"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "3653351e92923452adfea834c35aa53e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1226071,
            "upload_time": "2024-03-28T00:41:27",
            "upload_time_iso_8601": "2024-03-28T00:41:27.362892Z",
            "url": "https://files.pythonhosted.org/packages/5c/7b/46c8bc49e8f1fbd66b360e26f8c1561054705ebc7b05fd65aa95ae20a255/bourse-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a70afa8a999b99e119e2bc7459db74890375ad3a06f201f5a7ec6c4e5eee216",
                "md5": "58814321b3dc722845bad818ab25204c",
                "sha256": "1fd09eda0b2eabfa9ad7f9d72376111c86cffb78a7384a73892ac86ffbdf42be"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "58814321b3dc722845bad818ab25204c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 260129,
            "upload_time": "2024-03-28T00:41:28",
            "upload_time_iso_8601": "2024-03-28T00:41:28.699477Z",
            "url": "https://files.pythonhosted.org/packages/9a/70/afa8a999b99e119e2bc7459db74890375ad3a06f201f5a7ec6c4e5eee216/bourse-0.4.0-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b4e4f7a797bd9c48807b0090c11b6fd38b82979ee036994f8eb6e0ac45214fc",
                "md5": "5559b71ea1d71da05cae774085f5d0e0",
                "sha256": "8b8bc1b08c5d981271a7fa7a3365b5b8e0d9e9e9e3c9d777f2ca7a4ab3724848"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5559b71ea1d71da05cae774085f5d0e0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 265599,
            "upload_time": "2024-03-28T00:41:30",
            "upload_time_iso_8601": "2024-03-28T00:41:30.499319Z",
            "url": "https://files.pythonhosted.org/packages/9b/4e/4f7a797bd9c48807b0090c11b6fd38b82979ee036994f8eb6e0ac45214fc/bourse-0.4.0-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d72c09496dce1d73bbafb583eec78facd2ad8e9c8234e957ea25a0a1f5415501",
                "md5": "2763c509570f539db6f0abb9c759f2fc",
                "sha256": "7031322622e1a9a10b517451cb7cbb48b9cd1db75f9b98b449f67ab2c50d78ef"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2763c509570f539db6f0abb9c759f2fc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 396714,
            "upload_time": "2024-03-28T00:41:32",
            "upload_time_iso_8601": "2024-03-28T00:41:32.839715Z",
            "url": "https://files.pythonhosted.org/packages/d7/2c/09496dce1d73bbafb583eec78facd2ad8e9c8234e957ea25a0a1f5415501/bourse-0.4.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "668b15cf0d8c02b45d92792f8fbef2c822656f4cb6d9f692e7d0c4b8d5a64eff",
                "md5": "d221d836b004ee7524528b08a8cf05de",
                "sha256": "846ba79372d8bc8e08ad9407c6193b15f162b828659df0aa85a03e7198cb0cf7"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d221d836b004ee7524528b08a8cf05de",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 391931,
            "upload_time": "2024-03-28T00:41:34",
            "upload_time_iso_8601": "2024-03-28T00:41:34.077002Z",
            "url": "https://files.pythonhosted.org/packages/66/8b/15cf0d8c02b45d92792f8fbef2c822656f4cb6d9f692e7d0c4b8d5a64eff/bourse-0.4.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "069620c3f0a1f42bfe9c2d14ab9cae698111fc181f49e5affdd45974c5a7479d",
                "md5": "8f87cf8beb7acc10bd68d7a56958166c",
                "sha256": "794b50b6129e79676845b069f05122e8d4344c2e948e9bf259c62d7658cc3c17"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "8f87cf8beb7acc10bd68d7a56958166c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1193943,
            "upload_time": "2024-03-28T00:41:35",
            "upload_time_iso_8601": "2024-03-28T00:41:35.273590Z",
            "url": "https://files.pythonhosted.org/packages/06/96/20c3f0a1f42bfe9c2d14ab9cae698111fc181f49e5affdd45974c5a7479d/bourse-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d2034ef74852dbfb4d83ee5d14040f9e1f7d018bf740ca18ac35b177e238c26",
                "md5": "d8ff602bcf6e73d8aada0abc00c88088",
                "sha256": "001d98b1dcab44392eb05c9bfc3fa10e5a3a21963117e284337784ec6f6030ad"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d8ff602bcf6e73d8aada0abc00c88088",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1191158,
            "upload_time": "2024-03-28T00:41:36",
            "upload_time_iso_8601": "2024-03-28T00:41:36.727649Z",
            "url": "https://files.pythonhosted.org/packages/5d/20/34ef74852dbfb4d83ee5d14040f9e1f7d018bf740ca18ac35b177e238c26/bourse-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c31fd3c1db51f319dff0b9c2b8de049aed67805f91d53a910036e5fc4efd6c20",
                "md5": "195327f410b68d0a715b278d0dcdae69",
                "sha256": "9f2b0fd257046e90a2db7ddf860841f8b4455b9fa4d28673c7c7fcbfb7a989f5"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "195327f410b68d0a715b278d0dcdae69",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1221492,
            "upload_time": "2024-03-28T00:41:38",
            "upload_time_iso_8601": "2024-03-28T00:41:38.226043Z",
            "url": "https://files.pythonhosted.org/packages/c3/1f/d3c1db51f319dff0b9c2b8de049aed67805f91d53a910036e5fc4efd6c20/bourse-0.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19c3f3609b84e3597d09241762834aaff358ccc99be88e4dc3f0ffdeb6063f18",
                "md5": "2e7e8195a28989e047bfa9d518d88726",
                "sha256": "73232f49a76cba16ba62edf20e17fb002b9c1e1a7e3ec311d7e6869ebe12040a"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "2e7e8195a28989e047bfa9d518d88726",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 258939,
            "upload_time": "2024-03-28T00:41:39",
            "upload_time_iso_8601": "2024-03-28T00:41:39.561175Z",
            "url": "https://files.pythonhosted.org/packages/19/c3/f3609b84e3597d09241762834aaff358ccc99be88e4dc3f0ffdeb6063f18/bourse-0.4.0-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71c353e7c4a9e1243deb9679e2dd82238a56a20eadecab0729ed2b1d88e35b70",
                "md5": "f2c5337e7b03740c04bc7f5947855758",
                "sha256": "19347858536ea7727fa43b3056e681e2d51285e357066e5df0bca566bb8682b8"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f2c5337e7b03740c04bc7f5947855758",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 265078,
            "upload_time": "2024-03-28T00:41:41",
            "upload_time_iso_8601": "2024-03-28T00:41:41.360925Z",
            "url": "https://files.pythonhosted.org/packages/71/c3/53e7c4a9e1243deb9679e2dd82238a56a20eadecab0729ed2b1d88e35b70/bourse-0.4.0-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43e499aa29e7c15e46ddb942d2f1c600a4835e8133b0b32c910268b24f77ec49",
                "md5": "7881968b6d19601086c2a0ce2e875a4f",
                "sha256": "22a6c291bc1f7182c172e76d4d118d32d22c4e3a422cb56cd75b8d50e1ed6e6e"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp38-cp38-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7881968b6d19601086c2a0ce2e875a4f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 400740,
            "upload_time": "2024-03-28T00:41:42",
            "upload_time_iso_8601": "2024-03-28T00:41:42.744564Z",
            "url": "https://files.pythonhosted.org/packages/43/e4/99aa29e7c15e46ddb942d2f1c600a4835e8133b0b32c910268b24f77ec49/bourse-0.4.0-cp38-cp38-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ff30583269b5f5a3f51f70ed1c5015502008041ed07614d4f0075f740a22794",
                "md5": "aadd44c0065ba8fe66dacc4483e5c745",
                "sha256": "cdb6b9ba8fe7841435d6840ce375cd2158ec37844cb784a9d7b82c33dabe367d"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "aadd44c0065ba8fe66dacc4483e5c745",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 395483,
            "upload_time": "2024-03-28T00:41:44",
            "upload_time_iso_8601": "2024-03-28T00:41:44.489865Z",
            "url": "https://files.pythonhosted.org/packages/0f/f3/0583269b5f5a3f51f70ed1c5015502008041ed07614d4f0075f740a22794/bourse-0.4.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "241ba2939c9a8307e74d9b068cf9b5acaad3ab33133c83a1b6239ce1f758ebb4",
                "md5": "da7903ce87e7aea8350c97c44a49c13b",
                "sha256": "6c999f8061c081ebf73149e37c9fb74879fcddc76e9624b1f97dce194725aa44"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "da7903ce87e7aea8350c97c44a49c13b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1198917,
            "upload_time": "2024-03-28T00:41:46",
            "upload_time_iso_8601": "2024-03-28T00:41:46.388773Z",
            "url": "https://files.pythonhosted.org/packages/24/1b/a2939c9a8307e74d9b068cf9b5acaad3ab33133c83a1b6239ce1f758ebb4/bourse-0.4.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "60b32bedb2ea4264850af63ccaeebe4a6c3f14333c026bc29042deeced7ba040",
                "md5": "b9a1614792b0a7ea072663a6c0cdad1a",
                "sha256": "38ce1d6921b374ba61cf8327ef1a7894f62b8c7e9d74c409248fb3f97770d91a"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b9a1614792b0a7ea072663a6c0cdad1a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1195484,
            "upload_time": "2024-03-28T00:41:47",
            "upload_time_iso_8601": "2024-03-28T00:41:47.768116Z",
            "url": "https://files.pythonhosted.org/packages/60/b3/2bedb2ea4264850af63ccaeebe4a6c3f14333c026bc29042deeced7ba040/bourse-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b07b89ac820076b5f16882b35dfa9056c5e90cfe5c8c7b68ad8d26ccb786585",
                "md5": "4879b0ffa1a5f5c12c547f219aa7bf77",
                "sha256": "d533fea0af165882c134c9c129a8270014aa4bed87ab92999139f84d0af9a758"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "4879b0ffa1a5f5c12c547f219aa7bf77",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1226151,
            "upload_time": "2024-03-28T00:41:49",
            "upload_time_iso_8601": "2024-03-28T00:41:49.129829Z",
            "url": "https://files.pythonhosted.org/packages/6b/07/b89ac820076b5f16882b35dfa9056c5e90cfe5c8c7b68ad8d26ccb786585/bourse-0.4.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c13d36adc1fa453e363719215af76e9b19851da342e279320578dedc0fcea4b2",
                "md5": "3fb2ac0a51036471cc8fda44ab55016f",
                "sha256": "d7616b2e6ac39de5365e974b033a9a285a551b3fceb68f322fc199100719d9d4"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp38-none-win32.whl",
            "has_sig": false,
            "md5_digest": "3fb2ac0a51036471cc8fda44ab55016f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 259868,
            "upload_time": "2024-03-28T00:41:50",
            "upload_time_iso_8601": "2024-03-28T00:41:50.321682Z",
            "url": "https://files.pythonhosted.org/packages/c1/3d/36adc1fa453e363719215af76e9b19851da342e279320578dedc0fcea4b2/bourse-0.4.0-cp38-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eed863f81f3317434dfd0f85c46e62bf0987aadba83977bc7b231082306e7f10",
                "md5": "7ba9aaf61ed8c52cad66243b1ecbf8f4",
                "sha256": "b44d7e816533ce1d93a1435ff525808127014d686047c63e559dcad7764526b0"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7ba9aaf61ed8c52cad66243b1ecbf8f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 265657,
            "upload_time": "2024-03-28T00:41:51",
            "upload_time_iso_8601": "2024-03-28T00:41:51.498265Z",
            "url": "https://files.pythonhosted.org/packages/ee/d8/63f81f3317434dfd0f85c46e62bf0987aadba83977bc7b231082306e7f10/bourse-0.4.0-cp38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "361c0b6136bf6edd62a87d302538e15e037af7ea415977b337dc9673fbe3b025",
                "md5": "ec42e54409687ab1a473d4349d36c2ca",
                "sha256": "de8686f2ba1bf76ae6b2bead2baa6015b2cd877f447def3fbe903da5b7c1ad6a"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp39-cp39-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ec42e54409687ab1a473d4349d36c2ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 400669,
            "upload_time": "2024-03-28T00:41:52",
            "upload_time_iso_8601": "2024-03-28T00:41:52.800551Z",
            "url": "https://files.pythonhosted.org/packages/36/1c/0b6136bf6edd62a87d302538e15e037af7ea415977b337dc9673fbe3b025/bourse-0.4.0-cp39-cp39-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74c6e55857aa56d89bd808660fe0fce10bc3f7dedd36811d06372ba208b52714",
                "md5": "6cb94affdf565e832865ca0268eade31",
                "sha256": "b83dcc2896090605b1eb293019412b1cf8404376328c912fe18ed07ac0c1e409"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6cb94affdf565e832865ca0268eade31",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 395221,
            "upload_time": "2024-03-28T00:41:54",
            "upload_time_iso_8601": "2024-03-28T00:41:54.202295Z",
            "url": "https://files.pythonhosted.org/packages/74/c6/e55857aa56d89bd808660fe0fce10bc3f7dedd36811d06372ba208b52714/bourse-0.4.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bbdf92e346ebbae05292a253615230932f135f12b569fadc94ab532f62879848",
                "md5": "49233bd7599cf8e83de4c37175cf7f8b",
                "sha256": "c64af7078884d7e8b3b6fc71e57260226f15bafc1a53d4404a8452549cdf37cf"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "49233bd7599cf8e83de4c37175cf7f8b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1199065,
            "upload_time": "2024-03-28T00:41:55",
            "upload_time_iso_8601": "2024-03-28T00:41:55.467555Z",
            "url": "https://files.pythonhosted.org/packages/bb/df/92e346ebbae05292a253615230932f135f12b569fadc94ab532f62879848/bourse-0.4.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17d311eb17e82e3d8e9af4ccb2a4ed3012900bcbc43a595f13ddcdfde1c4ff4a",
                "md5": "a9ac3230c620db85957e53954f4b2965",
                "sha256": "2a9319e291eb19f839d1c79719fd1a49435b3b981a8730d1302cba8650afaea4"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a9ac3230c620db85957e53954f4b2965",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1194756,
            "upload_time": "2024-03-28T00:41:56",
            "upload_time_iso_8601": "2024-03-28T00:41:56.879495Z",
            "url": "https://files.pythonhosted.org/packages/17/d3/11eb17e82e3d8e9af4ccb2a4ed3012900bcbc43a595f13ddcdfde1c4ff4a/bourse-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e47e6e40a18c7383d9d1befb05f61f6f15a900a945f562f4c676e80dc7fd867",
                "md5": "dfdd166afd75bb76745226dfe99caf48",
                "sha256": "9a586345ab3272492ce8de5a3bfe6bb61777fffd781218c56dba9e69759c62ae"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "dfdd166afd75bb76745226dfe99caf48",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1226779,
            "upload_time": "2024-03-28T00:41:58",
            "upload_time_iso_8601": "2024-03-28T00:41:58.835474Z",
            "url": "https://files.pythonhosted.org/packages/9e/47/e6e40a18c7383d9d1befb05f61f6f15a900a945f562f4c676e80dc7fd867/bourse-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1395cd8ba4bbce2a5258221cd7699239496a751496d2988ccd8de9d77e1a0c39",
                "md5": "830d87e5d1631e1bbe00037f72f34664",
                "sha256": "04f0cbbfc327f045c69d97ccf7a28ca7441cd9cf27367f5329b329035e3c23da"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "830d87e5d1631e1bbe00037f72f34664",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 259578,
            "upload_time": "2024-03-28T00:42:00",
            "upload_time_iso_8601": "2024-03-28T00:42:00.423473Z",
            "url": "https://files.pythonhosted.org/packages/13/95/cd8ba4bbce2a5258221cd7699239496a751496d2988ccd8de9d77e1a0c39/bourse-0.4.0-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5afce5f1519072832583456dc4d7a0bcbf2986dbde46e2da60fe04aba0af1538",
                "md5": "2edfe2bf7ae422a6b592de4db7889863",
                "sha256": "e9eb82b0b25a691e7ac72e6caae4125cc6b513685c9f33cdf571a822859d2792"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2edfe2bf7ae422a6b592de4db7889863",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 265447,
            "upload_time": "2024-03-28T00:42:01",
            "upload_time_iso_8601": "2024-03-28T00:42:01.860786Z",
            "url": "https://files.pythonhosted.org/packages/5a/fc/e5f1519072832583456dc4d7a0bcbf2986dbde46e2da60fe04aba0af1538/bourse-0.4.0-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8d9e967e41263705ed431aac3f1a5ad4c7be50eea49e93d31f006e8384c059f",
                "md5": "3ce6a5b0301cceee00220d212fb686e2",
                "sha256": "5f5803498cca6d34a11f8b19c7712e655290cafc10b84bca15ad1fc904d59107"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "3ce6a5b0301cceee00220d212fb686e2",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1199652,
            "upload_time": "2024-03-28T00:42:03",
            "upload_time_iso_8601": "2024-03-28T00:42:03.268565Z",
            "url": "https://files.pythonhosted.org/packages/e8/d9/e967e41263705ed431aac3f1a5ad4c7be50eea49e93d31f006e8384c059f/bourse-0.4.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cacce7a36d6e16e5d68a07d10df27dd6f3016a2f896e334861335003c7bc0c7b",
                "md5": "79c35cf55bed41c0d17044cd882b840a",
                "sha256": "493c003e72dc29d15f3707f510cbdd6c2c982ceb7ab810e3e0ad8bd40226ba10"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "79c35cf55bed41c0d17044cd882b840a",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1193841,
            "upload_time": "2024-03-28T00:42:04",
            "upload_time_iso_8601": "2024-03-28T00:42:04.647002Z",
            "url": "https://files.pythonhosted.org/packages/ca/cc/e7a36d6e16e5d68a07d10df27dd6f3016a2f896e334861335003c7bc0c7b/bourse-0.4.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bbbaf69b0bf7b5cc5f5af647d7e945d152f63fbe1799544fa8fc1dca6dd7ca63",
                "md5": "5a397e5eb373f4fafe371c05a8bd77d1",
                "sha256": "bf3984197a37587eb4f3fb049a2f398cdbb717e16b86ff0b063d9f8fab117ee8"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "5a397e5eb373f4fafe371c05a8bd77d1",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1229280,
            "upload_time": "2024-03-28T00:42:06",
            "upload_time_iso_8601": "2024-03-28T00:42:06.640410Z",
            "url": "https://files.pythonhosted.org/packages/bb/ba/f69b0bf7b5cc5f5af647d7e945d152f63fbe1799544fa8fc1dca6dd7ca63/bourse-0.4.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "422c9dccbaaaf69087f7532b9db6bfc903ff094f2e2422766bc744369e584ec4",
                "md5": "59028f024943afdfca9f69fb6c62c180",
                "sha256": "457726f2e0102ab122bcfc28bada7e87ae940441965dd59aced8de3890ec4bb9"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "59028f024943afdfca9f69fb6c62c180",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1198976,
            "upload_time": "2024-03-28T00:42:08",
            "upload_time_iso_8601": "2024-03-28T00:42:08.692311Z",
            "url": "https://files.pythonhosted.org/packages/42/2c/9dccbaaaf69087f7532b9db6bfc903ff094f2e2422766bc744369e584ec4/bourse-0.4.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68906c1afecc0ad909d02686f00126446398a7734b9064130f492177c6687734",
                "md5": "35e93ee97de956cef83a7ab9762cbbd9",
                "sha256": "9e4b94934fdcc5808b419d8288ffe71e3721d411950fc6f049c0b884bf83e413"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "35e93ee97de956cef83a7ab9762cbbd9",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1194070,
            "upload_time": "2024-03-28T00:42:10",
            "upload_time_iso_8601": "2024-03-28T00:42:10.752217Z",
            "url": "https://files.pythonhosted.org/packages/68/90/6c1afecc0ad909d02686f00126446398a7734b9064130f492177c6687734/bourse-0.4.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "760f30b5e95489e3f124b96ecb585d32694d012f8613c970be37d604ed10250f",
                "md5": "ffcb96e5caab8bd5156c5382b4145b8b",
                "sha256": "c0ae1d7d30d8189cc3b272c63d5b2c20bbc9aad53442fbecf8f0cd480cac94ff"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "ffcb96e5caab8bd5156c5382b4145b8b",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1226523,
            "upload_time": "2024-03-28T00:42:12",
            "upload_time_iso_8601": "2024-03-28T00:42:12.085615Z",
            "url": "https://files.pythonhosted.org/packages/76/0f/30b5e95489e3f124b96ecb585d32694d012f8613c970be37d604ed10250f/bourse-0.4.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b219348726d572bdecccfd6e5cfa7fb5378785241470989e8c6bcda94b7db69",
                "md5": "3ca94721b1112ac1591b89c60dacb173",
                "sha256": "b7c3532e4133f010e2afb38eebde9a4d9c6faac8a47fb95f6fbba978b9aa4a5d"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "3ca94721b1112ac1591b89c60dacb173",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1199389,
            "upload_time": "2024-03-28T00:42:14",
            "upload_time_iso_8601": "2024-03-28T00:42:14.076712Z",
            "url": "https://files.pythonhosted.org/packages/3b/21/9348726d572bdecccfd6e5cfa7fb5378785241470989e8c6bcda94b7db69/bourse-0.4.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9dc1cf36f7388e9de4b79067bc42c6b88d4fb6c4de16800513bd230c58a94882",
                "md5": "9cc2fcf606b79e194bec6969b8ded46d",
                "sha256": "0a2e61611774eae9dd11d8a5cb918a816eee5256c2d886bd52666232e20776c9"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9cc2fcf606b79e194bec6969b8ded46d",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1193765,
            "upload_time": "2024-03-28T00:42:16",
            "upload_time_iso_8601": "2024-03-28T00:42:16.062686Z",
            "url": "https://files.pythonhosted.org/packages/9d/c1/cf36f7388e9de4b79067bc42c6b88d4fb6c4de16800513bd230c58a94882/bourse-0.4.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f9beeb87aa15cc0a7a053862e3d191b7161e2ed550a721e1fbc21a5de97c3bf",
                "md5": "e5bf1618b233468f6b3d679fd5982293",
                "sha256": "0580693db735b102946338796e0ec9907f335cf2ae2e23bf371a42e62eb6c847"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "e5bf1618b233468f6b3d679fd5982293",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1229149,
            "upload_time": "2024-03-28T00:42:17",
            "upload_time_iso_8601": "2024-03-28T00:42:17.388177Z",
            "url": "https://files.pythonhosted.org/packages/1f/9b/eeb87aa15cc0a7a053862e3d191b7161e2ed550a721e1fbc21a5de97c3bf/bourse-0.4.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc645e5b3065a883d6a700efe185427a48b333dd4f22178ac1735f9b2d972e67",
                "md5": "3d9188723588576ee794c66c8aa59f4f",
                "sha256": "5104741a1ec2d3bd8075c6f299c9f5a0199a45f3efc7b673b6f7bd108ca647fc"
            },
            "downloads": -1,
            "filename": "bourse-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3d9188723588576ee794c66c8aa59f4f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 42327,
            "upload_time": "2024-03-28T00:42:18",
            "upload_time_iso_8601": "2024-03-28T00:42:18.636117Z",
            "url": "https://files.pythonhosted.org/packages/cc/64/5e5b3065a883d6a700efe185427a48b333dd4f22178ac1735f9b2d972e67/bourse-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-28 00:42:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zombie-einstein",
    "github_project": "bourse",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "bourse"
}
        
Elapsed time: 0.23249s