{ "info": { "author": "Aviad Rom", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "# jpsy\nEnforcing Language Naming Conventions\n\n## What is it?\njpsy (pronounced like Gypsy), is a tool for naming convention purists, who don't like seeing other languages' naming \nconventions messing around their code's look and feel.\n\nIt comes in handy when your python code handles JSONs created in a JavaScript component, \nor just when you have people in your project who don't play by the book when it comes to naming conventions. \n\n## Installation\n`pip install jpsy`\n\nor\n\n`pip install -e git+git://github.com/RomAviad/jpsy.git`\n\n## What's with the name?\nObviously, it's a mash-up between JS and Py(thon).\n\n## Usage Example\n```python\nfrom jpsy import pythonify, jsify\n\nsample = {\"abc_pep8\": 123, \"dictKey\": {\"PascalCase\": \"whatever\", \"camelCaseLongKEY\": \"woot\"}}\n\npythonified = pythonify(sample)\nprint(pythonified)\n# >>> {'abc_pep8': 123, 'dict_key': {'pascal_case': 'whatever', 'camel_case_long_key': 'woot'}}\n\njsified = jsify(sample)\nprint(jsified)\n# >>> {'abcPep8': 123, 'dictKey': {'PascalCase': 'whatever', 'camelCaseLongKEY': 'woot'}}\n\n\njsified_python = jsify(pythonified)\nprint(jsified_python)\n# >>> {'abcPep8': 123, 'dictKey': {'pascalCase': 'whatever', 'camelCaseLongKey': 'woot'}}\n\n```\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/RomAviad/jpsy", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "jpsy", "package_url": "https://pypi.org/project/jpsy/", "platform": "", "project_url": "https://pypi.org/project/jpsy/", "project_urls": { "Homepage": "https://github.com/RomAviad/jpsy" }, "release_url": "https://pypi.org/project/jpsy/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "Enforcing Language Naming Conventions", "version": "0.1.2" }, "last_serial": 4948752, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "219d94c7a28b9b97078bbfa44c870ee7", "sha256": "702d64e25e4331f7d3606f985ce5e6552280eb8639b0fd7877eeb96f80abb0b4" }, "downloads": -1, "filename": "jpsy-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "219d94c7a28b9b97078bbfa44c870ee7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3206, "upload_time": "2019-03-16T21:13:56", "url": "https://files.pythonhosted.org/packages/c0/9a/df7021b8212ff318a9e80c8cd167f974ff8c36f46148bfe4e1048cb799eb/jpsy-0.1.2-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "219d94c7a28b9b97078bbfa44c870ee7", "sha256": "702d64e25e4331f7d3606f985ce5e6552280eb8639b0fd7877eeb96f80abb0b4" }, "downloads": -1, "filename": "jpsy-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "219d94c7a28b9b97078bbfa44c870ee7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3206, "upload_time": "2019-03-16T21:13:56", "url": "https://files.pythonhosted.org/packages/c0/9a/df7021b8212ff318a9e80c8cd167f974ff8c36f46148bfe4e1048cb799eb/jpsy-0.1.2-py2.py3-none-any.whl" } ] }