Repos · Library
owner/repo-name
One or two sentences on what the repository does and who would want it.
Python
MIT
v1.4.0
★ 120
Active
What it does
A few paragraphs describing the problem the code solves and the approach it takes. Write for someone who has just landed here from a search result and is deciding whether to open the repository.
Install
pip install repo-name
Usage
The shortest possible working example:
from repo_name import Thing t = Thing(config="default") t.run()