An open API service indexing awesome lists of open source software.

https://github.com/shadensmith/triton-packaging-test

Prototyping Triton source code packaging.
https://github.com/shadensmith/triton-packaging-test

Last synced: 12 months ago
JSON representation

Prototyping Triton source code packaging.

Awesome Lists containing this project

README

          

This is a prototype for separating and packaging
[Triton](https://github.com/ptillet/triton) source code files.

Any files in the `triton/` directory that end in `.txt` will be automatically
parsed into strings and made importable via their basename. So for example,
`triton/cats.txt` is importable via `from triton import cats`.

See `driver.py` for more usage information.