https://github.com/pylint-dev/astroid
ast closember hacktoberfest inference-engine parser static-analysis static-code-analysis
Score: 6.63200177739563
Last synced: about 1 hour ago
JSON representation
Repository metadata:
A common base representation of python source code for pylint and other projects
- Host: GitHub
- URL: https://github.com/pylint-dev/astroid
- Owner: pylint-dev
- License: lgpl-2.1
- Created: 2015-12-08T21:12:00.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2026-05-20T11:37:21.000Z (10 days ago)
- Last Synced: 2026-05-20T11:39:32.401Z (10 days ago)
- Topics: ast, closember, hacktoberfest, inference-engine, parser, static-analysis, static-code-analysis
- Language: Python
- Homepage: https://pylint.readthedocs.io/projects/astroid/en/latest/
- Size: 17.3 MB
- Stars: 576
- Watchers: 19
- Forks: 328
- Open Issues: 183
-
Metadata Files:
- Readme: README.rst
- Changelog: ChangeLog
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: .github/SECURITY.md
-
Funding:
- Tidelift: pypi/astroid
Dependencies
.github/workflows/backport.yml
actions
- tibdex/backport 2e217641d82d02ba0603f46b1aeedefb258890ac composite
.github/workflows/ci.yaml
actions
- actions/cache v3.3.1 composite
- actions/checkout v3.5.3 composite
- actions/download-artifact v3.0.2 composite
- actions/setup-python v4.7.0 composite
- actions/upload-artifact v3.1.2 composite
- codecov/codecov-action v3 composite
.github/workflows/codeql-analysis.yml
actions
- actions/checkout v3.5.3 composite
- github/codeql-action/analyze v2 composite
- github/codeql-action/autobuild v2 composite
- github/codeql-action/init v2 composite
.github/workflows/release-tests.yml
actions
- actions/checkout v3.5.3 composite
- actions/setup-python v4.7.0 composite
.github/workflows/release.yml
actions
- actions/checkout v3.5.3 composite
- actions/setup-python v4.7.0 composite
doc/requirements.txt
pypi
- furo ==2023.7.26
- sphinx *
pyproject.toml
pypi
- typing-extensions >=4.0.0;python_version<'3.11'
requirements_dev.txt
pypi
- black * development
- mypy * development
- pre-commit * development
- pylint * development
- ruff * development
requirements_full.txt
pypi
- PyQt6 *
- attrs *
- nose *
- numpy >=1.17.0
- python-dateutil *
- regex *
- six *
- typing_extensions >=4.4.0
- urllib3 >1,<2
requirements_minimal.txt
pypi
- contributors-txt >=0.7.4
- coverage *
- pytest *
- pytest-cov *
- tbump *