Metadata-Version: 2.1
Name: tellus-traveler
Version: 0.3.0
Summary: Client for Tellus Traveler API
Project-URL: homepage, https://github.com/sankichi92/tellus-traveler-python
Project-URL: documentation, https://tellus-traveler.readthedocs.io
Project-URL: repository, https://github.com/sankichi92/tellus-traveler-python.git
Project-URL: changelog, https://github.com/sankichi92/tellus-traveler-python/blob/main/CHANGELOG.md
Author-email: Takahiro Miyoshi <takahiro-miyoshi@sankichi.net>
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: requests>=2.31.0
Description-Content-Type: text/markdown

# tellus-traveler-python

Unofficial Python client for [Tellus Traveler API](https://www.tellusxdp.com/docs/travelers/).

## Getting Started

https://tellus-traveler.readthedocs.io/

## Development

This project uses [Rye](https://rye-up.com/) for package management.

### Install dependencies

    $ rye sync

### Run the test suite

    $ rye run test

### Publish a new version

1. Bump the version in [`pyproject.toml`](pyproject.toml) and update [`CHANGELOG.md`](CHANGELOG.md).
2. Create a git commit, push it, and ensure that the CI passes.
3. Create a git tag for the new version and push it, then the [PyPI workflow](https://github.com/sankichi92/tellus-traveler-python/actions/workflows/pypi.yml) starts.

## License

[MIT License](LICENSE)
