Metadata-Version: 2.1
Name: flutils
Version: 0.7
Summary: A collection of commonly used utility functions for Python projects.
Home-page: https://gitlab.com/finite-loop/flutills
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: Release notes, https://flutils.readthedocs.io/en/stable/release_notes.html
Project-URL: Source code, https://gitlab.com/finite-loop/flutils
Keywords: python library tools
Platform: linux,
Platform: darwin
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
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 :: POSIX :: BSD
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
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: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.6.0

=======
flutils
=======

flutils (flu-tills) is a collection of commonly used utility functions for
Python projects.

.. 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


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


