Skip to content

brianc/mvp.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

minimum viable pip package (mvp.py)

Demonstrates the simplest pip package I could come up with.  Good starting template for sharing code very quickly.

To publish:

```
git clone https://github.com/brianc/mvp.py.git
cd mvp.py
python setup.py check register sdist upload && rm -r dist/
```

Releases

No releases published

Packages

No packages published

Languages