{ "info": { "author": "Yasha Borevich", "author_email": "j.borevich@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: ISC License (ISCL)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "Gears @ notation\n=================\nSpecify requirements using @require notation.\n\nIt is stricted notation. No attemt to determine file extention.\nNo need to depend on same filetype.\n\nUsage\n-----\n\nIf you use pure gears:\n```python\nenvironment.preprocessor.register('text/css', AtDirectivesProcessor.as_handler())\nenvironment.preprocessor.register('application/javascript', AtDirectivesProcessor.as_handler())\n```\n\nFor django:\n```python\nGEARS_PREPROCESSORS = {\n 'text/css': 'gears_at_notation.processor.AtDirectivesProcessor',\n 'application/javascript': 'gears_at_notation.processor.AtDirectivesProcessor',\n}\n```\n\nNow you can specify dependencies in different way:\n```\n// file style.css\n// @require \"main.css\"\n// @require \"application.less\"\n// @require \"modules.styl\"\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/jjay/gears-at-notation", "keywords": null, "license": "ISC", "maintainer": null, "maintainer_email": null, "name": "gears-at-notation", "package_url": "https://pypi.org/project/gears-at-notation/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gears-at-notation/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jjay/gears-at-notation" }, "release_url": "https://pypi.org/project/gears-at-notation/0.2/", "requires_dist": null, "requires_python": null, "summary": "Alternative dependencies parser for gears", "version": "0.2" }, "last_serial": 792296, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "94fb7d2001f8dc1a3bbac6d89fa0e6fe", "sha256": "3421f8b305b5f77b86774d23a2985aa5e00852a3103aab0473275599b31436f1" }, "downloads": -1, "filename": "gears-at-notation-0.1.tar.gz", "has_sig": false, "md5_digest": "94fb7d2001f8dc1a3bbac6d89fa0e6fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1791, "upload_time": "2012-12-03T10:39:23", "url": "https://files.pythonhosted.org/packages/40/42/d4dafe4d569e61600d5580c8191a167ecd1f57117791ddebb443ef300065/gears-at-notation-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "59cd74d9d0e9ea118533796fd3f5bb75", "sha256": "f48203006e9c3df53d0abad4d8d3e4a6f09af61b82334641ecfeda2dc0f6efa5" }, "downloads": -1, "filename": "gears-at-notation-0.2.tar.gz", "has_sig": false, "md5_digest": "59cd74d9d0e9ea118533796fd3f5bb75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1790, "upload_time": "2012-12-03T10:40:33", "url": "https://files.pythonhosted.org/packages/84/89/79791bbde0e7f4739ac70737e2876f4e07f69e70fa5b3d0279f4bd1ddf39/gears-at-notation-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "59cd74d9d0e9ea118533796fd3f5bb75", "sha256": "f48203006e9c3df53d0abad4d8d3e4a6f09af61b82334641ecfeda2dc0f6efa5" }, "downloads": -1, "filename": "gears-at-notation-0.2.tar.gz", "has_sig": false, "md5_digest": "59cd74d9d0e9ea118533796fd3f5bb75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1790, "upload_time": "2012-12-03T10:40:33", "url": "https://files.pythonhosted.org/packages/84/89/79791bbde0e7f4739ac70737e2876f4e07f69e70fa5b3d0279f4bd1ddf39/gears-at-notation-0.2.tar.gz" } ] }