Metadata-Version: 1.2
Name: flutils
Version: 0.6
Summary: A collection of commonly used utility functions for Python projects.
Home-page: UNKNOWN
Author: Finite Loop, LLC
Author-email: info@finiteloopsoftware.com
Maintainer: Len Thomas
License: BSD 3-Clause License
Project-URL: Documentation, https://flutils.readthedocs.io/en/stable/?badge=stable
Project-URL: Source code, https://gitlab.com/finite-loop/flutils
Description: =======
        flutils
        =======
        
        
        .. image:: https://img.shields.io/pypi/l/flutils.svg?colorB=brightgreen
           :target: https://gitlab.com/finite-loop/flutils/blob/master/LICENSE
        
        .. image:: https://img.shields.io/pypi/pyversions/flutils.svg
           :target: https://docs.python.org/3/
        
        .. image:: https://img.shields.io/pypi/implementation/flutils.svg
           :target: https://gitlab.com/finite-loop/flutils
        
        
        flutils (flu-tills) is a collection of commonly used utility functions for
        Python projects.
        
        
        See documentation at: `Read the Docs <https://flutils.readthedocs.io/en/stable/?badge=stable>`_
        
        
        Requirements
        ------------
        
        flutils works with Python 3.6, 3.7 and 3.8.  flutils has no dependencies.
        
        
        Install
        -------
        
        ::
        
          pip install flutils
        
Keywords: python library tools
Platform: linux,
Platform: darwin
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.6.0
