csscompressor


Namecsscompressor JSON
Version 0.9.5 PyPI version JSON
download
home_pagehttp://github.com/sprymix/csscompressor
SummaryA python port of YUI CSS Compressor
upload_time2017-11-26 21:13:08
maintainer
docs_urlNone
authorYury Selivanov
requires_python
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            .. image:: https://travis-ci.org/sprymix/csscompressor.svg?branch=master
    :target: https://travis-ci.org/sprymix/csscompressor


Almost exact port of YUI CSS Compressor.
Passes all original unittests.


Usage
=====

.. code:: pycon

    >>> from csscompressor import compress
    >>> compress('''
    ...    your css {
    ...        content: "!";
    ...    }
    ... ''')
    'your css{content:"!"}'

Or, if you want to use it from command line:

.. code::

    $ python3 -m csscompressor --help


Compatibility
=============

Tested under Python 2.7 and 3.3+


Installation
============

Use ``pip`` or ``easy_install``:

.. code::

    $ pip install csscompressor


Development
===========

Use py.test to run unittests


License
=======

Published under the original Yahoo License for YUI Compressor -- BSD.

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/sprymix/csscompressor",
    "name": "csscompressor",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Yury Selivanov",
    "author_email": "info@sprymix.com",
    "download_url": "https://files.pythonhosted.org/packages/f1/2a/8c3ac3d8bc94e6de8d7ae270bb5bc437b210bb9d6d9e46630c98f4abd20c/csscompressor-0.9.5.tar.gz",
    "platform": "",
    "description": ".. image:: https://travis-ci.org/sprymix/csscompressor.svg?branch=master\n    :target: https://travis-ci.org/sprymix/csscompressor\n\n\nAlmost exact port of YUI CSS Compressor.\nPasses all original unittests.\n\n\nUsage\n=====\n\n.. code:: pycon\n\n    >>> from csscompressor import compress\n    >>> compress('''\n    ...    your css {\n    ...        content: \"!\";\n    ...    }\n    ... ''')\n    'your css{content:\"!\"}'\n\nOr, if you want to use it from command line:\n\n.. code::\n\n    $ python3 -m csscompressor --help\n\n\nCompatibility\n=============\n\nTested under Python 2.7 and 3.3+\n\n\nInstallation\n============\n\nUse ``pip`` or ``easy_install``:\n\n.. code::\n\n    $ pip install csscompressor\n\n\nDevelopment\n===========\n\nUse py.test to run unittests\n\n\nLicense\n=======\n\nPublished under the original Yahoo License for YUI Compressor -- BSD.\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "A python port of YUI CSS Compressor",
    "version": "0.9.5",
    "project_urls": {
        "Homepage": "http://github.com/sprymix/csscompressor"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f12a8c3ac3d8bc94e6de8d7ae270bb5bc437b210bb9d6d9e46630c98f4abd20c",
                "md5": "7aa1c1542d244d772c07dd4bbbbe0d69",
                "sha256": "afa22badbcf3120a4f392e4d22f9fff485c044a1feda4a950ecc5eba9dd31a05"
            },
            "downloads": -1,
            "filename": "csscompressor-0.9.5.tar.gz",
            "has_sig": false,
            "md5_digest": "7aa1c1542d244d772c07dd4bbbbe0d69",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 237808,
            "upload_time": "2017-11-26T21:13:08",
            "upload_time_iso_8601": "2017-11-26T21:13:08.238226Z",
            "url": "https://files.pythonhosted.org/packages/f1/2a/8c3ac3d8bc94e6de8d7ae270bb5bc437b210bb9d6d9e46630c98f4abd20c/csscompressor-0.9.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-11-26 21:13:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sprymix",
    "github_project": "csscompressor",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "csscompressor"
}
        
Elapsed time: 0.22412s