{ "info": { "author": "Daniel Havlik", "author_email": "dh@gocept.com", "bugtrack_url": null, "classifiers": [], "description": "js.namespace\n************\n\nIntroduction\n============\n\nThis library provides a small javascript library to declare namespaces,\npackaged for `fanstatic`_.\n\n.. _`fanstatic`: http://fanstatic.org\n\n\nCreate and use a namespace\n==========================\n\nOnce included, you can use namespace.declare('your.namespace'); to declare a\nnamespace. Then you can bind objects to that namespace by just assigning them\nlike your.namespace.your_funky_function = function(foo) {\u2026};\n\nYou are then able to access these objects from anywhere, without polluting the\nglobal scope. Using dotted namespaces is a well known pattern to get a nice\nand tidy codebase.\n\n\nHow to use?\n===========\n\n\nYou can import ``namespace`` from ``js.namespace`` and ``need`` it where you want\nthese resources to be included on a page::\n\n >>> from js.namespace import namespace\n >>> namespace.need()\n\n\nCHANGES\n*******\n\n0.1 (2013-05-15)\n================\n\n- Initial release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "js.namespace", "package_url": "https://pypi.org/project/js.namespace/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/js.namespace/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/js.namespace/0.1/", "requires_dist": null, "requires_python": null, "summary": "Fanstatic package providing a small js library for declaring namespaces.", "version": "0.1" }, "last_serial": 793769, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "fb0dd21df7c1f1fdcdd6fae0bda63106", "sha256": "17c2a02d488bf601ea19c539cb57878c135285ddf7290649b28514aaacd5f6d9" }, "downloads": -1, "filename": "js.namespace-0.1.zip", "has_sig": false, "md5_digest": "fb0dd21df7c1f1fdcdd6fae0bda63106", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9727, "upload_time": "2013-05-15T08:33:37", "url": "https://files.pythonhosted.org/packages/e6/45/04b02cce33ba69a896b4735b22324cc512787257690e7d9861f2fd6a80a5/js.namespace-0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fb0dd21df7c1f1fdcdd6fae0bda63106", "sha256": "17c2a02d488bf601ea19c539cb57878c135285ddf7290649b28514aaacd5f6d9" }, "downloads": -1, "filename": "js.namespace-0.1.zip", "has_sig": false, "md5_digest": "fb0dd21df7c1f1fdcdd6fae0bda63106", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9727, "upload_time": "2013-05-15T08:33:37", "url": "https://files.pythonhosted.org/packages/e6/45/04b02cce33ba69a896b4735b22324cc512787257690e7d9861f2fd6a80a5/js.namespace-0.1.zip" } ] }