Metadata-Version: 2.4
Name: march7
Version: 0.1.0
Summary: A Python package named march7
Project-URL: Homepage, https://github.com/yourusername/march7
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

# march7

A Python package named march7.

## Installation

```bash
pip install march7
```

## Usage

```python
import march7

print(march7.__version__)
```

## Development

```bash
pip install -e .
```
