Skip to main content

Eclectic library for applications.

Project description

FullMonty is a collection of various library modules that are not big enough to justify individual packaging.

For example, I like using a context with cd:

with cd(path):
    # current working directory is path

Another is the list_helper module where compress_list, unique_list, and is_sequence reside. Now the implementation is just one liners but I find the intent of the code easier to comprehend with this:

new_list = compress_list(old_list)

versus:

new_list = [item for item in old_list if item]

Etymology

The full monty is a British slang phrase of uncertain origin. It is generally used to mean “everything which is necessary, appropriate, or possible; ‘the works’”. – http://en.wikipedia.org/wiki/Full_monty_%28phrase%29

Installation

To install from PyPI:

 pip install fullmonty

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

FullMonty-0.1.20.tar.gz (39.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page