Metadata-Version: 2.4
Name: TFL
Version: 3.11
Summary: Library with lots of useful stuff (says Ralf Schlatterbeck)
Home-page: https://codeberg.org/tanzer/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: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
License-File: LICENSE
Requires-Dist: TFL_STP>=3
Provides-Extra: bcrypt
Requires-Dist: bcrypt; extra == "bcrypt"
Provides-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: i18n
Requires-Dist: babel; extra == "i18n"
Provides-Extra: svg-parser
Requires-Dist: bs4; extra == "svg-parser"
Provides-Extra: text-to-pdf
Requires-Dist: reportlab; extra == "text-to-pdf"
Provides-Extra: timezone-support
Requires-Dist: python-dateutil; extra == "timezone-support"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

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

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

    git clone git@codeberg.org:tanzer/tapyr.git

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

.. _`git repository`: https://codeberg.org/tanzer/tapyr
