pysass


Namepysass JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/WnP/pysass/
SummarySass CLI Python: A wrapper to libsass-python with watchdog capability.
upload_time2019-03-17 16:38:09
maintainer
docs_urlNone
authorSteeve Chailloux
requires_python
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pysass

A simple wrapper on
[libsass-python pysassc](https://sass.github.io/libsass-python/pysassc.html)
to add watch capability using watchdog.

## Features

- add `-w` and `--watch` flags to `pysassc` command.
- watch included directories and source directory recursively.
- only watch `*.scss` files.
- throttling.

## Install

```
$ pip install pysass
```

## Usage

Use `pysass` command instead of `pysassc` in order to use `-w` or
`--watch` flag additionaly to those provided by
[libsass-python pysassc](https://sass.github.io/libsass-python/pysassc.html).

eg.

```
$ pysass -t compressed -I node_modules/skeleton-scss/scss/ \
	-m ./project/src/main.scss ./project/dist/style.css --watch
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/WnP/pysass/",
    "name": "pysass",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Steeve Chailloux",
    "author_email": "steevechailloux@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/bc/9c/b1661c74c79949fa5dce5c67d79339a2d2b4457d76ebc2d487cd5b417a96/pysass-0.1.0.tar.gz",
    "platform": "",
    "description": "# pysass\n\nA simple wrapper on\n[libsass-python pysassc](https://sass.github.io/libsass-python/pysassc.html)\nto add watch capability using watchdog.\n\n## Features\n\n- add `-w` and `--watch` flags to `pysassc` command.\n- watch included directories and source directory recursively.\n- only watch `*.scss` files.\n- throttling.\n\n## Install\n\n```\n$ pip install pysass\n```\n\n## Usage\n\nUse `pysass` command instead of `pysassc` in order to use `-w` or\n`--watch` flag additionaly to those provided by\n[libsass-python pysassc](https://sass.github.io/libsass-python/pysassc.html).\n\neg.\n\n```\n$ pysass -t compressed -I node_modules/skeleton-scss/scss/ \\\n\t-m ./project/src/main.scss ./project/dist/style.css --watch\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Sass CLI Python: A wrapper to libsass-python with watchdog capability.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/WnP/pysass/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9006fafe78968db294d582e4cfb8d4bcdbdaeeb1f6d1f269c25acdceb51ce11c",
                "md5": "38cccba377aa8d23f20d1a0e44735ef6",
                "sha256": "b473069cd9d8799366505b4586938ebfeb67d9df8b400bae3200297422530aff"
            },
            "downloads": -1,
            "filename": "pysass-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "38cccba377aa8d23f20d1a0e44735ef6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4361,
            "upload_time": "2019-03-17T16:38:05",
            "upload_time_iso_8601": "2019-03-17T16:38:05.196517Z",
            "url": "https://files.pythonhosted.org/packages/90/06/fafe78968db294d582e4cfb8d4bcdbdaeeb1f6d1f269c25acdceb51ce11c/pysass-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc9cb1661c74c79949fa5dce5c67d79339a2d2b4457d76ebc2d487cd5b417a96",
                "md5": "b54e9064102cbe40a1f75f8b7ffa9d4f",
                "sha256": "d7404ab89518a37851e6be28fd71ce7890098674de8c67d9161e648bf6be3b98"
            },
            "downloads": -1,
            "filename": "pysass-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b54e9064102cbe40a1f75f8b7ffa9d4f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3370,
            "upload_time": "2019-03-17T16:38:09",
            "upload_time_iso_8601": "2019-03-17T16:38:09.577281Z",
            "url": "https://files.pythonhosted.org/packages/bc/9c/b1661c74c79949fa5dce5c67d79339a2d2b4457d76ebc2d487cd5b417a96/pysass-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-03-17 16:38:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "WnP",
    "github_project": "pysass",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pysass"
}
        
Elapsed time: 0.16962s