Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 442 Bytes

README.md

File metadata and controls

33 lines (16 loc) · 442 Bytes

mailroom

Simple pure python package for Packaging Tutorial

This package:

  • Is pure python
  • Has no dependencies
  • Has a small library
  • Has a command line interface script
  • Has tests

(Python 3)

It serves as an example of a simple, but not too simple python package.

You should be able to install it:

python setup.py install

or in develop mode:

python setup.py develop

or with pip in editable mode:

pip install -e ./