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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file FullMonty-0.1.20.tar.gz
.
File metadata
- Download URL: FullMonty-0.1.20.tar.gz
- Upload date:
- Size: 39.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf4da4611b73512765867cb9e2bf93e4565fa641d81524a7c8bd8879990c43c3 |
|
MD5 | a99524bbce4396c77f42d80438274636 |
|
BLAKE2b-256 | 07bfa117cf32e0fbf2c39a2696bde32d2181b0b4d4c3f1dd9e92c6ec6be7cc92 |