1
0

Documentation
Some checks failed
Verify Python project can be installed, loaded and have version checked / Test (push) Waiting to run
Run Python tests (through Pytest) / Test (push) Has been cancelled

This commit is contained in:
Jon Michael Aanes 2025-01-22 22:43:31 +01:00
parent 28143b5d16
commit 8d75b6a645

View File

@ -1,8 +1,17 @@
"""# Package-tracking. """# Package-tracking.
Sample package tracking website. Small alternative frontend for tracking packages and parcels.
Use the [Parcels API](https://parcelsapp.com/). Use the excellent [Parcels App API](https://parcelsapp.com/), and thus requires
an API key.
This was written specifically for embedding as an iframe into homepage
applications like [Homepage](https://gethomepage.dev/) or [Dashy](https://dashy.to/).
Once run, it exposes the following endpoints:
- `/`: Base view, including a form for adding new parcels.
- `/noninteraction`: Smaller view for embedding as iframe.
""" """
__all__ = ['__version__'] __all__ = ['__version__']