Metadata-Version: 2.4
Name: rikpy
Version: 0.5.7
Summary: Python package by Rik
Project-URL: Homepage, https://github.com/rfp-byte/RikPy
Author-email: Rik <richard@blipi.me>
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

# RikPy

A Python package for Shopify API interactions.

## Installation

```bash
pip install rikpy
```

## Usage

```python
from RikPy import commonshopify

# Your code here
```

## Features

- Shopify API integration
- Product management
- Collection handling
- Inventory management
- And more...

## License

This project is licensed under the terms of the MIT license. 