<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.13907886.svg )](https://doi.org/10.5281/zenodo.13907886 )
[![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 being extended continuously), we advice you to
use the latest sources from our GitHub repository. Using a command line client,
execute the following command:
```
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"
cmake -B build .
cmake --build build -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 issue tracking tool](https://github.com/eclipse-sumo/sumo/issues) for bugs and requests,
or file them to the sumo-user@eclipse.org list. 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) and
[this page](https://sumo.dlr.de/docs/Developer/Translating.html) for more information.
License
-------
SUMO is licensed under the [Eclipse Public License Version 2](https://eclipse.org/legal/epl-v20.html).
The licenses of the different libraries and supplementary code information are in the
subdirectories and in 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": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "traffic simulation traci sumo",
"author": "DLR and contributors",
"author_email": "sumo@dlr.de",
"download_url": null,
"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.13907886.svg )](https://doi.org/10.5281/zenodo.13907886 )\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 being extended continuously), we advice you to\r\nuse the latest sources from our GitHub repository. Using a command line client,\r\nexecute the following command:\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\ncmake -B build .\r\ncmake --build build -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 issue tracking tool](https://github.com/eclipse-sumo/sumo/issues) for bugs and requests,\r\nor file them to the sumo-user@eclipse.org list. 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) and\r\n[this page](https://sumo.dlr.de/docs/Developer/Translating.html) for more information.\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\nThe licenses of the different libraries and supplementary code information are in the\r\nsubdirectories and in 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.21.0",
"project_urls": {
"Homepage": "https://sumo.dlr.de/docs/Libsumo.html"
},
"split_keywords": [
"traffic",
"simulation",
"traci",
"sumo"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "307ac3c1f942396e31a4fa62d9f108cb739ac31f849d1ce2397acdd1f153047d",
"md5": "5f374e3dadb7138c00c8bdc82d75af3a",
"sha256": "7e11a636691af34335ad690df6b8b45836685c535132f5d527444362fb01331b"
},
"downloads": -1,
"filename": "libsumo-1.21.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "5f374e3dadb7138c00c8bdc82d75af3a",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 25801578,
"upload_time": "2024-10-09T20:40:21",
"upload_time_iso_8601": "2024-10-09T20:40:21.440949Z",
"url": "https://files.pythonhosted.org/packages/30/7a/c3c1f942396e31a4fa62d9f108cb739ac31f849d1ce2397acdd1f153047d/libsumo-1.21.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b761fdb8cd69cdcd0246b82873280c95c854980a24303d99de257f1c746d2fd4",
"md5": "eba5e395d0ed99d9e590095377746b37",
"sha256": "a9b3788eb34d5a560d13190aa4e6403c7f457b925443934bb4a74a3e509b71bf"
},
"downloads": -1,
"filename": "libsumo-1.21.0-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "eba5e395d0ed99d9e590095377746b37",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 4258593,
"upload_time": "2024-10-09T20:33:34",
"upload_time_iso_8601": "2024-10-09T20:33:34.247448Z",
"url": "https://files.pythonhosted.org/packages/b7/61/fdb8cd69cdcd0246b82873280c95c854980a24303d99de257f1c746d2fd4/libsumo-1.21.0-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c15dc1d4dfea64fca222eeab2b30e6dce7afd74cff530a92aabb86306d47de30",
"md5": "10f959185fd3e15df877356e90182486",
"sha256": "2e6d73742d73f40ad3ece6b125af926b1019093585b88aaee05cab245f5b061e"
},
"downloads": -1,
"filename": "libsumo-1.21.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "10f959185fd3e15df877356e90182486",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 25801798,
"upload_time": "2024-10-09T20:40:24",
"upload_time_iso_8601": "2024-10-09T20:40:24.702009Z",
"url": "https://files.pythonhosted.org/packages/c1/5d/c1d4dfea64fca222eeab2b30e6dce7afd74cff530a92aabb86306d47de30/libsumo-1.21.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "51085444bf51cef90f182a1fa0e841ef8fa4f6cffe8251e42c9e45bf85def998",
"md5": "1505a11453b40f01fdd6bdb84da451c7",
"sha256": "e8035b9a18ae7f59e2741de30bba0094c039c01adda5b883ac4ebb6ea4a02cb9"
},
"downloads": -1,
"filename": "libsumo-1.21.0-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "1505a11453b40f01fdd6bdb84da451c7",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 4258591,
"upload_time": "2024-10-09T20:33:36",
"upload_time_iso_8601": "2024-10-09T20:33:36.492131Z",
"url": "https://files.pythonhosted.org/packages/51/08/5444bf51cef90f182a1fa0e841ef8fa4f6cffe8251e42c9e45bf85def998/libsumo-1.21.0-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cb22979718c59dda74711967f7988f75a8f335ecccf07589af54c1b14b40b647",
"md5": "090450bad07742d0c5c4056a755f81f0",
"sha256": "1b8b4a6e6093d64b8f3d036b4511018d99cdeda2d2ca445783f0bc352742b43f"
},
"downloads": -1,
"filename": "libsumo-1.21.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "090450bad07742d0c5c4056a755f81f0",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 25813124,
"upload_time": "2024-10-09T20:40:27",
"upload_time_iso_8601": "2024-10-09T20:40:27.867553Z",
"url": "https://files.pythonhosted.org/packages/cb/22/979718c59dda74711967f7988f75a8f335ecccf07589af54c1b14b40b647/libsumo-1.21.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3fe641f3efec3df1a49cdeb142abe28579775d2c369658f24de731655c43a278",
"md5": "c64950b59ca8307082ebb8f4054463ae",
"sha256": "db0821c008dc5e4cfffb93a54551fcf7644838d39af302914885b4e03d4f7f58"
},
"downloads": -1,
"filename": "libsumo-1.21.0-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "c64950b59ca8307082ebb8f4054463ae",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 4261594,
"upload_time": "2024-10-09T20:33:38",
"upload_time_iso_8601": "2024-10-09T20:33:38.809104Z",
"url": "https://files.pythonhosted.org/packages/3f/e6/41f3efec3df1a49cdeb142abe28579775d2c369658f24de731655c43a278/libsumo-1.21.0-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "06c3f08709e2c333b659f124619deb370f61d1de55d259634aec8f47012635a8",
"md5": "b1c2f54da15d31e3438694407d562363",
"sha256": "9cfa983e8fc43b2e247362fcdcfcf13ec580e63a3ba1689ca553566ac21b3b80"
},
"downloads": -1,
"filename": "libsumo-1.21.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "b1c2f54da15d31e3438694407d562363",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 25812930,
"upload_time": "2024-10-09T20:40:30",
"upload_time_iso_8601": "2024-10-09T20:40:30.875731Z",
"url": "https://files.pythonhosted.org/packages/06/c3/f08709e2c333b659f124619deb370f61d1de55d259634aec8f47012635a8/libsumo-1.21.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6a9904ec4c5ba36f8e299beb07ad47c9518c578db147f4cc37607f78554bb46c",
"md5": "ddaaaaaf572c6fdd04c963410bee9a6b",
"sha256": "42c2dbeb500a2c7885268575c3a09a2a4c0cf094d9ba9e96ebd2c95afb96b0d4"
},
"downloads": -1,
"filename": "libsumo-1.21.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "ddaaaaaf572c6fdd04c963410bee9a6b",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 25766462,
"upload_time": "2024-10-09T20:40:33",
"upload_time_iso_8601": "2024-10-09T20:40:33.926424Z",
"url": "https://files.pythonhosted.org/packages/6a/99/04ec4c5ba36f8e299beb07ad47c9518c578db147f4cc37607f78554bb46c/libsumo-1.21.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c18864178ac9816adddc72ce18d4a453c75a9a28668af6e14f9105267f104df6",
"md5": "2a9dc782d2198ca34e1000d570da10f8",
"sha256": "a24f52e391387139483bbb9aeeef82e84446f3b45b259a06d35d0c0532ac8172"
},
"downloads": -1,
"filename": "libsumo-1.21.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "2a9dc782d2198ca34e1000d570da10f8",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": null,
"size": 25771496,
"upload_time": "2024-10-09T20:40:37",
"upload_time_iso_8601": "2024-10-09T20:40:37.416487Z",
"url": "https://files.pythonhosted.org/packages/c1/88/64178ac9816adddc72ce18d4a453c75a9a28668af6e14f9105267f104df6/libsumo-1.21.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2d2785fc3b5f66a6b42e2e0a27bebfbb3d3a25377d46d95ddbc8a75e3ff70dfa",
"md5": "1dea093c95233f7be33a7bd0c4aa21cc",
"sha256": "a6ccfc00665cae56b0f3ad147cb63e7bf22f1c24c9ccead31734d7dd50c16919"
},
"downloads": -1,
"filename": "libsumo-1.21.0-cp37-cp37m-win_amd64.whl",
"has_sig": false,
"md5_digest": "1dea093c95233f7be33a7bd0c4aa21cc",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": null,
"size": 4255578,
"upload_time": "2024-10-09T20:33:41",
"upload_time_iso_8601": "2024-10-09T20:33:41.739224Z",
"url": "https://files.pythonhosted.org/packages/2d/27/85fc3b5f66a6b42e2e0a27bebfbb3d3a25377d46d95ddbc8a75e3ff70dfa/libsumo-1.21.0-cp37-cp37m-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "927639d6656c4ca4b541c76398ee444479f78bff28e4e754b8f2cae206714b48",
"md5": "04e543a807c481cd2e611e2e2adb1942",
"sha256": "3bd9471b204fe83dfbf3cd02afd680cbc75ab619776978e3bdf0d8eee8edf9cf"
},
"downloads": -1,
"filename": "libsumo-1.21.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "04e543a807c481cd2e611e2e2adb1942",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 25796695,
"upload_time": "2024-10-09T20:40:41",
"upload_time_iso_8601": "2024-10-09T20:40:41.260129Z",
"url": "https://files.pythonhosted.org/packages/92/76/39d6656c4ca4b541c76398ee444479f78bff28e4e754b8f2cae206714b48/libsumo-1.21.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4af55b3eaf8fcd72001948f65cd036e4b5c226f36f7a0355af6ac8fb8337c68f",
"md5": "16ba0b3d3a52589b1013532d2b6f8d3f",
"sha256": "01ed0c1d1fc0cc0168fe408b78158fc9dc4850cd3324ef995f04c176299e1781"
},
"downloads": -1,
"filename": "libsumo-1.21.0-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "16ba0b3d3a52589b1013532d2b6f8d3f",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 4258417,
"upload_time": "2024-10-09T20:33:43",
"upload_time_iso_8601": "2024-10-09T20:33:43.797475Z",
"url": "https://files.pythonhosted.org/packages/4a/f5/5b3eaf8fcd72001948f65cd036e4b5c226f36f7a0355af6ac8fb8337c68f/libsumo-1.21.0-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7afbd8348c191b7b92a1b59c6e3d14eb686ed1d2e80f64624793358a4ff16fb6",
"md5": "81df36e5eb4a511cc604564c216b69cf",
"sha256": "60e644aeb01fa275dbd41a0825efdc939acd41793b372edec36f03aee84f45d2"
},
"downloads": -1,
"filename": "libsumo-1.21.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "81df36e5eb4a511cc604564c216b69cf",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 25796698,
"upload_time": "2024-10-09T20:40:43",
"upload_time_iso_8601": "2024-10-09T20:40:43.983455Z",
"url": "https://files.pythonhosted.org/packages/7a/fb/d8348c191b7b92a1b59c6e3d14eb686ed1d2e80f64624793358a4ff16fb6/libsumo-1.21.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e032a2eb92a31d1b45506e162329a32eff3c4599688358d2c16bffe8458a942c",
"md5": "273e31663de16e20efcf57acfa1e31af",
"sha256": "f1ba3940796358a5311f4444eb84617041c198c7a6f5801558210a859c1dd5dc"
},
"downloads": -1,
"filename": "libsumo-1.21.0-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "273e31663de16e20efcf57acfa1e31af",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 4257890,
"upload_time": "2024-10-09T20:33:46",
"upload_time_iso_8601": "2024-10-09T20:33:46.444027Z",
"url": "https://files.pythonhosted.org/packages/e0/32/a2eb92a31d1b45506e162329a32eff3c4599688358d2c16bffe8458a942c/libsumo-1.21.0-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-09 20:40:21",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "libsumo"
}