A shared repository that describes the types used by the ELE-api, and other Cineon apis.
Project description
Python repository template
This serves as an example of how to set up a new Python project.
You should update this README to be specific to your project. You should update pyproject.toml with the name of your project and rename the src/repository_template directory to be appropriate for your project.
Run the example
A simple "Hello World" example can be run using:
uv run scripts/example.py
Set up the hooks
These pre-push hooks ensure that the formatter is run and the badges are updated every time you attempt to git push. This way formatting errors are caught and be corrected before they reach the GitHub continuous-integration (CI) step. The badges are then automatically up-to-date.
git config --local core.hooksPath .githooks/
Check the formatting
The formatting can be checked manually using:
./scripts/format.sh
this is exactly the script that is run in the CI pipeline and the pre-push hook. Formatting uses Prettier for markdown, shfmt for shell scripts, and ruff for Python.
Run the tests
The tests can be run manually using:
./scripts/test.sh
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cineon_api_format-3.0.0.tar.gz.
File metadata
- Download URL: cineon_api_format-3.0.0.tar.gz
- Upload date:
- Size: 64.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35be4a62e298159975fa52bddc9b827453ff69f106b1f394f6f567c3018ed3b9
|
|
| MD5 |
4a3c7fb7a8c9def2fa16f2f09b1e570e
|
|
| BLAKE2b-256 |
774e4a774ae3af54d013874ab01f33d1bdf0d6b237b3d4835a75c8712c0cfa8e
|
File details
Details for the file cineon_api_format-3.0.0-py3-none-any.whl.
File metadata
- Download URL: cineon_api_format-3.0.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37649e9fda4e213a7e3ec7e12287ff1733c0f352ab0e2aab00ccaeefcd24f976
|
|
| MD5 |
58be7b8e2dae62183f91c27416380c88
|
|
| BLAKE2b-256 |
0670ef6b283543418e32076d39990d048f9bf22660f9ad8803573e7b1124e104
|