tinycss2


Nametinycss2 JSON
Version 1.4.0 PyPI version JSON
download
home_pageNone
SummaryA tiny CSS parser
upload_time2024-10-24 14:58:29
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
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.8+, 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.8",
    "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/7a/fd/7a5ee21fd08ff70d3d33a5781c255cbe779659bd03278feb98b19ee550f4/tinycss2-1.4.0.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.8+, 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.4.0",
    "project_urls": {
        "Changelog": "https://github.com/Kozea/tinycss2/releases",
        "Code": "https://github.com/Kozea/tinycss2/",
        "Documentation": "https://doc.courtbouillon.org/tinycss2/",
        "Donation": "https://opencollective.com/courtbouillon",
        "Homepage": "https://www.courtbouillon.org/tinycss2",
        "Issues": "https://github.com/Kozea/tinycss2/issues"
    },
    "split_keywords": [
        "css",
        " parser"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e634ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2",
                "md5": "420d002d4652b79cc42ea1b43ce351f0",
                "sha256": "3a49cf47b7675da0b15d0c6e1df8df4ebd96e9394bb905a5775adb0d884c5289"
            },
            "downloads": -1,
            "filename": "tinycss2-1.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "420d002d4652b79cc42ea1b43ce351f0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 26610,
            "upload_time": "2024-10-24T14:58:28",
            "upload_time_iso_8601": "2024-10-24T14:58:28.029301Z",
            "url": "https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7afd7a5ee21fd08ff70d3d33a5781c255cbe779659bd03278feb98b19ee550f4",
                "md5": "de6bd20b47354352c2b2344c842385c7",
                "sha256": "10c0972f6fc0fbee87c3edb76549357415e94548c1ae10ebccdea16fb404a9b7"
            },
            "downloads": -1,
            "filename": "tinycss2-1.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "de6bd20b47354352c2b2344c842385c7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 87085,
            "upload_time": "2024-10-24T14:58:29",
            "upload_time_iso_8601": "2024-10-24T14:58:29.895994Z",
            "url": "https://files.pythonhosted.org/packages/7a/fd/7a5ee21fd08ff70d3d33a5781c255cbe779659bd03278feb98b19ee550f4/tinycss2-1.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-24 14:58:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Kozea",
    "github_project": "tinycss2",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "tinycss2"
}
        
Elapsed time: 0.37782s