Pre-release
This release is a pre-release and may not be stable for production use.
This repository is automatically updated from https://github.com/Compass/compass
Compass
Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
Installation
To get going with Compass python module you can install it from PyPi package:
pip install compass-stylesheets
Documentation
Compass documentation pages are available at http://compass-style.org/
Python package
After installation you can use pkg_resource module to access assets:
import pkg_resources
as_string = pkg_resources.resource_string("compass_stylesheets", "stylesheets/_compass.scss")
full_path_to_file = pkg_resources.resource_filename("compass_stylesheets", "stylesheets/_compass.scss")
file_like = pkg_resources.resource_stream("compass_stylesheets", "stylesheets/_compass.scss")
Package consists of scss files.
Release files for compass-stylesheets 1.0.0a20
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| compass-stylesheets-1.0.0a20.tar.gz | 34.7 kB | Details |
Release files / compass-stylesheets-1.0.0a20.tar.gz
| Download URL | compass-stylesheets-1.0.0a20.tar.gz |
|---|---|
| Size | 34.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
de026a0249485db68003571bcd34242eccc17e3da13c60b3be1560d8af5f0b23
|
|
BLAKE2b-256 checksum How to use checksums |
5dd02914165df72754421f927660de741a4017e360bb2466290698eda4bc89fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |