Skip to content

augustawind/miscutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

miscutils

Miscellaneous Python utilities.

Installation

pip install git+https://github.com/dustinrohde/miscutils.git

Usage

There are no official docs outside of this README yet, but the code is fairly well documented. I also strongly suggest looking at the tests to see everything in action.

Overview

Available modules:

  • case: tools for formatting strings between various cases
  • envparse: a simple argument parser for environment variables
  • functional: functional programming in Python
  • iters: iterator utilities
  • mappings: various mapping types
  • merge: gracefully merge arbitrarily nested mappings
  • nested: DSL for working with deeply nested data
  • seq: miscellaneous tools for working with sequences
  • setdefault: dict.setdefault with superpowers and generalized to any data type

About

Toolbox of useful, generic Python functions and data structures.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published