libtraci


Namelibtraci JSON
Version 1.19.0 PyPI version JSON
download
home_pagehttps://sumo.dlr.de/docs/TraCI.html
SummaryThe python version of the libtraci API to communicate with the traffic simulation Eclipse SUMO
upload_time2023-11-06 22:15:17
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/TraCI.html",
    "name": "libtraci",
    "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 libtraci API to communicate with the traffic simulation Eclipse SUMO",
    "version": "1.19.0",
    "project_urls": {
        "Homepage": "https://sumo.dlr.de/docs/TraCI.html"
    },
    "split_keywords": [
        "traffic",
        "simulation",
        "traci",
        "sumo"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d5e538c58ee86e1fddccdfac93d47dcd52969a8477920185964f9189fdc88c14",
                "md5": "a032eebef600e0c24ed294f8e36daec7",
                "sha256": "a710849d3278fca03038ad4d02be6c102be49b47945e7184ec525bea6e83f969"
            },
            "downloads": -1,
            "filename": "libtraci-1.19.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a032eebef600e0c24ed294f8e36daec7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 15574986,
            "upload_time": "2023-11-06T22:15:17",
            "upload_time_iso_8601": "2023-11-06T22:15:17.495310Z",
            "url": "https://files.pythonhosted.org/packages/d5/e5/38c58ee86e1fddccdfac93d47dcd52969a8477920185964f9189fdc88c14/libtraci-1.19.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a751c42d746e0324bebfbe74f7a7f7e60a90cbede7f14802ae7845e54cded9e1",
                "md5": "74435019bd32d06d294a69c762b76d86",
                "sha256": "cf371a2d6ef677a160546562ab8e61f6990d5e50bd31ada1634f73244acc5310"
            },
            "downloads": -1,
            "filename": "libtraci-1.19.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "74435019bd32d06d294a69c762b76d86",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 15574878,
            "upload_time": "2023-11-06T22:15:21",
            "upload_time_iso_8601": "2023-11-06T22:15:21.047232Z",
            "url": "https://files.pythonhosted.org/packages/a7/51/c42d746e0324bebfbe74f7a7f7e60a90cbede7f14802ae7845e54cded9e1/libtraci-1.19.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7bf65f9b1fa14fdc44ef6be2e344595cc2e19bfa2149cc1c95278974ab4c68c",
                "md5": "1595f1b29adb244155d6414d42253597",
                "sha256": "ae529dbfab07709b3a6ffdaa983372b1104fea856c9739353bf56ec247fb7513"
            },
            "downloads": -1,
            "filename": "libtraci-1.19.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1595f1b29adb244155d6414d42253597",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 15578462,
            "upload_time": "2023-11-06T22:15:24",
            "upload_time_iso_8601": "2023-11-06T22:15:24.449022Z",
            "url": "https://files.pythonhosted.org/packages/f7/bf/65f9b1fa14fdc44ef6be2e344595cc2e19bfa2149cc1c95278974ab4c68c/libtraci-1.19.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63db8cc42559e1a0fda2dea2ac702f38f12955ede85fc76bffe1827ddc6c525c",
                "md5": "988fbfe156f25dd145473dff4b0da119",
                "sha256": "deaf4f81329897db43047945115cc230975ec819a041fe4cdffc436e1735c17a"
            },
            "downloads": -1,
            "filename": "libtraci-1.19.0-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "988fbfe156f25dd145473dff4b0da119",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 15566292,
            "upload_time": "2023-11-06T22:15:27",
            "upload_time_iso_8601": "2023-11-06T22:15:27.201176Z",
            "url": "https://files.pythonhosted.org/packages/63/db/8cc42559e1a0fda2dea2ac702f38f12955ede85fc76bffe1827ddc6c525c/libtraci-1.19.0-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3a2500f1cdd797959380717373a31d5b68efd666b52799a0d692865bd38ad98",
                "md5": "6b83980bc9022085950008235f3b1dd1",
                "sha256": "760f50db7ae5a7d724086263f3daa5f58f5733fc0db4e20d8b665db62c443b8d"
            },
            "downloads": -1,
            "filename": "libtraci-1.19.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6b83980bc9022085950008235f3b1dd1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 15575787,
            "upload_time": "2023-11-06T22:15:30",
            "upload_time_iso_8601": "2023-11-06T22:15:30.160670Z",
            "url": "https://files.pythonhosted.org/packages/b3/a2/500f1cdd797959380717373a31d5b68efd666b52799a0d692865bd38ad98/libtraci-1.19.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4705895f4b42904813902414df04c727fd2b3457eb3d928473506f3cc67b259c",
                "md5": "ab6195f23193438009306a6e8b307757",
                "sha256": "f5405330f53544a2a1d87bc1c34d2c94d40279e71992f2eb6b10bdbcfbf67723"
            },
            "downloads": -1,
            "filename": "libtraci-1.19.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ab6195f23193438009306a6e8b307757",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 15575160,
            "upload_time": "2023-11-06T22:15:33",
            "upload_time_iso_8601": "2023-11-06T22:15:33.554866Z",
            "url": "https://files.pythonhosted.org/packages/47/05/895f4b42904813902414df04c727fd2b3457eb3d928473506f3cc67b259c/libtraci-1.19.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-06 22:15:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "libtraci"
}
        
Elapsed time: 0.13882s