tinycss2


Nametinycss2 JSON
Version 1.2.1 PyPI version JSON
download
home_pageNone
SummaryA tiny CSS parser
upload_time2022-10-18 07:04:56
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords css parser
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            tinycss2 is a low-level CSS parser and generator written in Python: it can
parse strings, return objects representing tokens and blocks, and generate CSS
strings corresponding to these objects.

Based on the CSS Syntax Level 3 specification, tinycss2 knows the grammar of
CSS but doesn't know specific rules, properties or values supported in various
CSS modules.

* Free software: BSD license
* For Python 3.7+, tested on CPython and PyPy
* Documentation: https://doc.courtbouillon.org/tinycss2
* Changelog: https://github.com/Kozea/tinycss2/releases
* Code, issues, tests: https://github.com/Kozea/tinycss2
* Code of conduct: https://www.courtbouillon.org/code-of-conduct
* Professional support: https://www.courtbouillon.org
* Donation: https://opencollective.com/courtbouillon

tinycss2 has been created and developed by Kozea (https://kozea.fr).
Professional support, maintenance and community management is provided by
CourtBouillon (https://www.courtbouillon.org).

Copyrights are retained by their contributors, no copyright assignment is
required to contribute to tinycss2. Unless explicitly stated otherwise, any
contribution intentionally submitted for inclusion is licensed under the BSD
3-clause license, without any additional terms or conditions. For full
authorship information, see the version control history.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tinycss2",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "CourtBouillon <contact@courtbouillon.org>",
    "keywords": "css,parser",
    "author": null,
    "author_email": "Simon Sapin <simon.sapin@exyr.org>",
    "download_url": "https://files.pythonhosted.org/packages/75/be/24179dfaa1d742c9365cbd0e3f0edc5d3aa3abad415a2327c5a6ff8ca077/tinycss2-1.2.1.tar.gz",
    "platform": null,
    "description": "tinycss2 is a low-level CSS parser and generator written in Python: it can\nparse strings, return objects representing tokens and blocks, and generate CSS\nstrings corresponding to these objects.\n\nBased on the CSS Syntax Level 3 specification, tinycss2 knows the grammar of\nCSS but doesn't know specific rules, properties or values supported in various\nCSS modules.\n\n* Free software: BSD license\n* For Python 3.7+, tested on CPython and PyPy\n* Documentation: https://doc.courtbouillon.org/tinycss2\n* Changelog: https://github.com/Kozea/tinycss2/releases\n* Code, issues, tests: https://github.com/Kozea/tinycss2\n* Code of conduct: https://www.courtbouillon.org/code-of-conduct\n* Professional support: https://www.courtbouillon.org\n* Donation: https://opencollective.com/courtbouillon\n\ntinycss2 has been created and developed by Kozea (https://kozea.fr).\nProfessional support, maintenance and community management is provided by\nCourtBouillon (https://www.courtbouillon.org).\n\nCopyrights are retained by their contributors, no copyright assignment is\nrequired to contribute to tinycss2. Unless explicitly stated otherwise, any\ncontribution intentionally submitted for inclusion is licensed under the BSD\n3-clause license, without any additional terms or conditions. For full\nauthorship information, see the version control history.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A tiny CSS parser",
    "version": "1.2.1",
    "split_keywords": [
        "css",
        "parser"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "md5": "f2602bda33381f7b819a0fdb993ff7b2",
                "sha256": "2b80a96d41e7c3914b8cda8bc7f705a4d9c49275616e886103dd839dfc847847"
            },
            "downloads": -1,
            "filename": "tinycss2-1.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f2602bda33381f7b819a0fdb993ff7b2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 21824,
            "upload_time": "2022-10-18T07:04:54",
            "upload_time_iso_8601": "2022-10-18T07:04:54.003475Z",
            "url": "https://files.pythonhosted.org/packages/da/99/fd23634d6962c2791fb8cb6ccae1f05dcbfc39bce36bba8b1c9a8d92eae8/tinycss2-1.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "md5": "e8a06102e7f42ca791463f11ce7b814d",
                "sha256": "8cff3a8f066c2ec677c06dbc7b45619804a6938478d9d73c284b29d14ecb0627"
            },
            "downloads": -1,
            "filename": "tinycss2-1.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e8a06102e7f42ca791463f11ce7b814d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 65957,
            "upload_time": "2022-10-18T07:04:56",
            "upload_time_iso_8601": "2022-10-18T07:04:56.490365Z",
            "url": "https://files.pythonhosted.org/packages/75/be/24179dfaa1d742c9365cbd0e3f0edc5d3aa3abad415a2327c5a6ff8ca077/tinycss2-1.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-10-18 07:04:56",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "tinycss2"
}
        
Elapsed time: 0.01578s