tinycss


Nametinycss JSON
Version 0.4 PyPI version JSON
download
home_pagehttp://tinycss.readthedocs.io/
Summarytinycss is a complete yet simple CSS parser for Python.
upload_time2016-09-23 16:30:14
maintainer
docs_urlhttps://pythonhosted.org/tinycss/
authorSimon Sapin
requires_python
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            tinycss: CSS parser for Python
==============================

*tinycss* is a complete yet simple CSS parser for Python. It supports the full
syntax and error handling for CSS 2.1 as well as some CSS 3 modules:

* CSS Color 3
* CSS Fonts 3
* CSS Paged Media 3

It is designed to be easy to extend for new CSS modules and syntax,
and integrates well with cssselect_ for Selectors 3 support.

Quick facts:

* Free software: BSD licensed
* Compatible with Python 2.7 and 3.x
* Latest documentation `on python.org`_
* Source, issues and pull requests `on Github`_
* Releases `on PyPI`_
* Install with ``pip install tinycss``

.. _cssselect: http://packages.python.org/cssselect/
.. _on python.org: http://packages.python.org/tinycss/
.. _on Github: https://github.com/SimonSapin/tinycss/
.. _on PyPI: http://pypi.python.org/pypi/tinycss

            

Raw data

            {
    "_id": null,
    "home_page": "http://tinycss.readthedocs.io/",
    "name": "tinycss",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/tinycss/",
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Simon Sapin",
    "author_email": "simon.sapin@exyr.org",
    "download_url": "https://files.pythonhosted.org/packages/05/59/af583fff6236c7d2f94f8175c40ce501dcefb8d1b42e4bb7a2622dff689e/tinycss-0.4.tar.gz",
    "platform": "",
    "description": "tinycss: CSS parser for Python\n==============================\n\n*tinycss* is a complete yet simple CSS parser for Python. It supports the full\nsyntax and error handling for CSS 2.1 as well as some CSS 3 modules:\n\n* CSS Color 3\n* CSS Fonts 3\n* CSS Paged Media 3\n\nIt is designed to be easy to extend for new CSS modules and syntax,\nand integrates well with cssselect_ for Selectors 3 support.\n\nQuick facts:\n\n* Free software: BSD licensed\n* Compatible with Python 2.7 and 3.x\n* Latest documentation `on python.org`_\n* Source, issues and pull requests `on Github`_\n* Releases `on PyPI`_\n* Install with ``pip install tinycss``\n\n.. _cssselect: http://packages.python.org/cssselect/\n.. _on python.org: http://packages.python.org/tinycss/\n.. _on Github: https://github.com/SimonSapin/tinycss/\n.. _on PyPI: http://pypi.python.org/pypi/tinycss\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "tinycss is a complete yet simple CSS parser for Python.",
    "version": "0.4",
    "project_urls": {
        "Homepage": "http://tinycss.readthedocs.io/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0559af583fff6236c7d2f94f8175c40ce501dcefb8d1b42e4bb7a2622dff689e",
                "md5": "36b7b0e48081ebff5e6d7bbd40ad21da",
                "sha256": "12306fb50e5e9e7eaeef84b802ed877488ba80e35c672867f548c0924a76716e"
            },
            "downloads": -1,
            "filename": "tinycss-0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "36b7b0e48081ebff5e6d7bbd40ad21da",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 87759,
            "upload_time": "2016-09-23T16:30:14",
            "upload_time_iso_8601": "2016-09-23T16:30:14.894483Z",
            "url": "https://files.pythonhosted.org/packages/05/59/af583fff6236c7d2f94f8175c40ce501dcefb8d1b42e4bb7a2622dff689e/tinycss-0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2016-09-23 16:30:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "tinycss"
}
        
Elapsed time: 0.09443s