Metadata-Version: 1.1
Name: footil
Version: 0.19.0
Summary: Various Python helpers for other projects
Home-page: https://github.com/focusate/footil
Author: Andrius Laukavičius
Author-email: dev@focusate.eu
License: LGPLv3
Description: .. image:: https://travis-ci.com/focusate/footil.svg?branch=master
            :target: https://travis-ci.com/focusate/footil
        
        Various helper modules
        ======================
        
        - **date** - date manipulation helpers.
        - **decor** - helper decorators.
        - **log** - helpers with stdout, stderr management, logging setup.
        - **formatting** - string formatting.
        - **path** - functions for paths manipulation.
        - **xtyping** - type checking.
        
        Source code in:
        
        * `github <https://github.com/focusate/footil/>`_.
        * `pypi <https://pypi.org/project/footil/>`_.
        
        Contributors
        ============
        
        * Silvija Butko (Focusate)
        * Andrius Laukavičius (Focusate)
        
Platform: UNKNOWN
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
