code-dictionary


Namecode-dictionary JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummaryGenerated dicts of Programming Languages classes, fields, and methods.
upload_time2025-07-24 12:31:10
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT License Copyright (c) 2025 Arkadiusz Klemenko Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords java dictionary bytecode classes fields methods
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # code-dictionary
Generated dicts of programming languages’ classes, fields, and methods.


# Install

```
pip install code-dictionary
```


# Usage

```
python -c "from code_dictionary.java.classes import JAVA_CLASSES; print(len(JAVA_CLASSES))"
```

```
from code_dictionary.java.classes import JAVA_CLASSES
print(LEN(JAVA_CLASSES))
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "code-dictionary",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "java, dictionary, bytecode, classes, fields, methods",
    "author": null,
    "author_email": "Arkadiusz Klemenko <arek.klemenko@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/da/de/88f24d65f2753386e266c3b3d40df4f6cf8aefcb615d23e2c6758ce747f5/code_dictionary-0.3.0.tar.gz",
    "platform": null,
    "description": "# code-dictionary\nGenerated dicts of programming languages\u2019 classes, fields, and methods.\n\n\n# Install\n\n```\npip install code-dictionary\n```\n\n\n# Usage\n\n```\npython -c \"from code_dictionary.java.classes import JAVA_CLASSES; print(len(JAVA_CLASSES))\"\n```\n\n```\nfrom code_dictionary.java.classes import JAVA_CLASSES\nprint(LEN(JAVA_CLASSES))\n```\n",
    "bugtrack_url": null,
    "license": "MIT License\n        \n        Copyright (c) 2025 Arkadiusz Klemenko\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy\n        of this software and associated documentation files (the \"Software\"), to deal\n        in the Software without restriction, including without limitation the rights\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the Software is\n        furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all\n        copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n        SOFTWARE.\n        ",
    "summary": "Generated dicts of Programming Languages classes, fields, and methods.",
    "version": "0.3.0",
    "project_urls": {
        "Homepage": "http://github.com/alexiej/code-dictionary",
        "Issues": "https://github.com/alexiej/code-dictionary/issues"
    },
    "split_keywords": [
        "java",
        " dictionary",
        " bytecode",
        " classes",
        " fields",
        " methods"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "065b65086cd2799705aaf4c4acab5e301746968ab23cd53563aa31d7bf3fca98",
                "md5": "eac04c6e67eedad094a5ce351e72fff5",
                "sha256": "91ff183907925fb08c3d2c8285da9236487e7ddbd02ad8f02d8f9bcb8284be84"
            },
            "downloads": -1,
            "filename": "code_dictionary-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "eac04c6e67eedad094a5ce351e72fff5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 1526485,
            "upload_time": "2025-07-24T12:31:09",
            "upload_time_iso_8601": "2025-07-24T12:31:09.087597Z",
            "url": "https://files.pythonhosted.org/packages/06/5b/65086cd2799705aaf4c4acab5e301746968ab23cd53563aa31d7bf3fca98/code_dictionary-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dade88f24d65f2753386e266c3b3d40df4f6cf8aefcb615d23e2c6758ce747f5",
                "md5": "c8d5347e27122bfd2c03a713106ac39a",
                "sha256": "3b4a28cef36036ac56c306ebab2cdfb509b142e53702fb659cd86db9531d7cfd"
            },
            "downloads": -1,
            "filename": "code_dictionary-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c8d5347e27122bfd2c03a713106ac39a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 1461192,
            "upload_time": "2025-07-24T12:31:10",
            "upload_time_iso_8601": "2025-07-24T12:31:10.590306Z",
            "url": "https://files.pythonhosted.org/packages/da/de/88f24d65f2753386e266c3b3d40df4f6cf8aefcb615d23e2c6758ce747f5/code_dictionary-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-24 12:31:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "alexiej",
    "github_project": "code-dictionary",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "code-dictionary"
}
        
Elapsed time: 0.53476s