Metadata-Version: 2.1
Name: tellus-traveler
Version: 0.2.0
Summary: Client for Tellus Traveler API
Author-email: Takahiro Miyoshi <takahiro-miyoshi@sankichi.net>
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/).

## Installation

    $ pip install tellus-traveler

## Getting Started

TBD

## 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` and update `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 / publish` job starts.
