Metadata-Version: 1.2
Name: flutils
Version: 0.1.2
Summary: A library of Python utility functions.
Home-page: https://www.finiteloopsoftware.com
Author: Finite Loop, LLC
Author-email: info@finiteloopsoftware.com
Maintainer: Len Thomas
License: BSD 3-Clause License
Description: =======
        flutils
        =======
        
        
        flutils (flew-tills) is a Python3.6+ library which provides various tools that may be common across
        multiple Python projects.
        
        
        See documentation at: `read the docs <https://flutils.readthedocs.io/en/latest/>`_
        
        
        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 :: Only
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.6.2
