Your All-in-One Python Project Analyzer
Project description
Astrix
Astrix: Your All-in-One Python Project Analyzer
Astrix is a comprehensive tool designed to analyze and optimize Python projects by checking dependencies, code quality metrics, documentation, and much more.
Features
Astrix comes with a set of powerful commands to help you analyze, manage, and optimize your Python projects.
-
analyze: Analyze functions in a given Python file for various metrics like cyclomatic complexity.
astrix analyze <filepath>
-
callgraph: Generate a call graph of the specified Python file to visualize function dependencies.
astrix callgraph <filepath>
-
class-info: Analyze the specified Python file and generate a class hierarchy diagram.
astrix class-info <filepath>
-
maintainability: Analyze the maintainability index and Halstead metrics for the given Python file.
astrix maintainability <filepath>
-
deps: Analyze the specified Python file and return a list of dependencies, and return various information such as dependency name, its description, its documentation link and the github url
astrix deps <filepath>
-
install: Create a virtual environment for the current project and install dependencies from a specified file (e.g., requirements.txt), if the file is not provided, it simply creates a virtual environment.
astrix install <filepath>
-
delete: Delete the virtual environment associated with the current project.
astrix delete <venv-name>
Installation
You can install Astrix using:
pip install astrix
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file astrix-0.1.6.tar.gz.
File metadata
- Download URL: astrix-0.1.6.tar.gz
- Upload date:
- Size: 23.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.7 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0bf6d0ecb0fd343ce1358ebc1e155096f039a1f129af148734e93951555b4ed
|
|
| MD5 |
5e546b71c1174c5163fb00fcda1a2c79
|
|
| BLAKE2b-256 |
94ffd04507e4d745cd71138b68c0ef09ec7d73851808406dc369283fa809d4f2
|
File details
Details for the file astrix-0.1.6-py3-none-any.whl.
File metadata
- Download URL: astrix-0.1.6-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.7 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8bc63a60893a9038f0d843d22b851551dbf04bf6a6d7f56232dcccdc3fcf7c2a
|
|
| MD5 |
2aa1900a4355ab19997056839023eef5
|
|
| BLAKE2b-256 |
0ad6ee4a7badd9635742ea1a2b90f923cf223766f6d780549b71f3371e60b8b0
|