Metadata-Version: 2.4
Name: gbx-py
Version: 0.3.1
Summary: Read and write GBX files for Trackmania.
Home-page: https://github.com/schadocalex/gbx-py
Author: schadocalex
Author-email: Alexis Schad <schad.alexis@gmail.com>
Maintainer: schadocalex
Maintainer-email: Alexis Schad <schad.alexis@gmail.com>
License-Expression: MIT
Project-URL: bugs, https://github.com/schadocalex/gbx-py/issues
Project-URL: changelog, https://github.com/schadocalex/gbx-py/blob/master/changelog.md
Project-URL: homepage, https://github.com/schadocalex/gbx-py
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: ruff; extra == "test"
Requires-Dist: ty; extra == "test"
Requires-Dist: ipdb; extra == "test"
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: maintainer
Dynamic: requires-python

# gbx-py

![PyPI version](https://img.shields.io/pypi/v/gbx-py.svg)
[![Documentation Status](https://readthedocs.org/projects/gbx-py/badge/?version=latest)](https://gbx-py.readthedocs.io/en/latest/?version=latest)

Read and write GBX files for Trackmania.

-   PyPI package: https://pypi.org/project/gbx-py/
-   Free software: MIT License
-   Documentation: https://gbx-py.readthedocs.io.

## Features

-   TODO

## Getting start

`py -m pip install gbx-py`

## Dev

Install and build locally

```
del src\gbx\lzo*.pyd
py -m pip install -e .
```

### Deploy

Change version in `src/gbx/_version.py`. Commit and push.

```
git tag v<version>
git push --tags
```
