Skip to content

Simple pure=python package for Packaging Tutorial

License

Notifications You must be signed in to change notification settings

python-packaging-tutorial/mailroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ./

About

Simple pure=python package for Packaging Tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages