mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Merge pull request #240 from Davi0kProgramsThings/feature/documentation
Merge branch `Davi0kProgramsThings:feature/documentation` into branch `bitfinexcom:master`.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: bitfinex-api-py-ci
|
name: build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -1,5 +1,9 @@
|
|||||||
# bitfinex-api-py
|
# bitfinex-api-py
|
||||||
|
|
||||||
|
[](https://pypi.org/project/bitfinex-api-py/)
|
||||||
|
[](https://github.com/psf/black)
|
||||||
|

|
||||||
|
|
||||||
Official implementation of the [Bitfinex APIs (V2)](https://docs.bitfinex.com/docs) for `Python 3.8+`.
|
Official implementation of the [Bitfinex APIs (V2)](https://docs.bitfinex.com/docs) for `Python 3.8+`.
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
@@ -12,7 +16,7 @@ Official implementation of the [Bitfinex APIs (V2)](https://docs.bitfinex.com/do
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```console
|
```console
|
||||||
python3 -m pip install --pre bitfinex-api-py
|
python3 -m pip install bitfinex-api-py
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
4
setup.py
4
setup.py
@@ -1,10 +1,8 @@
|
|||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
|
|
||||||
from bfxapi._version import __version__
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="bitfinex-api-py",
|
name="bitfinex-api-py",
|
||||||
version=__version__,
|
version="3.0.0",
|
||||||
description="Official Bitfinex Python API",
|
description="Official Bitfinex Python API",
|
||||||
long_description=(
|
long_description=(
|
||||||
"A Python reference implementation of the Bitfinex API "
|
"A Python reference implementation of the Bitfinex API "
|
||||||
|
|||||||
Reference in New Issue
Block a user