Metadata-Version: 2.4
Name: sidan-gin
Version: 0.1.7
Summary: A python library for Cardano development, compatible with Mesh and Whisky types.
License: Apache-2.0
License-File: LICENSE
Keywords: cardano
Author: HinsonSIDAN
Author-email: wongkahinhinson@gmail.com
Requires-Python: >3.11,<4.0.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: cardano-python-signing-module (>=0.1.0,<0.2.0)
Requires-Dist: cryptography (>=44.0.2,<45.0.0)
Requires-Dist: pycardano (>=0.12.3,<0.13.0)
Requires-Dist: requests (>=2.25,<3.0)
Project-URL: Documentation, https://github.com/sidan-lab/gin
Project-URL: Homepage, https://github.com/sidan-lab/gin
Description-Content-Type: text/markdown

<div align="center">
  <hr />
    <h2 align="center" style="border-bottom: none"><img style="position: relative; top: 0.25rem;" src="https://raw.githubusercontent.com/sidan-lab/brand_assets/main/sidan_s_square.png" alt="Whisky" height="30" /> Gin - Cardano Python SDK</h2>

[![Licence](https://img.shields.io/github/license/sidan-lab/gin)](https://github.com/sidan-lab/gin/blob/master/LICENSE)
[![Test](https://github.com/sidan-lab/gin/actions/workflows/build.yml/badge.svg)](https://github.com/sidan-lab/gin/actions/workflows/build.yml)
[![Publish](https://github.com/sidan-lab/bin/actions/workflows/publish.yml/badge.svg)](https://github.com/sidan-lab/bin/actions/workflows/publish.yml)

[![PyPi version](https://badgen.net/pypi/v/sidan_gin)](https://pypi.python.org/pypi/sidan_gin/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/sidan_gin)](https://pypi.python.org/pypi/sidan_gin/)
[![PyPI download month](https://img.shields.io/pypi/dm/sidan_gin)](https://pypi.python.org/pypi/sidan_gin/)

[![Twitter/X](https://img.shields.io/badge/Follow%20us-@sidan__lab-blue?logo=x&style=for-the-badge)](https://x.com/sidan_lab)

  <hr/>
</div>

# gin

Gin is a Python library for Cardano development, compatible with Mesh and Whisky types. It also re-export core logics implemented in Whisky to support stable serialization in Python. Supported features:

- Identical type system with Mesh and Whisky.
- Transaction signing
- Cipher data encryption and decryption

## Installation

```sh
pip install sidan_gin
```

## Getting Started

## Documentation

- Coming soon

![Alt](https://repobeats.axiom.co/api/embed/0446bd7a0e9d2cd208432845cda9182f263321cd.svg "Repobeats analytics image")

