astdoc


Nameastdoc JSON
Version 1.1.5 PyPI version JSON
download
home_pageNone
SummaryA library for parsing AST and extracting docstring information in Python.
upload_time2025-03-15 05:41:07
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT License Copyright (c) 2020-present daizutabi <daizutabi@gmail.com> 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
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # astdoc

[![PyPI Version][pypi-v-image]][pypi-v-link]
[![Python Version][python-v-image]][python-v-link]
[![Build Status][GHAction-image]][GHAction-link]
[![Coverage Status][codecov-image]][codecov-link]

A lightweight Python library for parsing and analyzing abstract
syntax trees (AST) and extracting docstring information.
Designed to facilitate the documentation process, astdoc provides
tools for developers to easily access, manipulate, and generate
documentation from Python code.

<!-- Badges -->
[pypi-v-image]: https://img.shields.io/pypi/v/astdoc.svg
[pypi-v-link]: https://pypi.org/project/astdoc/
[python-v-image]: https://img.shields.io/pypi/pyversions/astdoc.svg
[python-v-link]: https://pypi.org/project/astdoc
[GHAction-image]: https://github.com/daizutabi/astdoc/actions/workflows/ci.yaml/badge.svg?branch=main&event=push
[GHAction-link]: https://github.com/daizutabi/astdoc/actions?query=event%3Apush+branch%3Amain
[codecov-image]: https://codecov.io/github/daizutabi/astdoc/coverage.svg?branch=main
[codecov-link]: https://codecov.io/github/daizutabi/astdoc?branch=main

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "astdoc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "daizutabi <daizutabi@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/8f/69/bce4e47ac650debdd6c874b807e3f582751d72bde043350d765bef8388e2/astdoc-1.1.5.tar.gz",
    "platform": null,
    "description": "# astdoc\n\n[![PyPI Version][pypi-v-image]][pypi-v-link]\n[![Python Version][python-v-image]][python-v-link]\n[![Build Status][GHAction-image]][GHAction-link]\n[![Coverage Status][codecov-image]][codecov-link]\n\nA lightweight Python library for parsing and analyzing abstract\nsyntax trees (AST) and extracting docstring information.\nDesigned to facilitate the documentation process, astdoc provides\ntools for developers to easily access, manipulate, and generate\ndocumentation from Python code.\n\n<!-- Badges -->\n[pypi-v-image]: https://img.shields.io/pypi/v/astdoc.svg\n[pypi-v-link]: https://pypi.org/project/astdoc/\n[python-v-image]: https://img.shields.io/pypi/pyversions/astdoc.svg\n[python-v-link]: https://pypi.org/project/astdoc\n[GHAction-image]: https://github.com/daizutabi/astdoc/actions/workflows/ci.yaml/badge.svg?branch=main&event=push\n[GHAction-link]: https://github.com/daizutabi/astdoc/actions?query=event%3Apush+branch%3Amain\n[codecov-image]: https://codecov.io/github/daizutabi/astdoc/coverage.svg?branch=main\n[codecov-link]: https://codecov.io/github/daizutabi/astdoc?branch=main\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2020-present daizutabi <daizutabi@gmail.com>  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.",
    "summary": "A library for parsing AST and extracting docstring information in Python.",
    "version": "1.1.5",
    "project_urls": {
        "Documentation": "https://daizutabi.github.io/astdoc/",
        "Issues": "https://github.com/daizutabi/astdoc/issues",
        "Source": "https://github.com/daizutabi/astdoc"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3de97fafe55cbbb85855ec746c69745a8f3477d00ca901a178887a56dca3c126",
                "md5": "2b338f2aed9145274e41f6a2fa22a0cc",
                "sha256": "0223fca92429a572f898898ed25c7877d3edede08d2b0f5f25768e549a1c74b7"
            },
            "downloads": -1,
            "filename": "astdoc-1.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2b338f2aed9145274e41f6a2fa22a0cc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 42602,
            "upload_time": "2025-03-15T05:41:06",
            "upload_time_iso_8601": "2025-03-15T05:41:06.242256Z",
            "url": "https://files.pythonhosted.org/packages/3d/e9/7fafe55cbbb85855ec746c69745a8f3477d00ca901a178887a56dca3c126/astdoc-1.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8f69bce4e47ac650debdd6c874b807e3f582751d72bde043350d765bef8388e2",
                "md5": "fa2a560369e28865bc9e272e62c4b01f",
                "sha256": "a58b0a1caf0a285e4f5a303bd49f828dad15d03471d25a155356ce74b5a33699"
            },
            "downloads": -1,
            "filename": "astdoc-1.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "fa2a560369e28865bc9e272e62c4b01f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 59662,
            "upload_time": "2025-03-15T05:41:07",
            "upload_time_iso_8601": "2025-03-15T05:41:07.194743Z",
            "url": "https://files.pythonhosted.org/packages/8f/69/bce4e47ac650debdd6c874b807e3f582751d72bde043350d765bef8388e2/astdoc-1.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-15 05:41:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "daizutabi",
    "github_project": "astdoc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "astdoc"
}
        
Elapsed time: 1.54106s