Metadata-Version: 2.4
Name: mayaku
Version: 0.1.0
Summary: A Python library named mayaku
Home-page: https://github.com/datamarkin/mayaku
Author: Emrah NAZIF
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/datamarkin/mayaku
Project-URL: Bug Tracker, https://github.com/datamarkin/mayaku/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# mayaku

A dummy Python library named mayaku.

## Installation

```bash
pip install mayaku
```

## Usage

```python
import mayaku

# Print version
print(mayaku.__version__)

# Call the hello function
print(mayaku.hello())
```

## Features

- Simple hello function
- Lightweight and easy to use

## License

MIT License
