Metadata-Version: 2.4
Name: syk4y
Version: 1.0.1
Summary: A simple utility package for organization Syk4y
Project-URL: Homepage, https://github.com/taiduc1001/syk4y
Project-URL: Issues, https://github.com/taiduc1001/syk4y/issues
Author-email: Duc Tai Phan <phantaiduc2005@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Syk4y utility package

A simple utility package for organization Syk4y

## Installation

```bash
pip install syk4y
```

## Usage

```python
from syk4y import inspect

# Example usage
inspect(some_variable)
```

## License

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