Metadata-Version: 2.4
Name: lumendb
Version: 0.1.0
Summary: LumenDB - A modern database solution
Project-URL: Homepage, https://github.com/andrewwade/lumendb
Project-URL: Issues, https://github.com/andrewwade/lumendb/issues
Project-URL: Documentation, https://github.com/andrewwade/lumendb#readme
Author: Andrew Wade
License: MIT
Keywords: database,db,sql
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Database
Requires-Python: >=3.8
Requires-Dist: click>=8.0.0
Requires-Dist: rich>=10.0.0
Description-Content-Type: text/markdown

# LumenDB

A modern database solution.

## Installation

```bash
pip install lumendb
```

## Usage

```python
from lumendb import Database

# Initialize database
db = Database()

# More usage examples coming soon...
```

## Features

- Feature 1 (coming soon)
- Feature 2 (coming soon)

## License

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

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request. 