py-css-styleguide


Namepy-css-styleguide JSON
Version 1.1.1 PyPI version JSON
download
home_pagehttps://github.com/sveetch/py-css-styleguide
SummaryCSS driven styleguide for your project
upload_time2023-09-24 15:24:06
maintainer
docs_urlNone
authorDavid Thenon
requires_python>=3.8
licenseMIT
keywords css python sass scss styleguide
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. _Python: https://www.python.org/
.. _tinycss2: https://github.com/Kozea/tinycss2
.. _Click: https://click.palletsprojects.com

PyCssStyleguide
===============

This is a Python library to build a design styleguide from a CSS manifest file.

Opposed to many styleguide builders this does not require to documentate styles from
your stylesheets. Instead it is based on Sass variables to build a map of your style
rules.


Features
********

* Python interface to load a CSS manifest and return it as a Python dictionnary or
  JSON data;
* (Optional) Tiny Sass mixin library to write CSS manifest from your Sass project
  settings;
* (Optional) Django mixin and view to load manifest from your project or application;


Links
*****

* Read the documentation on `Read the docs <https://pycssstyleguide.readthedocs.io/>`_;
* Download its `PyPi package <http://pypi.python.org/pypi/py-css-styleguide>`_;
* Clone it on its `Github repository <https://github.com/sveetch/py-css-styleguide>`_;


Dependencies
************

* `Python`_>=3.8;
* `tinycss2`_>=1.1.0;
* `Click`_>=8.0;


Credits
*******

Logo vector and icon by `SVG Repo <https://www.svgrepo.com>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sveetch/py-css-styleguide",
    "name": "py-css-styleguide",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "CSS,Python,Sass,Scss,Styleguide",
    "author": "David Thenon",
    "author_email": "sveetch@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5e/38/da8ccccdbd58c543555adc476685d12a0e6d2f2fc6591b003d741f138a6f/py-css-styleguide-1.1.1.tar.gz",
    "platform": null,
    "description": ".. _Python: https://www.python.org/\n.. _tinycss2: https://github.com/Kozea/tinycss2\n.. _Click: https://click.palletsprojects.com\n\nPyCssStyleguide\n===============\n\nThis is a Python library to build a design styleguide from a CSS manifest file.\n\nOpposed to many styleguide builders this does not require to documentate styles from\nyour stylesheets. Instead it is based on Sass variables to build a map of your style\nrules.\n\n\nFeatures\n********\n\n* Python interface to load a CSS manifest and return it as a Python dictionnary or\n  JSON data;\n* (Optional) Tiny Sass mixin library to write CSS manifest from your Sass project\n  settings;\n* (Optional) Django mixin and view to load manifest from your project or application;\n\n\nLinks\n*****\n\n* Read the documentation on `Read the docs <https://pycssstyleguide.readthedocs.io/>`_;\n* Download its `PyPi package <http://pypi.python.org/pypi/py-css-styleguide>`_;\n* Clone it on its `Github repository <https://github.com/sveetch/py-css-styleguide>`_;\n\n\nDependencies\n************\n\n* `Python`_>=3.8;\n* `tinycss2`_>=1.1.0;\n* `Click`_>=8.0;\n\n\nCredits\n*******\n\nLogo vector and icon by `SVG Repo <https://www.svgrepo.com>`_.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "CSS driven styleguide for your project",
    "version": "1.1.1",
    "project_urls": {
        "Changelog": "https://pycssstyleguide.readthedocs.io/en/latest/history.html",
        "Documentation": "https://pycssstyleguide.readthedocs.io/",
        "Homepage": "https://github.com/sveetch/py-css-styleguide",
        "Issue Tracker": "https://github.com/sveetch/py-css-styleguide/issues",
        "Source Code": "https://github.com/sveetch/py-css-styleguide"
    },
    "split_keywords": [
        "css",
        "python",
        "sass",
        "scss",
        "styleguide"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e38da8ccccdbd58c543555adc476685d12a0e6d2f2fc6591b003d741f138a6f",
                "md5": "89d92ef5a9867687181177fe6f74b621",
                "sha256": "2f8a3767f6bc265e97c4a8d4a88a4e1827eb2e6a253d1df50964b888e7ad9c5d"
            },
            "downloads": -1,
            "filename": "py-css-styleguide-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "89d92ef5a9867687181177fe6f74b621",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 21980,
            "upload_time": "2023-09-24T15:24:06",
            "upload_time_iso_8601": "2023-09-24T15:24:06.586220Z",
            "url": "https://files.pythonhosted.org/packages/5e/38/da8ccccdbd58c543555adc476685d12a0e6d2f2fc6591b003d741f138a6f/py-css-styleguide-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-24 15:24:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sveetch",
    "github_project": "py-css-styleguide",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "py-css-styleguide"
}
        
Elapsed time: 0.12579s