Metadata-Version: 2.4
Name: soai-setup
Version: 0.1.0
Summary: SoAI 2025 internship tech stack installer CLI tool
Home-page: https://code.swecha.org/Akshay06/soai-2025.techstack-setup.git
Author: Akshayy06
Author-email: yaraakshaykumar22@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# 🛠️ SoAI 2025 Internship Tech Stack Setup

**`soai-2025`** is a command-line tool that automates the installation of all the essential technologies required for the **SoAI 2025 Internship** program.

With a single command, you'll be up and running with:
- Core development tools
- Programming languages
- Python environment
- Useful VS Code extensions
- Required Python libraries

---

## 🚀 Installation

Install the CLI tool using `pip`:

```bash
pip install soai-2025

✅ Note: It’s recommended to use a virtual environment to avoid system-level conflicts.

## ⚙️ Usage

Once installed, run the setup:

soai-setup

The tool will:

    Verify and install Git

    Install Python 3.11+

    Install Visual Studio Code

    Add the following VS Code extensions:

        ms-python.python

        ms-toolsai.jupyter

        charliermarsh.ruff

        cline.dev-coder

    Install uv (a fast Python package manager)

    Install required Python packages: numpy, pandas, streamlit

    ## 📦 Requirements

    A machine with Linux, macOS, or WSL on Windows

    Python 3.6+

    Internet connection
