{ "info": { "author": "Tangrongjian", "author_email": "trj_2001@sina.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "myjscss\n==========\n\nThe js css combine compress cache and distribute to differnt client \n\nIntroduction\n-------------\n\nJsCssBaseService\nprovides combine,compress js,css by different target like mobile,pc\njs config file like app.json:\n{\n \"client\": [\n \"mobile\",\n \"pc\"\n ],\n \"caption\": \"core lib\",\n \"index\": 5,\n \"type\": \"js\",\n \"files\": [\n \"/static/common/start.js\",\n \"/static/common/common.js\",\n \"/static/common/controller.js\",\n \"/static/common/directive/directive.js\",\n \"/static/common/filter.js\"\n ]\n }\n\nwill compress files to a single js for different target client\nfor example:\napp.json client is mobile and pc\n\"/static/common/start.js\" is a js relate path\nwhen compute mobile find /static/common/start.js and /static/common/start.mobile.js two files, and combine compress it\nwhen compute pc will find /static/common/start.js and /static/common/start.pc.js two files and combine compress it\nyou can define many file config like app.json\n\nthis service also cache compress lib ,you must provide cache_get(key) cachet_set(key,value)\nyou can define many config like app.json in one folder\nconfig_path is your config folder path\njs_path is your js file folder path js_path+'/static/common/start.js' can find your js file\n\n\ncss config like flex_css.json\n{\n \"type\": \"css\",\n \"client\": [\n \"pc\",\n \"mobile\",\n \"admin\"\n ],\n \"caption\": \"style lib\",\n \"index\": 18,\n \"files\": [\n \"/static/common/directive/directive.css\",\n \"/static/common/directive/templates/employee_selector.css\",\n \"/static/common/directive/templates/department_selector.css\",\n \"/static/common/components/base/base.scss\"\n ]\n }\n\nDocumentation\n-------------\n\nLicense\n-------\n\nmyjscss is distributed under the `MIT license\n`_.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org", "keywords": "combine compress cache js css", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "myjscss", "package_url": "https://pypi.org/project/myjscss/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/myjscss/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org" }, "release_url": "https://pypi.org/project/myjscss/1.0.6/", "requires_dist": null, "requires_python": null, "summary": "this is a package for package combine compress cache js,css to different client lib", "version": "1.0.6" }, "last_serial": 2454831, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "fc2c13adf66aaa256507e09fb0da89d9", "sha256": "fee3d79bde35eaf7190f60f779e44f63d4817df102fb97865641153f5c9adb77" }, "downloads": -1, "filename": "myjscss-1.0.1.tar.gz", "has_sig": false, "md5_digest": "fc2c13adf66aaa256507e09fb0da89d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4800, "upload_time": "2016-07-20T14:27:43", "url": "https://files.pythonhosted.org/packages/ca/cd/4df7222e6083e63ce5d95f9d05ca5909b3c15bab0073870881832a41b978/myjscss-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "5644c48cb29aa56ea6ddc4cb20460751", "sha256": "2e9e51ba325f5031ab09077a3ce438ad9e0079b1d7a1c289a7bb424700e3fc8c" }, "downloads": -1, "filename": "myjscss-1.0.2.tar.gz", "has_sig": false, "md5_digest": "5644c48cb29aa56ea6ddc4cb20460751", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4779, "upload_time": "2016-07-20T14:38:57", "url": "https://files.pythonhosted.org/packages/ae/12/2c6664330a3bd6b956f3650c070251ca08def106bf2d569c434a422bd907/myjscss-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "56e7e610a78d4d9b4932bc8fdf52fd01", "sha256": "73a54b1218a42da7164558810ce2c8d4b9349dfaa869f4cc0008b4f943ef3ea3" }, "downloads": -1, "filename": "myjscss-1.0.3.tar.gz", "has_sig": false, "md5_digest": "56e7e610a78d4d9b4932bc8fdf52fd01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4778, "upload_time": "2016-07-21T00:33:54", "url": "https://files.pythonhosted.org/packages/57/4c/8262b48d4c48d58b680be2b080511134399539d7c93ab208ab7e5f693bff/myjscss-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "c7d93071347f3c39ea58d22a290c0805", "sha256": "01a483727f0ff983ce893c4cf5216ed78466fd9a112738fe9159f09da173d7ec" }, "downloads": -1, "filename": "myjscss-1.0.4.tar.gz", "has_sig": false, "md5_digest": "c7d93071347f3c39ea58d22a290c0805", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4786, "upload_time": "2016-09-11T09:23:05", "url": "https://files.pythonhosted.org/packages/2e/30/9c5bc0cbcb1e5601b6c851ade284f56aed13ab42db5495b6fca29510ada6/myjscss-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "c8de7d2da593bd5b2b9fd58d87f0716c", "sha256": "f79ff6ee46ef807f78571ef7aa9637fa9a6e1965c0d819bbeab20ac9b11ceb5e" }, "downloads": -1, "filename": "myjscss-1.0.5.tar.gz", "has_sig": false, "md5_digest": "c8de7d2da593bd5b2b9fd58d87f0716c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4799, "upload_time": "2016-09-19T01:04:35", "url": "https://files.pythonhosted.org/packages/8b/e3/50b2c8becf4aeecbe54bad1c96a581450a6f543dd20a02f0fa760d5b0f66/myjscss-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "af637207d6688e8656a5d3c2b6240dc5", "sha256": "0ba0cbfa318ec10f8c641ae25680b4ea5016e0b3bd8c86b9d05dd6259fbc0c6e" }, "downloads": -1, "filename": "myjscss-1.0.6.tar.gz", "has_sig": false, "md5_digest": "af637207d6688e8656a5d3c2b6240dc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4874, "upload_time": "2016-11-11T10:02:55", "url": "https://files.pythonhosted.org/packages/9f/09/c5981ca590ffd79fe7f95c9d12181508352c0c207f90562866816f7f11b8/myjscss-1.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "af637207d6688e8656a5d3c2b6240dc5", "sha256": "0ba0cbfa318ec10f8c641ae25680b4ea5016e0b3bd8c86b9d05dd6259fbc0c6e" }, "downloads": -1, "filename": "myjscss-1.0.6.tar.gz", "has_sig": false, "md5_digest": "af637207d6688e8656a5d3c2b6240dc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4874, "upload_time": "2016-11-11T10:02:55", "url": "https://files.pythonhosted.org/packages/9f/09/c5981ca590ffd79fe7f95c9d12181508352c0c207f90562866816f7f11b8/myjscss-1.0.6.tar.gz" } ] }