{"id":26563689,"url":"https://github.com/0dminnimda/pynalyser","last_synced_at":"2025-03-22T16:16:53.539Z","repository":{"id":37059503,"uuid":"397992307","full_name":"0dminnimda/pynalyser","owner":"0dminnimda","description":"Static Python Code Analyzer","archived":false,"fork":false,"pushed_at":"2023-03-06T01:32:50.000Z","size":768,"stargazers_count":32,"open_issues_count":8,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-21T15:51:48.337Z","etag":null,"topics":["analysis","code-analysis","collaborate","ghdesktop","github","python","python3","student-vscode","type-checker"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0dminnimda.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-19T15:36:13.000Z","updated_at":"2024-08-18T00:20:43.000Z","dependencies_parsed_at":"2023-02-01T01:20:12.033Z","dependency_job_id":null,"html_url":"https://github.com/0dminnimda/pynalyser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0dminnimda%2Fpynalyser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0dminnimda%2Fpynalyser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0dminnimda%2Fpynalyser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0dminnimda%2Fpynalyser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0dminnimda","download_url":"https://codeload.github.com/0dminnimda/pynalyser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244966523,"owners_count":20539797,"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":["analysis","code-analysis","collaborate","ghdesktop","github","python","python3","student-vscode","type-checker"],"created_at":"2025-03-22T16:16:53.102Z","updated_at":"2025-03-22T16:16:53.533Z","avatar_url":"https://github.com/0dminnimda.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Pynalyser Logo](https://raw.githubusercontent.com/0dminnimda/pynalyser/main/docs/_static/logo.svg)\n\n\u003ch1 align=\"center\"\u003eStatic Python Code Analyzer\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/0dminnimda/pynalyser/blob/main/LICENSE\"\u003e\n        \u003cimg alt=\"GitHub\" src=\"https://img.shields.io/github/license/0dminnimda/pynalyser\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://pypi.org/project/pynalyser/\"\u003e\n        \u003cimg alt=\"PyPI - Python Version\" src=\"https://img.shields.io/pypi/pyversions/pynalyser\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://pypi.org/project/pynalyser/\"\u003e\n        \u003cimg alt=\"PyPI\" src=\"https://img.shields.io/pypi/v/pynalyser\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://pynalyser.readthedocs.io/\"\u003e\n        \u003cimg alt=\"Link to the documentation\" src=\"https://readthedocs.org/projects/pynalyser/badge/?version=latest\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/0dminnimda/pynalyser\"\u003e\n        \u003cimg alt=\"GitHub Repo stars\" src=\"https://img.shields.io/github/stars/0dminnimda/pynalyser?style=social\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n\u003c!-- I don't want it --\u003e\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n\u003c!-- not yet, but in the future! --\u003e\n\u003c!-- \u003cp align=\"center\"\u003ePowerful static analysis open to the public to explore and create amazing tools for the Python environment\u003c/p\u003e --\u003e\n\n\u003cbr\u003e\n\n## 🎯 The goals of Pynalyser are\n\n- to deeply analyze and check your Python code for types and other information\n- not to require any additional information such as annotations\n- to be cross-platform and do not oblige additional installation\n- to be modular and easily expandable\n\u003c!-- - being able to choose between enforcing ... --\u003e\n\n## 🗺 Mini roadmap\n\n- [X] More convenient representation of code\n- [ ] 👨‍🔧 Type inference\n- [ ] Symbolic evaluation\n- [ ] VSCode extension with smart hints and refactoring options\n\n## ✔ Installation\n\nPynalyser is available on [PyPI](https://pypi.org/project/pynalyser/)\n\n```console\npip install pynalyser\n```\n\n## 📃 Documentation\n\nThe documentation is available [here](https://pynalyser.readthedocs.io/).\n\n## 🏭 Repository structure\n\n- The `docs` directory contains the documentation for the package.\n- The `pynalyser` directory contains the pynalyser source (the package itself).\n- The `requirements` directory contains the PyPi requirements files for the pynalyser package.\n- The `tests` directory contains the test suite for the pynalyser package.\n\n## 👀 Changelog\n\nWant to see what is happening in here?  \nLook into the [`CHANGELOG.md`](https://github.com/0dminnimda/pynalyser/blob/main/CHANGELOG.md)!\n\n## 💗 Thanks for your contributions\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/0dminnimda\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/52697657?v=4?s=100\" width=\"100px;\" alt=\"0dminnimda\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e0dminnimda\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/0dminnimda/pynalyser/commits?author=0dminnimda\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/0dminnimda/pynalyser/commits?author=0dminnimda\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/0dminnimda/pynalyser/commits?author=0dminnimda\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"#design-0dminnimda\" title=\"Design\"\u003e🎨\u003c/a\u003e \u003ca href=\"#infra-0dminnimda\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e \u003ca href=\"https://github.com/0dminnimda/pynalyser/pulls?q=is%3Apr+reviewed-by%3A0dminnimda\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/wert-rar\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/72702040?v=4?s=100\" width=\"100px;\" alt=\"wert-rar\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ewert-rar\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/0dminnimda/pynalyser/commits?author=wert-rar\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/groesie\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/56902389?v=4?s=100\" width=\"100px;\" alt=\"globe\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eglobe\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/0dminnimda/pynalyser/commits?author=groesie\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/9gl\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/67200542?v=4?s=100\" width=\"100px;\" alt=\"Gunjan Lunkad\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGunjan Lunkad\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#infra-9gl\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/PhlegmaticGregoire\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/74172850?v=4?s=100\" width=\"100px;\" alt=\"PhlegmaticGregoire\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePhlegmaticGregoire\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/0dminnimda/pynalyser/commits?author=PhlegmaticGregoire\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n## 🌟 Thanks to everyone who starred the repository on GitHub\n\n[![Stargazers repo roster for @0dminnimda/pynalyser](https://reporoster.com/stars/dark/0dminnimda/pynalyser)](https://github.com/0dminnimda/pynalyser/stargazers)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0dminnimda%2Fpynalyser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0dminnimda%2Fpynalyser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0dminnimda%2Fpynalyser/lists"}