{"id":13484266,"url":"https://github.com/pylint-dev/astroid","last_synced_at":"2025-12-11T22:47:58.836Z","repository":{"id":37502504,"uuid":"47649855","full_name":"pylint-dev/astroid","owner":"pylint-dev","description":"A common base representation of python source code for pylint and other projects","archived":false,"fork":false,"pushed_at":"2025-05-04T20:21:23.000Z","size":17500,"stargazers_count":543,"open_issues_count":183,"forks_count":288,"subscribers_count":23,"default_branch":"main","last_synced_at":"2025-05-04T20:37:54.556Z","etag":null,"topics":["ast","closember","hacktoberfest","inference-engine","parser","static-analysis","static-code-analysis"],"latest_commit_sha":null,"homepage":"https://pylint.readthedocs.io/projects/astroid/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pylint-dev.png","metadata":{"files":{"readme":"README.rst","changelog":"ChangeLog","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"tidelift":"pypi/astroid"}},"created_at":"2015-12-08T21:12:00.000Z","updated_at":"2025-05-04T19:51:42.000Z","dependencies_parsed_at":"2023-08-29T06:35:36.086Z","dependency_job_id":"ee564844-ae87-40a6-b6be-193a766e34ee","html_url":"https://github.com/pylint-dev/astroid","commit_stats":{"total_commits":4423,"total_committers":200,"mean_commits":22.115,"dds":0.8213881980556184,"last_synced_commit":"7a3b482b9673243d2ccc895672eb1e452f5daa82"},"previous_names":["PyCQA/astroid","pycqa/astroid"],"tags_count":206,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pylint-dev%2Fastroid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pylint-dev%2Fastroid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pylint-dev%2Fastroid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pylint-dev%2Fastroid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pylint-dev","download_url":"https://codeload.github.com/pylint-dev/astroid/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253765544,"owners_count":21960747,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ast","closember","hacktoberfest","inference-engine","parser","static-analysis","static-code-analysis"],"created_at":"2024-07-31T17:01:21.577Z","updated_at":"2025-12-11T22:47:58.802Z","avatar_url":"https://github.com/pylint-dev.png","language":"Python","readme":"Astroid\n=======\n\n.. image:: https://codecov.io/gh/pylint-dev/astroid/branch/main/graph/badge.svg?token=Buxy4WptLb\n    :target: https://codecov.io/gh/pylint-dev/astroid\n    :alt: Coverage badge from codecov\n\n.. image:: https://readthedocs.org/projects/astroid/badge/?version=latest\n    :target: http://astroid.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/ambv/black\n\n.. image:: https://results.pre-commit.ci/badge/github/pylint-dev/astroid/main.svg\n   :target: https://results.pre-commit.ci/latest/github/pylint-dev/astroid/main\n   :alt: pre-commit.ci status\n\n.. |tidelift_logo| image:: https://raw.githubusercontent.com/pylint-dev/astroid/main/doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White.png\n   :width: 200\n   :alt: Tidelift\n\n.. list-table::\n   :widths: 10 100\n\n   * - |tidelift_logo|\n     - Professional support for astroid is available as part of the\n       `Tidelift Subscription`_.  Tidelift gives software development teams a single source for\n       purchasing and maintaining their software, with professional grade assurances\n       from the experts who know it best, while seamlessly integrating with existing\n       tools.\n\n.. _Tidelift Subscription: https://tidelift.com/subscription/pkg/pypi-astroid?utm_source=pypi-astroid\u0026utm_medium=referral\u0026utm_campaign=readme\n\n\n\nWhat's this?\n------------\n\nThe aim of this module is to provide a common base representation of\npython source code. It is currently the library powering pylint's capabilities.\n\nIt provides a compatible representation which comes from the `_ast`\nmodule.  It rebuilds the tree generated by the builtin _ast module by\nrecursively walking down the AST and building an extended ast. The new\nnode classes have additional methods and attributes for different\nusages. They include some support for static inference and local name\nscopes. Furthermore, astroid can also build partial trees by inspecting living\nobjects.\n\n\nInstallation\n------------\n\nExtract the tarball, jump into the created directory and run::\n\n    pip install .\n\n\nIf you want to do an editable installation, you can run::\n\n    pip install -e .\n\n\nIf you have any questions, please mail the code-quality@python.org\nmailing list for support. See\nhttp://mail.python.org/mailman/listinfo/code-quality for subscription\ninformation and archives.\n\nDocumentation\n-------------\nhttp://astroid.readthedocs.io/en/latest/\n\n\nPython Versions\n---------------\n\nastroid 2.0 is currently available for Python 3 only. If you want Python 2\nsupport, use an older version of astroid (though note that these versions\nare no longer supported).\n\nTest\n----\n\nTests are in the 'test' subdirectory. To launch the whole tests suite, you can use\neither `tox` or `pytest`::\n\n    tox\n    pytest\n","funding_links":["https://tidelift.com/funding/github/pypi/astroid","https://tidelift.com/subscription/pkg/pypi-astroid?utm_source=pypi-astroid\u0026utm_medium=referral\u0026utm_campaign=readme"],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpylint-dev%2Fastroid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpylint-dev%2Fastroid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpylint-dev%2Fastroid/lists"}