mamopublic

MAMO Libraries


License
Other
Install
pip install mamopublic==dev

Documentation

marimorepy (MARIMORE Inc python libs)

A set of basic utilities, libraries and python code being used by other packages in MARIMORE Inc.

To install, run python setup.py install.

For development, use make develop to create symlink from python ``site-packages` dir to the working directory so you don't have to reinstall to test changes.

To test packaging, run make install_dist which would generate the sdist tarball first and install from that tarball.

To uninstall, run make uninstall.

This project is released under the OSI BSD license Please read LICENSE for more information

Updates

16 Feb 2012
  • Change package name to match top level module name.
  • Merge some code from now unmaintained MobileDjango.
18 Sep 2012
  • Fix missing mamonetx extension in dist on pypi.
25 Sep 2012
  • Fix log_syslog not expecting unicode string.