Metadata-Version: 2.4
Name: openworlds
Version: 0.1.0
Summary: Open Worlds: A Python package for creating and managing open-world environments.
Home-page: https://github.com/openworlds-ai/openworlds-main
Author: Filip Djurdjevic
Author-email: filipdj98@gmail.com
License: Apache-2.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# mypackage

Initial OpenWorlds package.

## Installation

```bash
pip install openworlds
```

## Usage

```python
from openworlds import hello
print(hello())
```

