v0.0.1
Major items
- Add helper function for generating random bits
- Add helper function for generating timestamp string
- Add helper function for getting hashed value of a string
- Add helper function for coverting camlcase string to underscroll separated
- Add helper function for doing multiple replacement in a string
- Add helper function for checking if a file is a text file
- Add helper function for setting a leaf in a tree
- Add helper function for increasing number in a string
- Add collection function for expanding iterable
- Add helper function for expanding ranges in a string
- Add util string, helper and collectionfunctions automated test
- Add synchronous decorator
- Add thread-safe dictionary
- Add immutable dictionary
- Add defaultdict which passes missing key to default_factory
- Add timeout function decorator
- Split with -lib and -cli. Build pypi package
Full Changelog: https://github.com/tchiunam/axolpy-lib/commits/v0.0.1