Metadata-Version: 2.4
Name: enventor
Version: 0.1.0
Summary: A simple greeting package for demonstration purposes
Author-email: Osmosis AI <andy@osmosis.ai>
License: Apache-2.0
Project-URL: Homepage, https://github.com/osmosis-ai/enventor
Project-URL: Repository, https://github.com/osmosis-ai/enventor
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Enventor

A simple greeting package for demonstration purposes.

## Installation

```bash
pip install enventor
```

## Usage

```python
import enventor

message = enventor.greet()
print(message)  # Output: Hello from Osmosis!
```

## License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

## Author

Osmosis AI - andy@osmosis.ai
