https://github.com/sankichi92/tellus-traveler-python
Python client for Tellus Traveler API
https://github.com/sankichi92/tellus-traveler-python
python-package tellus
Last synced: 8 months ago
JSON representation
Python client for Tellus Traveler API
- Host: GitHub
- URL: https://github.com/sankichi92/tellus-traveler-python
- Owner: sankichi92
- License: mit
- Created: 2023-09-04T14:27:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T04:48:22.000Z (almost 2 years ago)
- Last Synced: 2024-04-26T19:04:15.816Z (over 1 year ago)
- Topics: python-package, tellus
- Language: Python
- Homepage: https://tellus-traveler.readthedocs.io/
- Size: 1.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)