https://github.com/samthor/pysucks
Demonstration of a sane Python loader
https://github.com/samthor/pysucks
Last synced: about 2 months ago
JSON representation
Demonstration of a sane Python loader
- Host: GitHub
- URL: https://github.com/samthor/pysucks
- Owner: samthor
- License: apache-2.0
- Created: 2022-09-09T22:44:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T22:46:02.000Z (almost 4 years ago)
- Last Synced: 2025-01-18T15:52:52.131Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Demo of a sane Python loader.
Usage:
```
python pysucks.py path/to/whatever/python/file.py
```
This will run it in module mode, so you can do relative imports.