Metadata-Version: 2.4
Name: SutraMarathi
Version: 1.0.0
Summary: Marathi-based programming language interpreter
Home-page: https://sutramarathi.in
Author: Kishor Bhagwat
Author-email: Kishor Bhagwat <bhagwatkishor09@gmail.com>
License: MIT
Project-URL: Homepage, https://sutramarathi.in
Project-URL: Repository, https://github.com/YourGitHubUsername/SutraMarathi
Keywords: programming language,interpreter,Marathi,sutramarathi
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Interpreters
Classifier: Natural Language :: Marathi
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# SutraMarathi 🖋️

**SutraMarathi** ही एक मराठी भाषेत कोड लिहिण्यासाठीची प्रोग्रामिंग लँग्वेज आहे.  
ही Python वर आधारित आहे आणि मराठी keywords वापरते जेणेकरून प्रोग्रामिंग शिकणं सोपं होईल.

---

## ✨ Features
- मराठीत variables, loops, conditions, functions, classes
- Python सारखाच सिंटॅक्स पण मराठी keywords
- `.sm` file extension
- Single-line (`#> ...`) आणि multi-line comments (`#> ... <#`)
- File I/O, Error Handling, OOP सपोर्ट

---

## 📦 Installation
तुमच्या सिस्टीमवर Python 3.6+ असणे आवश्यक आहे.

### 1. Clone the repository
```bash
git clone https://github.com/username/SutraMarathi.git
cd SutraMarathi
