Metadata-Version: 2.1
Name: fontlib
Version: 20190831
Summary: Pluginable font library
Home-page: https://github.com/return42/fontlib
Author: Markus Heiser
Author-email: markus.heiser@darmarIT.de
Maintainer: Markus Heiser
Maintainer-email: markus.heiser@darmarIT.de
License: GPLv2
Project-URL: Documentation, http://return42.github.io/fontlib
Project-URL: Code, https://github.com/return42/fontlib
Project-URL: Issue tracker, http://return42.github.io/fontlib/issues
Description: 
        The python fontlib package helps to manage fonts from different resources.  It
        comes with an API and the fontlib command line (see `use <http://return42.github.io/fontlib/use.html>`__).
        To name just a few fontlib features:
        
        - fontlib ships some `builtin fonts <http://return42.github.io/fontlib/builtin.html>`__
        - fontlib make use of fonts from `google fonts <http://return42.github.io/fontlib/googlefont.html>`__
        - fontlib use fonts from `entry points <http://return42.github.io/fontlib/ep_points.html>`__
        - Python `mimetypes <https://docs.python.org/3/library/mimetypes.html>`__ for font types
        
        
        Install
        =======
        
        Install and update using `pip <https://pip.pypa.io/en/stable/quickstart/>`__:
        
        .. code-block:: text
        
           pip install -U fontlib
        
        
        Links
        =====
        
        - Documentation:   http://return42.github.io/fontlib
        - Releases:        https://pypi.org/project/fontlib/
        - Code:            https://github.com/return42/fontlib
        - Issue tracker:   https://github.com/return42/fontlib/issues
        
        ============ ===============================================
        package:     fontlib (20190831)
        copyright:   2019 Markus Heiser
        e-mail:      markus.heiser@darmarIT.de
        license:     GPLv2
        ============ ===============================================
        
        
Keywords: fonts TTF OTF WOFF WOFF2
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: dev
Provides-Extra: test
