Metadata-Version: 2.4
Name: pymedic
Version: 1.0.0
Summary: A lightweight Python environment scanner.
Author: Barath.R
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich
Dynamic: license-file

🩺 PyMedic

   *PyMedic is a lightweight Python library that scans your Python environment and displays useful information in a clean, colorful terminal interface.

# #Features# #

    - Python Version
    - Python Implementation
    - Operating System
    - Architecture
    - Python Executable Path
    - Current Working Directory
    - Virtual Environment Status
    - Virtual Environment Name
    - Pip Version
    - Installed Package List
    - Package Versions
    - Total Installed Packages

**Installation:**
##########################################
  pip install pymedic
##########################################


**Usage:**
#####################################################
     from pymedic import Medic
     Medic().scan()
#####################################################

**Requirements**
    - Python 3.8+
    - rich

**License:**
    MIT License



