Major items
1. [Add helper function for generating random bits](https://github.com/tchiunam/axolpy-lib/commit/8252b8b1a7212d973055389e666b0e6fd359c9fa)
2. [Add helper function for generating timestamp string](https://github.com/tchiunam/axolpy-lib/commit/154da030446c77af2db208695fe0b185bd1b7d23)
3. [Add helper function for getting hashed value of a string](https://github.com/tchiunam/axolpy-lib/commit/1d238daa120020107cc72eb782c95dfa66ac8d42)
4. [Add helper function for coverting camlcase string to underscroll separated](https://github.com/tchiunam/axolpy-lib/commit/669007078f187a51abd84e3d2fd986d5479dbb14)
5. [Add helper function for doing multiple replacement in a string](https://github.com/tchiunam/axolpy-lib/commit/3d50e1ae5aac94dc7ea9e4a420cab84f87be32f9)
6. [Add helper function for checking if a file is a text file](https://github.com/tchiunam/axolpy-lib/commit/5136bc4fdb067dcde97e1bfda944b3998150845a)
7. [Add helper function for setting a leaf in a tree](https://github.com/tchiunam/axolpy-lib/commit/be91df004c5b209c1d11ad2a1e89a493216e9451)
8. [Add helper function for increasing number in a string](https://github.com/tchiunam/axolpy-lib/commit/455c5526c88968dbb0bbae1e359da20ae00c928a)
9. [Add collection function for expanding iterable](https://github.com/tchiunam/axolpy-lib/commit/92736b0144494692b91865d7d2a7f1378573b228)
10. [Add helper function for expanding ranges in a string](https://github.com/tchiunam/axolpy-lib/commit/a5508936b3a738cfd57e090665d16be871de2859)
11. [Add util string, helper and collectionfunctions automated test](https://github.com/tchiunam/axolpy-lib/commit/1a9744596fc5189811c373f888f6cfcd9c510a85)
12. [Add synchronous decorator](https://github.com/tchiunam/axolpy-lib/commit/bda31f7f5c1af8edf3482d8f2f022c86a3389ec9)
13. [Add thread-safe dictionary](https://github.com/tchiunam/axolpy-lib/commit/f99853b31a6537603d4f7ab69c6764d6316e8b36)
14. [Add immutable dictionary](https://github.com/tchiunam/axolpy-lib/commit/1b14651ebbc9902f673b4afa31325002f80ffb3a)
15. [Add defaultdict which passes missing key to default_factory](https://github.com/tchiunam/axolpy-lib/commit/30d1f5a882a35bc0cc89809c15064365c334912f)
16. [Add timeout function decorator](https://github.com/tchiunam/axolpy-lib/commit/32e84fda06ec06daf58f55076bceda5b1c066110)
17. [Split with -lib and -cli. Build pypi package](https://github.com/tchiunam/axolpy-lib/commit/ddda58e8c053be2c8f7eadf2ae94f26056104d76)
**Full Changelog**: https://github.com/tchiunam/axolpy-lib/commits/v0.0.1