Metadata-Version: 2.1
Name: py-css-styleguide
Version: 1.1.1
Summary: CSS driven styleguide for your project
Home-page: https://github.com/sveetch/py-css-styleguide
Author: David Thenon
Author-email: sveetch@gmail.com
License: MIT
Project-URL: Source Code, https://github.com/sveetch/py-css-styleguide
Project-URL: Issue Tracker, https://github.com/sveetch/py-css-styleguide/issues
Project-URL: Changelog, https://pycssstyleguide.readthedocs.io/en/latest/history.html
Project-URL: Documentation, https://pycssstyleguide.readthedocs.io/
Keywords: CSS,Python,Sass,Scss,Styleguide
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Provides-Extra: dev
Provides-Extra: quality
Provides-Extra: django
Provides-Extra: doc
Provides-Extra: doc-live
License-File: LICENCE.txt

.. _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>`_.
