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.
- Host: GitHub
- URL: https://github.com/shadensmith/triton-packaging-test
- Owner: ShadenSmith
- License: mit
- Created: 2020-06-27T17:37:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-27T17:49:24.000Z (about 6 years ago)
- Last Synced: 2025-07-02T06:50:00.034Z (12 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.