Metadata-Version: 2.4
Name: dsl_modulo
Version: 0.1.0
Summary: A domain-specific language module
Author: Your Name
Author-email: your.email@example.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# DSL Modulo

A Python module for domain-specific language processing.

## Installation

```bash
pip install dsl_modulo
```

## Usage

```python
import dsl_modulo
```

## License

MIT
