Metadata-Version: 2.1
Name: blincus-test
Version: 0.3
Summary: A Blincus payment processing package.
Home-page: https://github.com/nathan2002-hash/test-blincus-python
Author: Quixines
Author-email: nathan@quixines.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: requests>=2.25.1

# Blincus Python SDK

The Blincus Python SDK provides a simple way to interact with the Blincus API.

## Installation

You can install the package via pip:

```bash
pip install blincus
