{ "info": { "author": "Sylvain Fankhauser", "author_email": "sylvain@fankhauser.name", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Topic :: Internet :: WWW/HTTP" ], "description": "django_runprocess\n=================\n\nThis app allows you to run external applications along with the ``runserver``\ncommand. This is useful for example to run automatic compilation of your\nsass/less files without having to manually run ``sass --watch``.\n\nInstallation\n============\n\n``pip install django_runprocess``\n\nConfiguration\n=============\n\nAdd it to your ``INSTALLED_APPS``::\n\n INSTALLED_APPS = (\n ...\n 'runprocess'\n )\n\nAdd the commands you want to be executed in the ``RUNPROCESS_PROCESSES``\nsetting. For example, to automatically run ``sass --watch`` along with\n``runserver``, use the following::\n\n SASS_DIR = os.path.join(STATIC_ROOT, 'sass')\n CSS_DIR = os.path.join(STATIC_ROOT, 'css')\n\n RUNPROCESS_PROCESSES = (\n ('sass', '--watch', '%s:%s' % (SASS_DIR, CSS_DIR)),\n )", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sephii/django-runprocess", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django_runprocess", "package_url": "https://pypi.org/project/django_runprocess/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django_runprocess/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/sephii/django-runprocess" }, "release_url": "https://pypi.org/project/django_runprocess/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Runs processes along with runserver", "version": "0.1.0" }, "last_serial": 1088769, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "794f8e19be711c0c0e309eaf655535b3", "sha256": "364013e34f27e408623755414073949dbf4c2b22117542b20e8ef9e4a8af5dfc" }, "downloads": -1, "filename": "django_runprocess-0.1.0.tar.gz", "has_sig": false, "md5_digest": "794f8e19be711c0c0e309eaf655535b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2028, "upload_time": "2014-05-11T16:55:38", "url": "https://files.pythonhosted.org/packages/b5/e9/5307dd70574c88a2ae04a3441c8f3b97f1337545995339fed25d09707c3b/django_runprocess-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "794f8e19be711c0c0e309eaf655535b3", "sha256": "364013e34f27e408623755414073949dbf4c2b22117542b20e8ef9e4a8af5dfc" }, "downloads": -1, "filename": "django_runprocess-0.1.0.tar.gz", "has_sig": false, "md5_digest": "794f8e19be711c0c0e309eaf655535b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2028, "upload_time": "2014-05-11T16:55:38", "url": "https://files.pythonhosted.org/packages/b5/e9/5307dd70574c88a2ae04a3441c8f3b97f1337545995339fed25d09707c3b/django_runprocess-0.1.0.tar.gz" } ] }