Metadata-Version: 2.4
Name: py-calculator-test
Version: 0.1.2
Summary: Simple Python calculator package
Author: Mounika Beerelly
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# py-calculator
Python Calculator Package

## Installation
```bash
pip install py-calculator-mounika


### Python Extensions :
1. **Python (MS)** : Core Python support in VS code
    - Syntax highlighting
    - Intellisence (auto-complete)
    - Debugging
    - Running Python scripts directly
2. **Pylance** : Advanced language server for Python
    - Smart auto-completion
    - Type checking (with type hints)
    - Go-to definition, find references
3. **Black Formatter** : Automatic code formatting tool.
    - Consistent code style
    - Easy formatting with `Shift+Alt+F` or on `save`
4. **isort** : Automatically sorts Python imports.
    - Groups standard, third-party, and local imports
    - Avoids messy import sections
5. **Pylint** : Python linters that check for errors, coding standards, and style issues.
    - Detect syntax errors
    - Highlight unused variables/functions
    - Enforce naming conventions
6. **Python Docstring Generator** : Quickly generates docstrings for functions/classes.
    - Standardizes docstrings ("""Description""")
    - Can follow Google or NumPy style
7. **Jupyter** : Run Python notebooks inside VS Code.
    - Interactive code execution
    - Plotting, visualization
    - Step-by-step testing
8. **Code Runner** : Quickly run a Python snippet without creating a full script.
    - Run selected code
    - Shows output in the terminal
9. **Python Test Explorer** : GUI integration for running Python tests in VS Code.
    - Supports pytest, unittest, nose
    - Shows results in a tree view
10. **Visual Studio IntelliCode** : AI-assisted code suggestions for Python.
    - Predicts likely completions based on your code
    - Learns from your coding habits
11. **Rainbow CSV** : Highlights and formats CSV files in VS Code.
    - Colorizes CSV columns
    - Makes CSV easier to read
12. **Bracket Pair Colorizer** : Makes matching brackets visible.
    - Each pair of (), {}, [] is colored differently
    - Helps track nested structures
13. **Better Comments** : Makes comments more readable in VS Code.
    - Highlights TODO, FIXME, NOTE with colors
    - Improves code readability
14. **Python Debugger**
15. **Python Indent** :

