Merge pull request #240 from Davi0kProgramsThings/feature/documentation

Merge branch `Davi0kProgramsThings:feature/documentation` into branch `bitfinexcom:master`.
This commit is contained in:
Dario Moceri
2024-04-08 17:07:11 +02:00
committed by GitHub
3 changed files with 7 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
name: bitfinex-api-py-ci
name: build
on:
push:

View File

@@ -1,5 +1,9 @@
# bitfinex-api-py
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/bitfinex-api-py)](https://pypi.org/project/bitfinex-api-py/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
![GitHub Action](https://github.com/bitfinexcom/bitfinex-api-py/actions/workflows/build.yml/badge.svg)
Official implementation of the [Bitfinex APIs (V2)](https://docs.bitfinex.com/docs) for `Python 3.8+`.
### Features
@@ -12,7 +16,7 @@ Official implementation of the [Bitfinex APIs (V2)](https://docs.bitfinex.com/do
## Installation
```console
python3 -m pip install --pre bitfinex-api-py
python3 -m pip install bitfinex-api-py
```
---

View File

@@ -1,10 +1,8 @@
from distutils.core import setup
from bfxapi._version import __version__
setup(
name="bitfinex-api-py",
version=__version__,
version="3.0.0",
description="Official Bitfinex Python API",
long_description=(
"A Python reference implementation of the Bitfinex API "