Metadata-Version: 2.0
Name: TFL
Version: 2.0.4
Summary: Library with lots of useful stuff (says Ralf Schlatterbeck)
Home-page: https://github.com/Tapyr/tapyr
Author: Christian Tanzer
Author-email: tanzer@swing.co.at
License: BSD License
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: I18N
Requires-Dist: babel; extra == 'I18N'
Provides-Extra: bcrypt
Requires-Dist: bcrypt; extra == 'bcrypt'
Provides-Extra: doc
Requires-Dist: plumbum; extra == 'doc'
Requires-Dist: sphinx; extra == 'doc'
Provides-Extra: html_cleaner
Requires-Dist: bs4; extra == 'html_cleaner'
Provides-Extra: human_friendly_hsl
Requires-Dist: husl; extra == 'human_friendly_hsl'
Provides-Extra: timezone_support
Requires-Dist: python-dateutil; extra == 'timezone_support'

TFL contains the basic infrastructure for Christian
Tanzer's Python projects. TFL is distributed under the conditions of the
`BSD 3-Clause License <http://www.c-tanzer.at/license/bsd_3c.html>`_.

TFL is available as a `git repository`_.
You can clone that repository with::

    git clone git@github.com:Tapyr/tapyr.git

Reports of bugs in TFL should be submitted to the `git repository`_.

.. _`git repository`: https://github.com/Tapyr/tapyr

