{ "info": { "author": "Ronie Martinez", "author_email": "ronmarti18@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "|version|\\ |license|\\ |status|\n\nNoCase\n======\n\nFreely use your coding style\n\nNoCase automatically converts method calls from snake\\_case to camelCase\nand vice versa.\n\nInstallation\n------------\n\nUsing pip\n~~~~~~~~~\n\n::\n\n pip install nocase\n\nManual installation\n~~~~~~~~~~~~~~~~~~~\n\nDownload from https://github.com/Code-ReaQtor/NoCase/releases\n\n::\n\n python setup.py install\n\nExample\n-------\n\nClasses\n~~~~~~~\n\n.. code:: python\n\n from nocase import NoCase\n\n\n class MyClass(NoCase):\n\n def myMethod(self):\n return 'my method'\n\n def my_other_method(self):\n return 'my other method'\n\n my_class = MyClass()\n print(my_class.my_method()) # prints 'my method'\n print(my_class.myOtherMethod()) # prints 'my other method'\n\n\\_\\_main\\_\\_\n~~~~~~~~~~~~\n\n.. code:: python\n\n from nocase import registerNoCase\n\n\n def myMethod():\n return 'my method'\n\n\n def my_other_method():\n return 'my other method'\n\n registerNoCase() # find available methods in __main__ and registers converted names\n print(my_method()) # prints 'my method'\n print(myOtherMethod()) # prints 'my other method'\n\nModules\n~~~~~~~\n\n.. code:: python\n\n # my_module.py\n def myMethod():\n return 'my method'\n\n\n def my_other_method():\n return 'my other method'\n\n.. code:: python\n\n from nocase import register_no_case\n import my_module\n\n register_no_case(my_module) # find available methods in my_module and registers converted names\n print(my_module.my_method()) # prints 'my method'\n print(my_module.myOtherMethod()) # prints 'my other method'\n\n.. |version| image:: https://img.shields.io/pypi/v/nocase.svg\n.. |license| image:: https://img.shields.io/pypi/l/nocase.svg\n.. |status| image:: https://img.shields.io/pypi/status/nocase.svg", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/Code-ReaQtor/nocase/tarball/1.1.2", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Code-ReaQtor/nocase", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "nocase", "package_url": "https://pypi.org/project/nocase/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nocase/", "project_urls": { "Download": "https://github.com/Code-ReaQtor/nocase/tarball/1.1.2", "Homepage": "https://github.com/Code-ReaQtor/nocase" }, "release_url": "https://pypi.org/project/nocase/1.1.2/", "requires_dist": null, "requires_python": null, "summary": "Freely use your coding style", "version": "1.1.2" }, "last_serial": 1728974, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "0478cd27cf5a2f83bd02a1a89757dff0", "sha256": "e6f7adf57791eac65974540aaebf154519fd71a375a18429d047c97bde66ad4a" }, "downloads": -1, "filename": "nocase-1.0.2.zip", "has_sig": false, "md5_digest": "0478cd27cf5a2f83bd02a1a89757dff0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1807, "upload_time": "2015-08-21T10:51:32", "url": "https://files.pythonhosted.org/packages/ef/22/c8e530e77bfb5af506e0b235f40d2be772c1cdf6ad4893badbd13f71229f/nocase-1.0.2.zip" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "6b667bddf3cdf19bccf2d9b3c6886963", "sha256": "35b9c94e3cc4ab04b768efb33bbd205d37cd9acde44f58e51e2f05b3145e717a" }, "downloads": -1, "filename": "nocase-1.0.3.zip", "has_sig": false, "md5_digest": "6b667bddf3cdf19bccf2d9b3c6886963", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2030, "upload_time": "2015-08-21T11:35:18", "url": "https://files.pythonhosted.org/packages/54/9b/d208d8cfc14e35cf6008e89458690289608a06734d647d01c921f0729972/nocase-1.0.3.zip" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "5f22ca8fd30c67de331af4fa81b2c70c", "sha256": "cf5cc667d4ea55f218995482c21c288b0227c86c6e199dbe244fa79424191b95" }, "downloads": -1, "filename": "nocase-1.0.4.zip", "has_sig": false, "md5_digest": "5f22ca8fd30c67de331af4fa81b2c70c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2303, "upload_time": "2015-08-21T12:21:03", "url": "https://files.pythonhosted.org/packages/d8/2c/7149f8905f7dcb47147eadd40096f20d1a8c7a262754458a7670fe0ae152/nocase-1.0.4.zip" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "5d287fac3bb5cf8f8c771a0dcf3a19d4", "sha256": "25e53dfc7045172fc82ce10aa875bfd24caad01afbd64e4a3f990eff760c449d" }, "downloads": -1, "filename": "nocase-1.0.5.zip", "has_sig": false, "md5_digest": "5d287fac3bb5cf8f8c771a0dcf3a19d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2409, "upload_time": "2015-08-21T12:26:09", "url": "https://files.pythonhosted.org/packages/a3/15/108be474d7a57521f1624e0cda6808ab40a0b53265c026e7604974b62c0b/nocase-1.0.5.zip" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "10ca1680f7534f8175feba43544418b7", "sha256": "374952f42122dac261127378a80d1e02e60ed36c58561f0ff06e9a3a664f1ca8" }, "downloads": -1, "filename": "nocase-1.0.6.zip", "has_sig": false, "md5_digest": "10ca1680f7534f8175feba43544418b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2432, "upload_time": "2015-08-21T12:50:22", "url": "https://files.pythonhosted.org/packages/de/53/511ddebf9b18f7816d742ffa162422eebffa536b7200ef63598ec6e01882/nocase-1.0.6.zip" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "a8ce097cce6b176dbd674336fbc7829d", "sha256": "77d0d992df371e2cc9a604e8e33ce0a0ffb62d5f26b285859cc9535ad826d0b7" }, "downloads": -1, "filename": "nocase-1.0.7.zip", "has_sig": false, "md5_digest": "a8ce097cce6b176dbd674336fbc7829d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2321, "upload_time": "2015-08-22T04:25:20", "url": "https://files.pythonhosted.org/packages/5e/59/b631c5b609ae9ab3c3a71b0f52193572f77919899e97c63b0fe32464d1b6/nocase-1.0.7.zip" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "aa9e3a53c7929b39a3cc9162fe1a5491", "sha256": "322e1cb2a57e54608c03167be45edbd2222b62ef64effb53be63ee327036d63e" }, "downloads": -1, "filename": "nocase-1.0.8.zip", "has_sig": false, "md5_digest": "aa9e3a53c7929b39a3cc9162fe1a5491", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2788, "upload_time": "2015-08-22T04:43:49", "url": "https://files.pythonhosted.org/packages/42/a0/0ccdf2f06a4f9729633efab4c3659a488654f2e9a36435b3ef99d9c37a97/nocase-1.0.8.zip" } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "3a9a8c5f2d7985b91dd419eb1effd15b", "sha256": "53da85be30407ef234980a9dd38556f1e238ae5c826b10c6a04b09f45fc20835" }, "downloads": -1, "filename": "nocase-1.0.9.zip", "has_sig": false, "md5_digest": "3a9a8c5f2d7985b91dd419eb1effd15b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2778, "upload_time": "2015-08-22T04:53:34", "url": "https://files.pythonhosted.org/packages/19/b4/c3873b63fa40ec405739a1ed206620b1f310093fcab7fea8823dc5942918/nocase-1.0.9.zip" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "dcb0a4345d314b7f853e1006ca5dee4f", "sha256": "1339f4401442342be568156b728a77e2a4d537b1443b5e65a9becf562a85aa42" }, "downloads": -1, "filename": "nocase-1.1.0.zip", "has_sig": false, "md5_digest": "dcb0a4345d314b7f853e1006ca5dee4f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3466, "upload_time": "2015-09-19T01:13:25", "url": "https://files.pythonhosted.org/packages/c0/cb/7e7a5956c69b305cefaf640e62d774513989eb9e90cc0fcab36b6b8ff252/nocase-1.1.0.zip" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "08271877c342f089da04eb8b00519089", "sha256": "111b83f918e142074dd7e674cf0e9f0649bff41d8a14c25d9fdd336845812d92" }, "downloads": -1, "filename": "nocase-1.1.1.zip", "has_sig": false, "md5_digest": "08271877c342f089da04eb8b00519089", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3473, "upload_time": "2015-09-19T01:18:59", "url": "https://files.pythonhosted.org/packages/c1/74/e0abd289440b60d5db1a53333494fe8ac693169494d9f86fb754b711dcc0/nocase-1.1.1.zip" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "42fcadd87aae7b450bb59b42044b8330", "sha256": "ef4d985bba215ee0022286ee90ba1c5a81dd907c82e452e014718011f8535f9b" }, "downloads": -1, "filename": "nocase-1.1.2.zip", "has_sig": false, "md5_digest": "42fcadd87aae7b450bb59b42044b8330", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3895, "upload_time": "2015-09-19T01:27:49", "url": "https://files.pythonhosted.org/packages/2d/75/648d2b607a0e79618972ef875d635cffe065995c636b8f716c0e6bc98e6d/nocase-1.1.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "42fcadd87aae7b450bb59b42044b8330", "sha256": "ef4d985bba215ee0022286ee90ba1c5a81dd907c82e452e014718011f8535f9b" }, "downloads": -1, "filename": "nocase-1.1.2.zip", "has_sig": false, "md5_digest": "42fcadd87aae7b450bb59b42044b8330", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3895, "upload_time": "2015-09-19T01:27:49", "url": "https://files.pythonhosted.org/packages/2d/75/648d2b607a0e79618972ef875d635cffe065995c636b8f716c0e6bc98e6d/nocase-1.1.2.zip" } ] }