Metadata-Version: 2.1
Name: python-bit24
Version: 0.1.0
Summary: Unofficial Python SDK for Bit24
License: MIT
Author: AMiWR
Author-email: amiwrpremium@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: aiohttp (>=3.9.4,<4.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Description-Content-Type: text/markdown

# Bit24 Python SDK

[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/python-bit24)
![PyPI - Version](https://img.shields.io/pypi/v/python-bit24)
![PyPI - License](https://img.shields.io/pypi/l/python-bit24)
[![Documentation Status](https://readthedocs.org/projects/python-bitpin/badge/?version=latest)](https://python-bitpin.readthedocs.io/en/latest/?badge=latest)
[![Documentation Status](https://img.shields.io/badge/docs-mkdocs%20material-blue.svg?style=flat)](https://squidfunk.github.io/mkdocs-material/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![pydocstyle](https://img.shields.io/badge/pydocstyle-enabled-AD4CD3)](http://www.pydocstyle.org/en/stable/)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/amiwrpremium/python-bitpin/master.svg)](https://results.pre-commit.ci/latest/github/amiwrpremium/python-bitpin/master)
[![Release](https://github.com/amiwrpremium/python-bit24/actions/workflows/release.yml/badge.svg)](https://github.com/amiwrpremium/python-bit24/actions/workflows/release.yml)
[![Publish to PyPI](https://github.com/amiwrpremium/python-bit24/actions/workflows/publish.yml/badge.svg)](https://github.com/amiwrpremium/python-bit24/actions/workflows/publish.yml)
[![pages-build-deployment](https://github.com/amiwrpremium/python-bit24/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/amiwrpremium/python-bit24/actions/workflows/pages/pages-build-deployment)
[![generate_docs](https://github.com/amiwrpremium/python-bit24/actions/workflows/gen_docs.yml/badge.svg)](https://github.com/amiwrpremium/python-bit24/actions/workflows/gen_docs.yml)

Bit24 is a cryptocurrency exchange that allows users to buy and sell cryptocurrencies.

## Introduction

This is the Python SDK for Bit24. It provides a simple way to interact with the Bit24 API.

## Installation

Install using `pip` from [PyPI](https://pypi.org/project/python-bit24/):

```bash
pip install python-bit24
```

Or install from `git`

```bash
pip install git+https://github.com/amiwrpremium/python-bit24.git
```

## Quick Start

See [Quick Start](https://python-bit24.readthedocs.io/en/latest/usage/) for usage guide.

## Documentation

See [documentation](https://python-bit24.readthedocs.io/en/latest/).

## License

See [LICENSE](LICENSE).

## Disclaimer

This is an unofficial SDK. The SDK is provided as is and is not endorsed by Bit24, and I am in no way affiliated with
Bit24.


