Metadata-Version: 1.2
Name: flutils
Version: 0.2.0
Summary: A library of which provides various tools that may be common across multiple python projects.
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
        =======
        
        
        .. image:: https://badge.fury.io/py/flutils.svg
           :target: https://pypi.org/project/flutils/
        
        .. image:: https://gitlab.com/finite-loop/flutils/badges/master/pipeline.svg
           :target: https://gitlab.com/finite-loop/flutils/pipelines
        
        .. image:: https://gitlab.com/finite-loop/flutils/badges/master/coverage.svg
           :target: https://gitlab.com/finite-loop/flutils/commits/master
        
        .. image:: https://readthedocs.org/projects/flutils/badge/?version=latest
           :target: https://flutils.readthedocs.io/en/latest/
        
        
        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/>`_
        
        
        Requirements
        ------------
        
        flutils will only work with Python 3.6 , 3.7+  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 :: Only
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.6.2
