Go to file
Kumi e9c7eb07bc
feat: Update project configuration for packaging
- Updated `.gitignore` to exclude the `dist/` directory, ensuring build artifacts are not tracked in Git, maintaining repository cleanliness.
- Renamed project to `trackingmore-api-tool` in `pyproject.toml` for better identification and consistency across platforms.
- Added configuration for wheel packaging in `pyproject.toml`, facilitating easier package distribution and installation.
2024-04-23 17:24:08 +02:00
src/trackingmore Make carrier_code optional in TrackingMore.track_shipment() 2023-05-03 13:50:28 +00:00
.gitignore feat: Update project configuration for packaging 2024-04-23 17:24:08 +02:00
LICENSE Make it installable 2023-03-28 10:39:48 +00:00
pyproject.toml feat: Update project configuration for packaging 2024-04-23 17:24:08 +02:00
README.md Seems to work so far 2023-03-25 20:18:17 +00:00
settings.dist.ini Seems to work so far 2023-03-25 20:18:17 +00:00

TrackingMore API Tool

This is a simple Python tool to use the TrackingMore API.

Dependencies

This tool has no dependencies other than Python 3. It has been tested with Python 3.10.9, but should work with any Python >= 3.8.