lanelet2x


Namelanelet2x JSON
Version 1.2.1 PyPI version JSON
download
home_page
SummaryYour favorite map handling framework for automated driving, now standalone and with cross-platform support.
upload_time2023-11-25 12:30:47
maintainer
docs_urlNone
author
requires_python>=3.9
licenseCopyright 2018 FZI Forschungszentrum Informatik Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords python lanelet2
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Lanelet2x

Lanelet2x is a fork of lanelet2 library with all dependencies on ROS1, ROS2 or Catkin removed to create a standalone and
cross-platform library.

[![CI](https://github.com/wu-vincent/lanelet2x/actions/workflows/ci.yaml/badge.svg)](
https://github.com/wu-vincent/lanelet2x/actions/workflows/ci.yaml)
[![CD](https://github.com/wu-vincent/lanelet2x/actions/workflows/cd.yaml/badge.svg)](
https://github.com/wu-vincent/lanelet2x/actions/workflows/cd.yaml)
[![PyPI - Version](https://img.shields.io/pypi/v/lanelet2x)](
https://pypi.org/project/lanelet2x)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/lanelet2x)](
https://pypi.org/project/lanelet2x)
![PyPI - Python Version](
https://img.shields.io/pypi/pyversions/lanelet2x?logo=python&logoColor=white)

## Overview

Lanelet2 is a C++ library for handling map data in the context of automated driving. It is designed to utilize
high-definition map data in order to efficiently handle the challenges posed to a vehicle in complex traffic scenarios.
Flexibility and extensibility are some of the core principles to handle the upcoming challenges of future maps.

Features:

- **2D and 3D** support
- **Consistent modification**: if one point is modified, all owning objects see the change
- Supports **lane changes**, routing through areas, etc.
- **Separated routing** for pedestrians, vehicles, bikes, etc.
- Many **customization points** to add new traffic rules, routing costs, parsers, etc.
- **Simple convenience functions** for common tasks when handling maps
- **Accurate Projection** between the lat/lon geographic world and local metric coordinates
- **IO Interface** for reading and writing e.g. _osm_ data formats (this does not mean it can deal with _osm maps_)
- **Python** bindings for the whole C++ interface
- **Boost Geometry** support for all thinkable kinds of geometry calculations on map primitives
- Released under the [**BSD 3-Clause license**](LICENSE)
- Support **Windows**, **Linux** and **MacOS**

![](lanelet2_core/doc/images/lanelet2_example_image.png)

Lanelet2 is the successor of the old [liblanelet](https://github.com/phbender/liblanelet/tree/master/libLanelet) that
was developed in 2013. If you know Lanelet1, you might be interested
in [reading this](lanelet2_core/doc/Lanelet1Compability.md).

## Documentation

You can find more documentation in the individual packages and in doxygen comments. Here is an overview on the most
important topics:

- [Here](lanelet2_core/doc/LaneletPrimitives.md) is more information on the basic primitives that make up a Lanelet2
  map.
- [Read here](lanelet2_core/doc/Architecture.md) for a primer on the **software architecture** of lanelet2.
- There is also some [documentation](lanelet2_core/doc/GeometryPrimer.md) on the geometry calculations you can do with
  lanelet2 primitives.
- If you are interested in Lanelet2's **projections**, you will find
  more [here](lanelet2_projection/doc/Map_Projections_Coordinate_Systems.md).
- To get more information on how to create valid maps, see [here](lanelet2_maps/README.md).

## Installation

### PyPI

Lanelet2x can be installed from PyPI.

```
pip install lanelet2x
```

### Using Docker

- [ ] **TODO**: We are currently working on the Docker container

### Manual installation

At least **C++14** is required.

### Dependencies

* `Boost` (from 1.58)
* `eigen3`
* `pugixml` (for lanelet2_io)
* `boost-python, python2 or python3` (for lanelet2_python)
* `geographiclib` (for lanelet2_projection)

### Building

We use Conan 2.0 to manage all C++ dependencies, first clone the project:

```bash
git clone https://github.com/wu-vincent/lanelet2x.git
cd lanelet2x
```

Install conan from PyPI and create a profile:

```bash
pip install -r requirements.txt
conan profile detect
```

Now we are ready to build

```bash
conan create . --build=missing
```

## Examples

Examples and common use cases in both C++ and Python can be found [here](lanelet2_examples/README.md).

## Packages

* **lanelet2** is the meta-package for the whole lanelet2 framework
* **lanelet2_core** implements the basic library with all the primitives, geometry calculations and the LanletMap object
* **lanelet2_io** is responsible for reading and writing lanelet maps
* **lanelet2_traffic_rules** provides support to interpret the traffic rules encoded in a map
* **lanelet2_projection** for projecting maps from WGS84 (lat/lon) to local metric coordinates
* **lanelet2_routing** implements the routing graph for routing or reachable set or queries as well as collision
  checking
* **lanelet2_maps** provides example maps and functionality to visualize and modify them easily in JOSM
* **lanelet2_matching** provides functions to determine in which lanelet an object is/could be currently located
* **lanelet2_python** implements the python interface for lanelet2
* **lanelet2_validation** provides checks to ensure a valid lanelet2 map
* **lanelet2_examples** contains tutorials for working with Lanelet2 in C++ and Python

## Citation

If you are using Lanelet2 for scientific research, we would be pleased if you would cite
our [publication](http://www.mrt.kit.edu/z/publ/download/2018/Poggenhans2018Lanelet2.pdf):

```latex
@inproceedings{poggenhans2018lanelet2,
  title     = {Lanelet2: A High-Definition Map Framework for the Future of Automated Driving},
  author    = {Poggenhans, Fabian and Pauls, Jan-Hendrik and Janosovits, Johannes and Orf, Stefan and Naumann, Maximilian and Kuhnt, Florian and Mayr, Matthias},
  booktitle = {Proc.\ IEEE Intell.\ Trans.\ Syst.\ Conf.},
  year      = {2018},
  address   = {Hawaii, USA},
  owner     = {poggenhans},
  month     = {November},
  Url={http://www.mrt.kit.edu/z/publ/download/2018/Poggenhans2018Lanelet2.pdf}
}
```


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "lanelet2x",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Vincent Wu <zhengyu.wu21@imperial.ac.uk>",
    "keywords": "python lanelet2",
    "author": "",
    "author_email": "Fabian Poggenhans <fabian.poggenhans@kit.edu>, Fabian Immel <fabian.immel@kit.edu>",
    "download_url": "https://files.pythonhosted.org/packages/9a/b5/96181179b357106d3903d809854afac9a11272fdb4679ed0377eb39c5456/lanelet2x-1.2.1.tar.gz",
    "platform": null,
    "description": "# Lanelet2x\n\nLanelet2x is a fork of lanelet2 library with all dependencies on ROS1, ROS2 or Catkin removed to create a standalone and\ncross-platform library.\n\n[![CI](https://github.com/wu-vincent/lanelet2x/actions/workflows/ci.yaml/badge.svg)](\nhttps://github.com/wu-vincent/lanelet2x/actions/workflows/ci.yaml)\n[![CD](https://github.com/wu-vincent/lanelet2x/actions/workflows/cd.yaml/badge.svg)](\nhttps://github.com/wu-vincent/lanelet2x/actions/workflows/cd.yaml)\n[![PyPI - Version](https://img.shields.io/pypi/v/lanelet2x)](\nhttps://pypi.org/project/lanelet2x)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/lanelet2x)](\nhttps://pypi.org/project/lanelet2x)\n![PyPI - Python Version](\nhttps://img.shields.io/pypi/pyversions/lanelet2x?logo=python&logoColor=white)\n\n## Overview\n\nLanelet2 is a C++ library for handling map data in the context of automated driving. It is designed to utilize\nhigh-definition map data in order to efficiently handle the challenges posed to a vehicle in complex traffic scenarios.\nFlexibility and extensibility are some of the core principles to handle the upcoming challenges of future maps.\n\nFeatures:\n\n- **2D and 3D** support\n- **Consistent modification**: if one point is modified, all owning objects see the change\n- Supports **lane changes**, routing through areas, etc.\n- **Separated routing** for pedestrians, vehicles, bikes, etc.\n- Many **customization points** to add new traffic rules, routing costs, parsers, etc.\n- **Simple convenience functions** for common tasks when handling maps\n- **Accurate Projection** between the lat/lon geographic world and local metric coordinates\n- **IO Interface** for reading and writing e.g. _osm_ data formats (this does not mean it can deal with _osm maps_)\n- **Python** bindings for the whole C++ interface\n- **Boost Geometry** support for all thinkable kinds of geometry calculations on map primitives\n- Released under the [**BSD 3-Clause license**](LICENSE)\n- Support **Windows**, **Linux** and **MacOS**\n\n![](lanelet2_core/doc/images/lanelet2_example_image.png)\n\nLanelet2 is the successor of the old [liblanelet](https://github.com/phbender/liblanelet/tree/master/libLanelet) that\nwas developed in 2013. If you know Lanelet1, you might be interested\nin [reading this](lanelet2_core/doc/Lanelet1Compability.md).\n\n## Documentation\n\nYou can find more documentation in the individual packages and in doxygen comments. Here is an overview on the most\nimportant topics:\n\n- [Here](lanelet2_core/doc/LaneletPrimitives.md) is more information on the basic primitives that make up a Lanelet2\n  map.\n- [Read here](lanelet2_core/doc/Architecture.md) for a primer on the **software architecture** of lanelet2.\n- There is also some [documentation](lanelet2_core/doc/GeometryPrimer.md) on the geometry calculations you can do with\n  lanelet2 primitives.\n- If you are interested in Lanelet2's **projections**, you will find\n  more [here](lanelet2_projection/doc/Map_Projections_Coordinate_Systems.md).\n- To get more information on how to create valid maps, see [here](lanelet2_maps/README.md).\n\n## Installation\n\n### PyPI\n\nLanelet2x can be installed from PyPI.\n\n```\npip install lanelet2x\n```\n\n### Using Docker\n\n- [ ] **TODO**: We are currently working on the Docker container\n\n### Manual installation\n\nAt least **C++14** is required.\n\n### Dependencies\n\n* `Boost` (from 1.58)\n* `eigen3`\n* `pugixml` (for lanelet2_io)\n* `boost-python, python2 or python3` (for lanelet2_python)\n* `geographiclib` (for lanelet2_projection)\n\n### Building\n\nWe use Conan 2.0 to manage all C++ dependencies, first clone the project:\n\n```bash\ngit clone https://github.com/wu-vincent/lanelet2x.git\ncd lanelet2x\n```\n\nInstall conan from PyPI and create a profile:\n\n```bash\npip install -r requirements.txt\nconan profile detect\n```\n\nNow we are ready to build\n\n```bash\nconan create . --build=missing\n```\n\n## Examples\n\nExamples and common use cases in both C++ and Python can be found [here](lanelet2_examples/README.md).\n\n## Packages\n\n* **lanelet2** is the meta-package for the whole lanelet2 framework\n* **lanelet2_core** implements the basic library with all the primitives, geometry calculations and the LanletMap object\n* **lanelet2_io** is responsible for reading and writing lanelet maps\n* **lanelet2_traffic_rules** provides support to interpret the traffic rules encoded in a map\n* **lanelet2_projection** for projecting maps from WGS84 (lat/lon) to local metric coordinates\n* **lanelet2_routing** implements the routing graph for routing or reachable set or queries as well as collision\n  checking\n* **lanelet2_maps** provides example maps and functionality to visualize and modify them easily in JOSM\n* **lanelet2_matching** provides functions to determine in which lanelet an object is/could be currently located\n* **lanelet2_python** implements the python interface for lanelet2\n* **lanelet2_validation** provides checks to ensure a valid lanelet2 map\n* **lanelet2_examples** contains tutorials for working with Lanelet2 in C++ and Python\n\n## Citation\n\nIf you are using Lanelet2 for scientific research, we would be pleased if you would cite\nour [publication](http://www.mrt.kit.edu/z/publ/download/2018/Poggenhans2018Lanelet2.pdf):\n\n```latex\n@inproceedings{poggenhans2018lanelet2,\n  title     = {Lanelet2: A High-Definition Map Framework for the Future of Automated Driving},\n  author    = {Poggenhans, Fabian and Pauls, Jan-Hendrik and Janosovits, Johannes and Orf, Stefan and Naumann, Maximilian and Kuhnt, Florian and Mayr, Matthias},\n  booktitle = {Proc.\\ IEEE Intell.\\ Trans.\\ Syst.\\ Conf.},\n  year      = {2018},\n  address   = {Hawaii, USA},\n  owner     = {poggenhans},\n  month     = {November},\n  Url={http://www.mrt.kit.edu/z/publ/download/2018/Poggenhans2018Lanelet2.pdf}\n}\n```\n\n",
    "bugtrack_url": null,
    "license": "Copyright 2018 FZI Forschungszentrum Informatik  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
    "summary": "Your favorite map handling framework for automated driving, now standalone and with cross-platform support.",
    "version": "1.2.1",
    "project_urls": null,
    "split_keywords": [
        "python",
        "lanelet2"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c8b93744794de1dfbcbff0930ab4c4f2b80ced0f9eac3a614050736e0362226",
                "md5": "837a4ef55e298c217711368f7b15c912",
                "sha256": "a7365739302f8dc1efa893ef41fb9ffbb5313fff654a74b24d00a7c8a77f3c7b"
            },
            "downloads": -1,
            "filename": "lanelet2x-1.2.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "837a4ef55e298c217711368f7b15c912",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 3295818,
            "upload_time": "2023-11-25T12:30:22",
            "upload_time_iso_8601": "2023-11-25T12:30:22.986800Z",
            "url": "https://files.pythonhosted.org/packages/8c/8b/93744794de1dfbcbff0930ab4c4f2b80ced0f9eac3a614050736e0362226/lanelet2x-1.2.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "783c0fa93391e59920a5cbdc3b312614776ae1eea0a40e230273585332d68330",
                "md5": "cf91ddaa7cc4884534d373d1c47e2f7f",
                "sha256": "e3200b6215ea63c99574f74ef5f5ec9073bb6a8af64bc316f18cf1ae638d40a4"
            },
            "downloads": -1,
            "filename": "lanelet2x-1.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cf91ddaa7cc4884534d373d1c47e2f7f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 3610500,
            "upload_time": "2023-11-25T12:30:25",
            "upload_time_iso_8601": "2023-11-25T12:30:25.397088Z",
            "url": "https://files.pythonhosted.org/packages/78/3c/0fa93391e59920a5cbdc3b312614776ae1eea0a40e230273585332d68330/lanelet2x-1.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e0be03ec95d6dec1ff3377fec669550e0e0e40eb0d9ad677da57b5748c6eabb",
                "md5": "1d0709961139e41636acc84f0d403667",
                "sha256": "1500d5f54c66f7b04bfc2947c8b7f65e6a9397d2169d6f4f19582f4de3180b66"
            },
            "downloads": -1,
            "filename": "lanelet2x-1.2.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1d0709961139e41636acc84f0d403667",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 4480498,
            "upload_time": "2023-11-25T12:30:27",
            "upload_time_iso_8601": "2023-11-25T12:30:27.873883Z",
            "url": "https://files.pythonhosted.org/packages/6e/0b/e03ec95d6dec1ff3377fec669550e0e0e40eb0d9ad677da57b5748c6eabb/lanelet2x-1.2.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "462827c29771d2ca0b3622cbc5a4b1810fefbd9fc0c2eae5828bedd786d46851",
                "md5": "101375f35788c179b043364ddb548791",
                "sha256": "3d26c4c8c57fd2eaae501ffd0b22de0e8c94dbaed80fd0c2e988c56668f409b1"
            },
            "downloads": -1,
            "filename": "lanelet2x-1.2.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "101375f35788c179b043364ddb548791",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 3295816,
            "upload_time": "2023-11-25T12:30:30",
            "upload_time_iso_8601": "2023-11-25T12:30:30.107815Z",
            "url": "https://files.pythonhosted.org/packages/46/28/27c29771d2ca0b3622cbc5a4b1810fefbd9fc0c2eae5828bedd786d46851/lanelet2x-1.2.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a762b1d5e0f9e0c3de56fb052c6fd3b4ad005f6248df3774da9bb45853cd3ee8",
                "md5": "2870b2d065310789f54e162d28cc6107",
                "sha256": "a83ab6228ff57b1d406cbc627b9152fe01d067a9440872f37559fcbc8f9fcc5e"
            },
            "downloads": -1,
            "filename": "lanelet2x-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2870b2d065310789f54e162d28cc6107",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 3610141,
            "upload_time": "2023-11-25T12:30:31",
            "upload_time_iso_8601": "2023-11-25T12:30:31.725844Z",
            "url": "https://files.pythonhosted.org/packages/a7/62/b1d5e0f9e0c3de56fb052c6fd3b4ad005f6248df3774da9bb45853cd3ee8/lanelet2x-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf2a23f94803c9e740db6d89fc9c96f5a567b8faf1fcd84effc112350f6b54df",
                "md5": "1ce2b05535546efa3ca70d461975f8c2",
                "sha256": "254ac294e4cd5a6cbe75360b0ac978ac288ddeb118f17ada16166d27f6501574"
            },
            "downloads": -1,
            "filename": "lanelet2x-1.2.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1ce2b05535546efa3ca70d461975f8c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 4788175,
            "upload_time": "2023-11-25T12:30:34",
            "upload_time_iso_8601": "2023-11-25T12:30:34.009881Z",
            "url": "https://files.pythonhosted.org/packages/cf/2a/23f94803c9e740db6d89fc9c96f5a567b8faf1fcd84effc112350f6b54df/lanelet2x-1.2.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "482973866996d4542354ce35dc1d80b998417571f4fdc94fc4d2ad9d4b3f0f0a",
                "md5": "bf46eabc3200eff6280db6f547dd86ed",
                "sha256": "08d219ecbc439efac10aa6edf6f0ddf252f599d668c04e9617ee5b450277ec85"
            },
            "downloads": -1,
            "filename": "lanelet2x-1.2.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bf46eabc3200eff6280db6f547dd86ed",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 3316628,
            "upload_time": "2023-11-25T12:30:35",
            "upload_time_iso_8601": "2023-11-25T12:30:35.918205Z",
            "url": "https://files.pythonhosted.org/packages/48/29/73866996d4542354ce35dc1d80b998417571f4fdc94fc4d2ad9d4b3f0f0a/lanelet2x-1.2.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4b7fc077f1a9a09bf4892633d23aeac10dc42a041313769abac59b7c372d9b3",
                "md5": "994c3b05f13e1735c17442872e8bd8cc",
                "sha256": "990b154650874a3765cf41919962db9915f71e174295d66d6d3e50bf3c3fc910"
            },
            "downloads": -1,
            "filename": "lanelet2x-1.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "994c3b05f13e1735c17442872e8bd8cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 3596639,
            "upload_time": "2023-11-25T12:30:38",
            "upload_time_iso_8601": "2023-11-25T12:30:38.668267Z",
            "url": "https://files.pythonhosted.org/packages/c4/b7/fc077f1a9a09bf4892633d23aeac10dc42a041313769abac59b7c372d9b3/lanelet2x-1.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd4cf68dd23127725c5c7993cbc780e92cd8edea1555d1793b4dc042c67e6fe7",
                "md5": "c4189800007dc521c1c1fd7c4afff0c7",
                "sha256": "204df7ae591d0df176ca10b7746ceca2fc07ebb847a744e89030cf3f1ff13b60"
            },
            "downloads": -1,
            "filename": "lanelet2x-1.2.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c4189800007dc521c1c1fd7c4afff0c7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 5089491,
            "upload_time": "2023-11-25T12:30:40",
            "upload_time_iso_8601": "2023-11-25T12:30:40.329505Z",
            "url": "https://files.pythonhosted.org/packages/bd/4c/f68dd23127725c5c7993cbc780e92cd8edea1555d1793b4dc042c67e6fe7/lanelet2x-1.2.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9547b43ee341a89585c92f22a58accc84b16d742dc8bf06dd71ff21a3f0052fc",
                "md5": "9ab703841cbb2022477850de329c6771",
                "sha256": "3dadcd9373a0139c91a97d083a482cd52fba1ab884f97b233fe61eb95085093d"
            },
            "downloads": -1,
            "filename": "lanelet2x-1.2.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9ab703841cbb2022477850de329c6771",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3295851,
            "upload_time": "2023-11-25T12:30:42",
            "upload_time_iso_8601": "2023-11-25T12:30:42.020272Z",
            "url": "https://files.pythonhosted.org/packages/95/47/b43ee341a89585c92f22a58accc84b16d742dc8bf06dd71ff21a3f0052fc/lanelet2x-1.2.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e07210f8907e7516da417624db705d32d5100e342a63e39e2e627eedc052ef3",
                "md5": "38ae54684f6f93e935ca9130c714919e",
                "sha256": "9cf6c63d41e8e6413b0dae9f34565b9a467fe65bc59432ed4b2a5a5316919f94"
            },
            "downloads": -1,
            "filename": "lanelet2x-1.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "38ae54684f6f93e935ca9130c714919e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3610569,
            "upload_time": "2023-11-25T12:30:44",
            "upload_time_iso_8601": "2023-11-25T12:30:44.322981Z",
            "url": "https://files.pythonhosted.org/packages/8e/07/210f8907e7516da417624db705d32d5100e342a63e39e2e627eedc052ef3/lanelet2x-1.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9760911ac047e2af645127114a752849d9487c641af64690e7a57abd5765e976",
                "md5": "1ce9798c0a84ad6ba1d0cc44cfc8eec8",
                "sha256": "0bfc495c1d66e2158827c2adb0301a1d46203d2510c9720d145dc9c50b58b4fa"
            },
            "downloads": -1,
            "filename": "lanelet2x-1.2.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1ce9798c0a84ad6ba1d0cc44cfc8eec8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 4502892,
            "upload_time": "2023-11-25T12:30:46",
            "upload_time_iso_8601": "2023-11-25T12:30:46.455970Z",
            "url": "https://files.pythonhosted.org/packages/97/60/911ac047e2af645127114a752849d9487c641af64690e7a57abd5765e976/lanelet2x-1.2.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ab596181179b357106d3903d809854afac9a11272fdb4679ed0377eb39c5456",
                "md5": "35963233cde5406b9d65508e7ea99529",
                "sha256": "debe9b77c8ee0b4f5664de9dfa713dbd840bb59554c252ab3898da785bad0d23"
            },
            "downloads": -1,
            "filename": "lanelet2x-1.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "35963233cde5406b9d65508e7ea99529",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3647273,
            "upload_time": "2023-11-25T12:30:47",
            "upload_time_iso_8601": "2023-11-25T12:30:47.995928Z",
            "url": "https://files.pythonhosted.org/packages/9a/b5/96181179b357106d3903d809854afac9a11272fdb4679ed0377eb39c5456/lanelet2x-1.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-25 12:30:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "lanelet2x"
}
        
Elapsed time: 0.18861s