Skip to content

Doing the first PyPi release from GitHub

Latest
Compare
Choose a tag to compare
@skhg skhg released this 24 Jun 10:36
· 4 commits to master since this release
4340148
Make this into a real package and prepare for publish on PyPi (#1)

* preparation stuff for publishing on pypi

* follow some example on https://python-packaging.readthedocs.io/en/latest/command-line-scripts.html

* setup with a command line installer

* update the readme and cleanup code to work in module form

* simplify without named args

* handle weekends and weekdays and nicer readme

* Update README.md

* Remove codecov

* cleanup for flake