- Updated package directory structure to be compliant with **Python Package Index**. - Added documentation / Api files. - Added TCP server implementation through **foundations.tcpServer** module. - **foundations.walkers.FilesWalker** class has been refactored to **foundations.walkers.filesWalker** generator definition.
2.0.1
--------------
- Prevented memory leak in **foundations.dataStuctures.Structure** class.
2.0.0
--------------
- Major package refactor. - Added **cache**, **dag**, **dataStructures** modules and associated units tests module.
1.0.4
--------------
- Reorganize package directories structure. - Added **rotatingBackup** module and associated **testsRotatingBackup** units tests module.
1.0.3
--------------
- Ensured that the parser will split attributes only one time. - Added **toPosixPath** method to **strings** module and associated units tests.