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

## Installation

```bash
pip install evernight
```

## Usage

```python
import evernight

print(evernight.__version__)
```

## Development

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