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

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

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.