libsumo


Namelibsumo JSON
Version 1.19.0 PyPI version JSON
download
home_pagehttps://sumo.dlr.de/docs/Libsumo.html
SummaryThe python version of the libsumo API to communicate with the traffic simulation Eclipse SUMO
upload_time2023-11-06 22:16:41
maintainer
docs_urlNone
authorDLR and contributors
requires_python
licenseEPL-2.0
keywords traffic simulation traci sumo
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <a href="https://sumo.dlr.de/docs"><p align="center"><img width=50% src="https://raw.githubusercontent.com/eclipse/sumo/main/docs/web/docs/images/sumo-logo.svg"></p></a>

Eclipse SUMO - Simulation of Urban MObility 
===========================================
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8346388.svg  )](https://doi.org/10.5281/zenodo.8346388   )
[![Windows](https://github.com/eclipse-sumo/sumo/actions/workflows/build-windows.yml/badge.svg)](https://github.com/eclipse-sumo/sumo/actions/workflows/build-windows.yml)
[![Linux](https://github.com/eclipse-sumo/sumo/actions/workflows/build-linux.yml/badge.svg)](https://github.com/eclipse-sumo/sumo/actions/workflows/build-linux.yml)
[![macOS](https://github.com/eclipse-sumo/sumo/actions/workflows/build-macos.yml/badge.svg)](https://github.com/eclipse-sumo/sumo/actions/workflows/build-macos.yml)
[![sonarcloud security](https://sonarcloud.io/api/project_badges/measure?project=org.eclipse.sumo&metric=security_rating)](https://sonarcloud.io/summary/overall?id=org.eclipse.sumo)
[![Translation status](https://hosted.weblate.org/widgets/eclipse-sumo/-/svg-badge.svg)](https://hosted.weblate.org/engage/eclipse-sumo/)
![Repo Size](https://img.shields.io/github/repo-size/eclipse/sumo.svg)

What is SUMO
------------

["Simulation of Urban MObility" (SUMO)](https://sumo.dlr.de/) is an open source,
highly portable, microscopic traffic simulation package designed to handle
large road networks and different modes of transport.

<p align="center"><img width=70% src="https://raw.githubusercontent.com/eclipse/sumo/main/docs/web/docs/images/multiple-screenshots.png"></p>

It is mainly developed by employees of the [Institute of Transportation Systems
at the German Aerospace Center](https://www.dlr.de/ts/en/).


Where to get it
---------------

You can download SUMO via our [downloads site](https://sumo.dlr.de/docs/Downloads.html).

As the program is still under development and is extended continuously, we advice you to
use the latest sources from our GitHub repository. Using a command line client
the following command should work:

```
git clone --recursive https://github.com/eclipse-sumo/sumo
```

Contact
-------

To stay informed, we have a mailing list for SUMO, which 
[you can subscribe](https://dev.eclipse.org/mailman/listinfo/sumo-user) to.
Messages to the list can be sent to sumo-user@eclipse.org.
SUMO announcements will be made through the sumo-announce@eclipse.org list;
[you can subscribe](https://dev.eclipse.org/mailman/listinfo/sumo-announce) to it as well.
For further contact information, have a look at [this page](https://sumo.dlr.de/docs/Contact.html).


Build and Installation
----------------------

For Windows we provide pre-compiled binaries and CMake files to generate Visual Studio projects.
If you want to develop under Windows, please also clone the dependent libraries using

```
git clone --recursive https://github.com/DLR-TS/SUMOLibraries
```

If you're using Linux, you should have a look whether your distribution already contains sumo.
There is also a [ppa for ubuntu users](https://launchpad.net/~sumo) and an
[open build service instance](https://build.opensuse.org/project/show/science:dlr).
If you want to build sumo yourself, the steps for ubuntu are:

```
sudo apt-get install cmake python g++ libxerces-c-dev libfox-1.6-dev libgdal-dev libproj-dev libgl2ps-dev swig
cd <SUMO_DIR> # please insert the correct directory name here
export SUMO_HOME="$PWD"
mkdir build/cmake-build && cd build/cmake-build
cmake ../..
make -j$(nproc)
```

For [detailed build instructions, have a look at our Documentation](https://sumo.dlr.de/docs/Developer/Main.html#build_instructions).


Getting started
---------------

To get started with SUMO, take a look at the docs/tutorial and examples directories,
which contain some example networks with routing data and configuration files.
There is also user documentation provided in the docs/ directory and on the
homepage.

Documentation
---------------

- The main documentation is at [sumo.dlr.de/docs](https://sumo.dlr.de/docs). Note, that this tracks the [development version](https://sumo.dlr.de/docs/FAQ.html#why_does_sumo_not_behave_as_documented_in_this_wiki).
- A mirror of the main documentation is at [sumo.sourceforge.net/docs](https://sumo.sourceforge.net/docs).
- An offline version of the documentation is part of every release and can be accessed via `docs/userdoc/index.html`.

Improving SUMO
--------------

Please use the [GitHub bug tracking tool](https://github.com/eclipse-sumo/sumo/issues) for bugs and requests, 
or file them to the list sumo-user@eclipse.org. Before
filing a bug, please consider to check with a current repository checkout
whether the problem has already been fixed.

We welcome patches, pull requests and other contributions! For details see [our contribution guidelines](CONTRIBUTING.md).

We use [Weblate for translating SUMO](https://hosted.weblate.org/projects/eclipse-sumo/). If you
want to add translation strings or a language, see [our contribution guidelines](CONTRIBUTING.md#translating).


License
-------

SUMO is licensed under the [Eclipse Public License Version 2](https://eclipse.org/legal/epl-v20.html).
For the licenses of the different libraries and supplementary code information is in the
subdirectories and the [Documentation](https://sumo.dlr.de/docs/Libraries_Licenses.html).

            

Raw data

            {
    "_id": null,
    "home_page": "https://sumo.dlr.de/docs/Libsumo.html",
    "name": "libsumo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "traffic simulation traci sumo",
    "author": "DLR and contributors",
    "author_email": "sumo@dlr.de",
    "download_url": "",
    "platform": null,
    "description": "<a href=\"https://sumo.dlr.de/docs\"><p align=\"center\"><img width=50% src=\"https://raw.githubusercontent.com/eclipse/sumo/main/docs/web/docs/images/sumo-logo.svg\"></p></a>\r\n\r\nEclipse SUMO - Simulation of Urban MObility \r\n===========================================\r\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8346388.svg  )](https://doi.org/10.5281/zenodo.8346388   )\r\n[![Windows](https://github.com/eclipse-sumo/sumo/actions/workflows/build-windows.yml/badge.svg)](https://github.com/eclipse-sumo/sumo/actions/workflows/build-windows.yml)\r\n[![Linux](https://github.com/eclipse-sumo/sumo/actions/workflows/build-linux.yml/badge.svg)](https://github.com/eclipse-sumo/sumo/actions/workflows/build-linux.yml)\r\n[![macOS](https://github.com/eclipse-sumo/sumo/actions/workflows/build-macos.yml/badge.svg)](https://github.com/eclipse-sumo/sumo/actions/workflows/build-macos.yml)\r\n[![sonarcloud security](https://sonarcloud.io/api/project_badges/measure?project=org.eclipse.sumo&metric=security_rating)](https://sonarcloud.io/summary/overall?id=org.eclipse.sumo)\r\n[![Translation status](https://hosted.weblate.org/widgets/eclipse-sumo/-/svg-badge.svg)](https://hosted.weblate.org/engage/eclipse-sumo/)\r\n![Repo Size](https://img.shields.io/github/repo-size/eclipse/sumo.svg)\r\n\r\nWhat is SUMO\r\n------------\r\n\r\n[\"Simulation of Urban MObility\" (SUMO)](https://sumo.dlr.de/) is an open source,\r\nhighly portable, microscopic traffic simulation package designed to handle\r\nlarge road networks and different modes of transport.\r\n\r\n<p align=\"center\"><img width=70% src=\"https://raw.githubusercontent.com/eclipse/sumo/main/docs/web/docs/images/multiple-screenshots.png\"></p>\r\n\r\nIt is mainly developed by employees of the [Institute of Transportation Systems\r\nat the German Aerospace Center](https://www.dlr.de/ts/en/).\r\n\r\n\r\nWhere to get it\r\n---------------\r\n\r\nYou can download SUMO via our [downloads site](https://sumo.dlr.de/docs/Downloads.html).\r\n\r\nAs the program is still under development and is extended continuously, we advice you to\r\nuse the latest sources from our GitHub repository. Using a command line client\r\nthe following command should work:\r\n\r\n```\r\ngit clone --recursive https://github.com/eclipse-sumo/sumo\r\n```\r\n\r\nContact\r\n-------\r\n\r\nTo stay informed, we have a mailing list for SUMO, which \r\n[you can subscribe](https://dev.eclipse.org/mailman/listinfo/sumo-user) to.\r\nMessages to the list can be sent to sumo-user@eclipse.org.\r\nSUMO announcements will be made through the sumo-announce@eclipse.org list;\r\n[you can subscribe](https://dev.eclipse.org/mailman/listinfo/sumo-announce) to it as well.\r\nFor further contact information, have a look at [this page](https://sumo.dlr.de/docs/Contact.html).\r\n\r\n\r\nBuild and Installation\r\n----------------------\r\n\r\nFor Windows we provide pre-compiled binaries and CMake files to generate Visual Studio projects.\r\nIf you want to develop under Windows, please also clone the dependent libraries using\r\n\r\n```\r\ngit clone --recursive https://github.com/DLR-TS/SUMOLibraries\r\n```\r\n\r\nIf you're using Linux, you should have a look whether your distribution already contains sumo.\r\nThere is also a [ppa for ubuntu users](https://launchpad.net/~sumo) and an\r\n[open build service instance](https://build.opensuse.org/project/show/science:dlr).\r\nIf you want to build sumo yourself, the steps for ubuntu are:\r\n\r\n```\r\nsudo apt-get install cmake python g++ libxerces-c-dev libfox-1.6-dev libgdal-dev libproj-dev libgl2ps-dev swig\r\ncd <SUMO_DIR> # please insert the correct directory name here\r\nexport SUMO_HOME=\"$PWD\"\r\nmkdir build/cmake-build && cd build/cmake-build\r\ncmake ../..\r\nmake -j$(nproc)\r\n```\r\n\r\nFor [detailed build instructions, have a look at our Documentation](https://sumo.dlr.de/docs/Developer/Main.html#build_instructions).\r\n\r\n\r\nGetting started\r\n---------------\r\n\r\nTo get started with SUMO, take a look at the docs/tutorial and examples directories,\r\nwhich contain some example networks with routing data and configuration files.\r\nThere is also user documentation provided in the docs/ directory and on the\r\nhomepage.\r\n\r\nDocumentation\r\n---------------\r\n\r\n- The main documentation is at [sumo.dlr.de/docs](https://sumo.dlr.de/docs). Note, that this tracks the [development version](https://sumo.dlr.de/docs/FAQ.html#why_does_sumo_not_behave_as_documented_in_this_wiki).\r\n- A mirror of the main documentation is at [sumo.sourceforge.net/docs](https://sumo.sourceforge.net/docs).\r\n- An offline version of the documentation is part of every release and can be accessed via `docs/userdoc/index.html`.\r\n\r\nImproving SUMO\r\n--------------\r\n\r\nPlease use the [GitHub bug tracking tool](https://github.com/eclipse-sumo/sumo/issues) for bugs and requests, \r\nor file them to the list sumo-user@eclipse.org. Before\r\nfiling a bug, please consider to check with a current repository checkout\r\nwhether the problem has already been fixed.\r\n\r\nWe welcome patches, pull requests and other contributions! For details see [our contribution guidelines](CONTRIBUTING.md).\r\n\r\nWe use [Weblate for translating SUMO](https://hosted.weblate.org/projects/eclipse-sumo/). If you\r\nwant to add translation strings or a language, see [our contribution guidelines](CONTRIBUTING.md#translating).\r\n\r\n\r\nLicense\r\n-------\r\n\r\nSUMO is licensed under the [Eclipse Public License Version 2](https://eclipse.org/legal/epl-v20.html).\r\nFor the licenses of the different libraries and supplementary code information is in the\r\nsubdirectories and the [Documentation](https://sumo.dlr.de/docs/Libraries_Licenses.html).\r\n",
    "bugtrack_url": null,
    "license": "EPL-2.0",
    "summary": "The python version of the libsumo API to communicate with the traffic simulation Eclipse SUMO",
    "version": "1.19.0",
    "project_urls": {
        "Homepage": "https://sumo.dlr.de/docs/Libsumo.html"
    },
    "split_keywords": [
        "traffic",
        "simulation",
        "traci",
        "sumo"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d3d53e931a6ed2617303378f1146a98089852054d05b7c1bdc89a9c3c32d6f7",
                "md5": "0624c78a57a19966ff37a51daa180bb2",
                "sha256": "beaab180d88700e8a1d62547d095dbba22375d9410ce171babdc0c2e40d1d27b"
            },
            "downloads": -1,
            "filename": "libsumo-1.19.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0624c78a57a19966ff37a51daa180bb2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 28766166,
            "upload_time": "2023-11-06T22:16:41",
            "upload_time_iso_8601": "2023-11-06T22:16:41.391566Z",
            "url": "https://files.pythonhosted.org/packages/4d/3d/53e931a6ed2617303378f1146a98089852054d05b7c1bdc89a9c3c32d6f7/libsumo-1.19.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a230929c6150521b2a4262ff5a9ae0b5c737a0a71caf2fbd79d5635407792304",
                "md5": "45f323f3bf45b99bbf99da86418ff179",
                "sha256": "52e3c97de0017efe35ab91c0a450ffa87ea99bac00e33f789a83e4f7b934b7d9"
            },
            "downloads": -1,
            "filename": "libsumo-1.19.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "45f323f3bf45b99bbf99da86418ff179",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 14748271,
            "upload_time": "2023-11-06T22:14:56",
            "upload_time_iso_8601": "2023-11-06T22:14:56.764699Z",
            "url": "https://files.pythonhosted.org/packages/a2/30/929c6150521b2a4262ff5a9ae0b5c737a0a71caf2fbd79d5635407792304/libsumo-1.19.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ca86217abec4373d0f7ea6ea8c465967a028d1f12974a3237918d38cc66748d",
                "md5": "aa4933fde1e3d6655cb4a86f17cd93c1",
                "sha256": "e7509683e0ff19ba7264e0dd8ad75a5e670e116216e865b62da7a40a2c416578"
            },
            "downloads": -1,
            "filename": "libsumo-1.19.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aa4933fde1e3d6655cb4a86f17cd93c1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 28766078,
            "upload_time": "2023-11-06T22:16:45",
            "upload_time_iso_8601": "2023-11-06T22:16:45.002901Z",
            "url": "https://files.pythonhosted.org/packages/8c/a8/6217abec4373d0f7ea6ea8c465967a028d1f12974a3237918d38cc66748d/libsumo-1.19.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df0e4e6fb0387d4b02cdaaf07f6b8f81ccca5b554addb04b90624f3abcd2c788",
                "md5": "f22a925aea944a1feccfa78371c894ff",
                "sha256": "0eb44ea581805052d741a325c4615681990c642766c49a3fc462a274cd53b729"
            },
            "downloads": -1,
            "filename": "libsumo-1.19.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f22a925aea944a1feccfa78371c894ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 14748436,
            "upload_time": "2023-11-06T22:15:00",
            "upload_time_iso_8601": "2023-11-06T22:15:00.067345Z",
            "url": "https://files.pythonhosted.org/packages/df/0e/4e6fb0387d4b02cdaaf07f6b8f81ccca5b554addb04b90624f3abcd2c788/libsumo-1.19.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28e4872f3a5ef5a01017475aeb919743e621824556155c6a8bc6a7c3161f46d0",
                "md5": "fdd0c8efe442afb20b13e3d5eaa0842b",
                "sha256": "65802ebd431d2879d10c9ea90c4d8108ea93c2d46e7add0ebc3b518dcb62d4d6"
            },
            "downloads": -1,
            "filename": "libsumo-1.19.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fdd0c8efe442afb20b13e3d5eaa0842b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 28765908,
            "upload_time": "2023-11-06T22:16:48",
            "upload_time_iso_8601": "2023-11-06T22:16:48.652297Z",
            "url": "https://files.pythonhosted.org/packages/28/e4/872f3a5ef5a01017475aeb919743e621824556155c6a8bc6a7c3161f46d0/libsumo-1.19.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf79237b3cdbf3c8dcf0390fc9c66bd925c5cb24840b52bbaeddae83c164dd77",
                "md5": "49f9036cf6326985e8a53a71d7c2e5f8",
                "sha256": "94ae5b76daf5ed8b0a927a183263a22b1300356774e3c5ebe5f09bde3a97c720"
            },
            "downloads": -1,
            "filename": "libsumo-1.19.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "49f9036cf6326985e8a53a71d7c2e5f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 14749750,
            "upload_time": "2023-11-06T22:15:03",
            "upload_time_iso_8601": "2023-11-06T22:15:03.980442Z",
            "url": "https://files.pythonhosted.org/packages/bf/79/237b3cdbf3c8dcf0390fc9c66bd925c5cb24840b52bbaeddae83c164dd77/libsumo-1.19.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d60474d97d68aacf4b33d67f817e36eba5f00a8bffa2d9da0c49c1fcb1332d4",
                "md5": "0fcdfbe09c350e44e5d73604814cc0eb",
                "sha256": "d9a89ade96fe39af2f3989f459e1dde7f9d0f2c6b305e5ade1e24c0805fcd391"
            },
            "downloads": -1,
            "filename": "libsumo-1.19.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0fcdfbe09c350e44e5d73604814cc0eb",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 28732832,
            "upload_time": "2023-11-06T22:16:52",
            "upload_time_iso_8601": "2023-11-06T22:16:52.262908Z",
            "url": "https://files.pythonhosted.org/packages/9d/60/474d97d68aacf4b33d67f817e36eba5f00a8bffa2d9da0c49c1fcb1332d4/libsumo-1.19.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d27f33dc2545fc214437f1f5735d27f9786e742450ea5a185f2c7ab2edb887d8",
                "md5": "6f6d362d83ad930e32c0bff24ebd7069",
                "sha256": "560d91727f2f51babd5d7779099a91aa0f89aa3700896c1311be4f4dfe7aa56e"
            },
            "downloads": -1,
            "filename": "libsumo-1.19.0-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6f6d362d83ad930e32c0bff24ebd7069",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 14748484,
            "upload_time": "2023-11-06T22:15:07",
            "upload_time_iso_8601": "2023-11-06T22:15:07.523384Z",
            "url": "https://files.pythonhosted.org/packages/d2/7f/33dc2545fc214437f1f5735d27f9786e742450ea5a185f2c7ab2edb887d8/libsumo-1.19.0-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63c529d9dfe8ef88e4e1ce538ad43fa018391f8c1226149a8ed353f215cd8dfb",
                "md5": "66065900f698148a390c9ec442d18d1a",
                "sha256": "4c8777251ac5f0abd1c9e6d013fda3e6f495a673340d4ed82cbe1c5cfda662b9"
            },
            "downloads": -1,
            "filename": "libsumo-1.19.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "66065900f698148a390c9ec442d18d1a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 28761588,
            "upload_time": "2023-11-06T22:16:55",
            "upload_time_iso_8601": "2023-11-06T22:16:55.543454Z",
            "url": "https://files.pythonhosted.org/packages/63/c5/29d9dfe8ef88e4e1ce538ad43fa018391f8c1226149a8ed353f215cd8dfb/libsumo-1.19.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c53b1392c570bb79b2fd7da3fa5c04fed105b0d2d7dd75264f802f7b48eea66b",
                "md5": "9664e79afdc7c0ebc5e783744ece8eee",
                "sha256": "4902a6a08d20ffa5f974025448811de536d5e2d0329dda24a5b1d55bf3a6b52b"
            },
            "downloads": -1,
            "filename": "libsumo-1.19.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9664e79afdc7c0ebc5e783744ece8eee",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 14748298,
            "upload_time": "2023-11-06T22:15:10",
            "upload_time_iso_8601": "2023-11-06T22:15:10.706614Z",
            "url": "https://files.pythonhosted.org/packages/c5/3b/1392c570bb79b2fd7da3fa5c04fed105b0d2d7dd75264f802f7b48eea66b/libsumo-1.19.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1725f7035ec45e8499e77ddaa292160ffa743b0929f5b0d64168c3635b09c31",
                "md5": "11bbb0a4d60c22dc161c7ed58b6960d2",
                "sha256": "ebd53aa9b90fc92616adf62f756b2104e176cd0d033066414cb740327140fd0b"
            },
            "downloads": -1,
            "filename": "libsumo-1.19.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "11bbb0a4d60c22dc161c7ed58b6960d2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 28763539,
            "upload_time": "2023-11-06T22:16:59",
            "upload_time_iso_8601": "2023-11-06T22:16:59.173762Z",
            "url": "https://files.pythonhosted.org/packages/c1/72/5f7035ec45e8499e77ddaa292160ffa743b0929f5b0d64168c3635b09c31/libsumo-1.19.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40ad536e5f9cd8b7dcc6fcfaf06c29f943461eab03725649661adc88a2a30b85",
                "md5": "d79ea9e2988be948fa74c221e5f709da",
                "sha256": "47ab9455cbefca9a6a7a1c3e2aa3cc9f09d78043781b9b1ab4b60f753417dfd2"
            },
            "downloads": -1,
            "filename": "libsumo-1.19.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d79ea9e2988be948fa74c221e5f709da",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 14748010,
            "upload_time": "2023-11-06T22:15:14",
            "upload_time_iso_8601": "2023-11-06T22:15:14.088084Z",
            "url": "https://files.pythonhosted.org/packages/40/ad/536e5f9cd8b7dcc6fcfaf06c29f943461eab03725649661adc88a2a30b85/libsumo-1.19.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-06 22:16:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "libsumo"
}
        
Elapsed time: 0.13578s