csscompressor 0.9.1
pip install csscompressor==0.9.1
Newer version available (0.9.5)
Released:
A python port of YUI CSS Compressor
Navigation
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Yury Selivanov
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
Almost exact port of YUI CSS Compressor. Passes all original unittests.
Usage
>>> from csscompressor import compress
>>> compress('''
... your css {
... content: "!";
... }
... ''')
'your css{content:"!"}'
Or, if you want to use it from command line:
$ python3 -m csscompressor --help
Compatibility
Tested under Python 2.6, 2.7 and 3.3
Installation
Use pip or easy_install:
$ pip install csscompressor
Development
Use py.test to run unittests
License
Published under the original Yahoo License for YUI Compressor – BSD.
Project details
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Yury Selivanov
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file csscompressor-0.9.1.tar.gz
.
File metadata
- Download URL: csscompressor-0.9.1.tar.gz
- Upload date:
- Size: 235.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a603d4c12af211d80c4a7cc7726da34d9f3ca724a83efd23a55ae4189c42d3ce |
|
MD5 | 9a6177eefcedce1e11d6db5725b00eb1 |
|
BLAKE2b-256 | d8e5fbb2be2ca4a9b68f07e5f0c932fb3bf6338171ff9ec3bf02a83b4bd38960 |