fontawesome


Namefontawesome JSON
Version 5.10.1.post1 PyPI version JSON
download
home_pagehttps://github.com/justbuchanan/fontawesome-python
SummaryThe Font Awesome icon set for python
upload_time2019-08-11 07:30:08
maintainerJustin Buchanan
docs_urlNone
authorJustin Buchanan
requires_python
licenseCode: Apache License, Version 2.0, Icons: SIL OFL 1.1
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Font Awesome icons for python |PyPI version|
============================================

Installation 
--------------

.. code:: sh

   pip install fontawesome

Usage 
-------

.. code:: py

   import fontawesome as fa

   print(fa.icons['thumbs-up'])
   >>> 

Build 
-------

.. code:: sh

   # Run the generate script to download font awesome's character mapping
   # and generate a python-formatted version of it.  Save this file as icons.py
   # in the fontawesome subdirectory.  Note that this pulls the latest revision
   # on the master branch.  You can easily change this  with the --revision flag.
   ./fontawesome/generate.py > ./fontawesome/icons.py

   python setup.py build

   python setup.py install

License
-------

The code in this repository is licensed under `Apache
2.0 <https://www.apache.org/licenses/LICENSE-2.0>`__

The character codes included with this package are part of the `Font
Awesome project <http://fontawesome.io/>`__.

.. |PyPI version| image:: https://badge.fury.io/py/fontawesome.svg
   :target: https://badge.fury.io/py/fontawesome



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/justbuchanan/fontawesome-python",
    "name": "fontawesome",
    "maintainer": "Justin Buchanan",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "justbuchanan@gmail.com",
    "keywords": "",
    "author": "Justin Buchanan",
    "author_email": "justbuchanan@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d4/5c/7bd784c3f6dc8dc148a6a6ad3e7d4bf0e3c5a53f9565cc0385d7f3dcee29/fontawesome-5.10.1.post1.tar.gz",
    "platform": "",
    "description": "Font Awesome icons for python |PyPI version|\n============================================\n\nInstallation \uf019\n--------------\n\n.. code:: sh\n\n   pip install fontawesome\n\nUsage \uf121\n-------\n\n.. code:: py\n\n   import fontawesome as fa\n\n   print(fa.icons['thumbs-up'])\n   >>> \uf164\n\nBuild \uf120\n-------\n\n.. code:: sh\n\n   # Run the generate script to download font awesome's character mapping\n   # and generate a python-formatted version of it.  Save this file as icons.py\n   # in the fontawesome subdirectory.  Note that this pulls the latest revision\n   # on the master branch.  You can easily change this  with the --revision flag.\n   ./fontawesome/generate.py > ./fontawesome/icons.py\n\n   python setup.py build\n\n   python setup.py install\n\nLicense\n-------\n\nThe code in this repository is licensed under `Apache\n2.0 <https://www.apache.org/licenses/LICENSE-2.0>`__\n\nThe character codes included with this package are part of the `Font\nAwesome project <http://fontawesome.io/>`__.\n\n.. |PyPI version| image:: https://badge.fury.io/py/fontawesome.svg\n   :target: https://badge.fury.io/py/fontawesome\n\n\n",
    "bugtrack_url": null,
    "license": "Code: Apache License, Version 2.0, Icons: SIL OFL 1.1",
    "summary": "The Font Awesome icon set for python",
    "version": "5.10.1.post1",
    "project_urls": {
        "Homepage": "https://github.com/justbuchanan/fontawesome-python"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9fa84705d3713db9a528ab489cc8e213cafb6425407a437a1a7a6148d6bf98f",
                "md5": "c77ca2df76dd8e4be5e410734c57eda5",
                "sha256": "642d74da5f4726bb2c8f035a2f4a98fdc4294d213a291994ee0b3d845166f9e8"
            },
            "downloads": -1,
            "filename": "fontawesome-5.10.1.post1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c77ca2df76dd8e4be5e410734c57eda5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 20214,
            "upload_time": "2019-08-11T07:30:05",
            "upload_time_iso_8601": "2019-08-11T07:30:05.265108Z",
            "url": "https://files.pythonhosted.org/packages/b9/fa/84705d3713db9a528ab489cc8e213cafb6425407a437a1a7a6148d6bf98f/fontawesome-5.10.1.post1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d45c7bd784c3f6dc8dc148a6a6ad3e7d4bf0e3c5a53f9565cc0385d7f3dcee29",
                "md5": "13d48226fb352f6d9affc2c497821a80",
                "sha256": "1b5e8f2ed12a74b88aef6f404ff770af425324041bc5620523a802d5406595b8"
            },
            "downloads": -1,
            "filename": "fontawesome-5.10.1.post1.tar.gz",
            "has_sig": false,
            "md5_digest": "13d48226fb352f6d9affc2c497821a80",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 20372,
            "upload_time": "2019-08-11T07:30:08",
            "upload_time_iso_8601": "2019-08-11T07:30:08.525009Z",
            "url": "https://files.pythonhosted.org/packages/d4/5c/7bd784c3f6dc8dc148a6a6ad3e7d4bf0e3c5a53f9565cc0385d7f3dcee29/fontawesome-5.10.1.post1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-08-11 07:30:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "justbuchanan",
    "github_project": "fontawesome-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fontawesome"
}
        
Elapsed time: 0.19020s