astrix


Nameastrix JSON
Version 0.1.7 PyPI version JSON
download
home_pageNone
SummaryYour All-in-One Python Project Analyzer
upload_time2024-10-02 17:34:51
maintainerNone
docs_urlNone
authorAshwin
requires_python<4.0,>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Astrix

<img alt="Astrix Logo" src="https://drive.google.com/thumbnail?id=1mKsoththfyIWg5l1gjKO0rRsGNrFpzeS" height="300" style="display: block;
    margin: 0 auto;"/>

[![PyPI version](https://badge.fury.io/py/astrix.svg)](https://badge.fury.io/py/astrix)
![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)
[![Downloads](https://static.pepy.tech/badge/astrix)](https://pepy.tech/project/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.
  
  ```bash
  astrix analyze <filepath>

- **callgraph**: Generate a call graph of the specified Python file to visualize function dependencies.
  
  ```bash
  astrix callgraph <filepath>

- **class-info**: Analyze the specified Python file and generate a class hierarchy diagram.
  
  ```bash
  astrix class-info <filepath>

- **maintainability**: Analyze the maintainability index and Halstead metrics for the given Python file.
  
  ```bash
  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
  
  ```bash
  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.
  
  ```bash
  astrix install <filepath>
  
- **delete**: Delete the virtual environment associated with the current project.
  
  ```bash
  astrix delete <venv-name>

---

## Installation

You can install Astrix using:

```bash
pip install astrix

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "astrix",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ashwin",
    "author_email": "ashwinrb74@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/29/be/bed7467689f3cf1d31255ea7a122fd939e800a6f7fec661815838f49c1b9/astrix-0.1.7.tar.gz",
    "platform": null,
    "description": "# Astrix\n\n<img alt=\"Astrix Logo\" src=\"https://drive.google.com/thumbnail?id=1mKsoththfyIWg5l1gjKO0rRsGNrFpzeS\" height=\"300\" style=\"display: block;\n    margin: 0 auto;\"/>\n\n[![PyPI version](https://badge.fury.io/py/astrix.svg)](https://badge.fury.io/py/astrix)\n![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)\n[![Downloads](https://static.pepy.tech/badge/astrix)](https://pepy.tech/project/astrix)\n\n**Astrix: Your All-in-One Python Project Analyzer**\n\nAstrix is a comprehensive tool designed to analyze and optimize Python projects by checking dependencies, code quality metrics, documentation, and much more.\n\n---\n\n## Features\n\nAstrix comes with a set of powerful commands to help you analyze, manage, and optimize your Python projects.\n\n- **analyze**: Analyze functions in a given Python file for various metrics like cyclomatic complexity.\n  \n  ```bash\n  astrix analyze <filepath>\n\n- **callgraph**: Generate a call graph of the specified Python file to visualize function dependencies.\n  \n  ```bash\n  astrix callgraph <filepath>\n\n- **class-info**: Analyze the specified Python file and generate a class hierarchy diagram.\n  \n  ```bash\n  astrix class-info <filepath>\n\n- **maintainability**: Analyze the maintainability index and Halstead metrics for the given Python file.\n  \n  ```bash\n  astrix maintainability <filepath>\n\n- **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\n  \n  ```bash\n  astrix deps <filepath>\n\n- **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.\n  \n  ```bash\n  astrix install <filepath>\n  \n- **delete**: Delete the virtual environment associated with the current project.\n  \n  ```bash\n  astrix delete <venv-name>\n\n---\n\n## Installation\n\nYou can install Astrix using:\n\n```bash\npip install astrix\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Your All-in-One Python Project Analyzer",
    "version": "0.1.7",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f86ffe1e8c8878821e3d3d34e746e624e4e48edb886ebb6fdf9e444aa1026d02",
                "md5": "024cb7712d995e026955e9fab78522e5",
                "sha256": "5b1c211d0e91c8363ce2e90e96ae1ecd1392304a67f758abd7bd3e51e9d83e84"
            },
            "downloads": -1,
            "filename": "astrix-0.1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "024cb7712d995e026955e9fab78522e5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 13252,
            "upload_time": "2024-10-02T17:34:50",
            "upload_time_iso_8601": "2024-10-02T17:34:50.400269Z",
            "url": "https://files.pythonhosted.org/packages/f8/6f/fe1e8c8878821e3d3d34e746e624e4e48edb886ebb6fdf9e444aa1026d02/astrix-0.1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "29bebed7467689f3cf1d31255ea7a122fd939e800a6f7fec661815838f49c1b9",
                "md5": "74fc6a21959be87e3b5737a1330a9079",
                "sha256": "be092bfacd71e80a080861998dc03f5067628be6b137ce57ed205d632f60cc07"
            },
            "downloads": -1,
            "filename": "astrix-0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "74fc6a21959be87e3b5737a1330a9079",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 23074,
            "upload_time": "2024-10-02T17:34:51",
            "upload_time_iso_8601": "2024-10-02T17:34:51.847078Z",
            "url": "https://files.pythonhosted.org/packages/29/be/bed7467689f3cf1d31255ea7a122fd939e800a6f7fec661815838f49c1b9/astrix-0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-02 17:34:51",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "astrix"
}
        
Elapsed time: 0.37617s