Metadata-Version: 2.1
Name: tea
Version: 0.1.3
Summary: Set of utility python modules.
Home-page: https://github.com/alefnula/tea
Author: Viktor Kerkez
Author-email: alefnula@gmail.com
Maintainer: Viktor Kerkez
Maintainer-email: alefnula@gmail.com
License: Apache-2.0
Description: # tea
        
        [![build](https://travis-ci.org/alefnula/tea.png)](https://travis-ci.org/alefnula/tea)
        [![codecov](https://codecov.io/gh/alefnula/tea/branch/master/graph/badge.svg)](https://codecov.io/gh/alefnula/tea)
        [![docs](https://readthedocs.org/projects/tea-lib/badge/)](https://tea-lib.readthedocs.org)
        
        
        `tea` is a set of libraries developed for common tasks like executing and
        manipulating processes, sending emails, file system manipulation, and a great
        number of utility functions that I caught myself writing over and over again.
        
        Also parts of the `tea` library can be viewed as a sand-box where I start
        a module, which eventually, if it grows and become large enough to become a
        library itself, gets extracted as a separate project.
        
        Modules like `dsa` (data structures and algorithms), `logger`, `msg`,
        `process`, `shell`, `utils`... will always remain a part of `tea`.
        
Platform: Windows
Platform: POSIX
Platform: MacOSX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
