mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2026-01-09 00:44:19 +01:00
13
.github/ISSUE_TEMPLATE
vendored
Normal file
13
.github/ISSUE_TEMPLATE
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#### Issue type
|
||||
- [ ] bug
|
||||
- [ ] missing functionality
|
||||
- [ ] performance
|
||||
- [ ] feature request
|
||||
|
||||
#### Brief description
|
||||
|
||||
#### Steps to reproduce
|
||||
-
|
||||
|
||||
##### Additional Notes:
|
||||
-
|
||||
15
.github/PULL_REQUEST_TEMPLATE
vendored
Normal file
15
.github/PULL_REQUEST_TEMPLATE
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
### Description:
|
||||
...
|
||||
|
||||
### Breaking changes:
|
||||
- [ ]
|
||||
|
||||
### New features:
|
||||
- [ ]
|
||||
|
||||
### Fixes:
|
||||
- [ ]
|
||||
|
||||
### PR status:
|
||||
- [ ] Version bumped
|
||||
- [ ] Change-log updated
|
||||
@@ -2,6 +2,7 @@
|
||||
This module is used to interact with the bitfinex api
|
||||
"""
|
||||
|
||||
from .version import __version__
|
||||
from .client import Client
|
||||
from .models import (Order, Trade, OrderBook, Subscription, Wallet,
|
||||
Position, FundingLoan, FundingOffer, FundingCredit)
|
||||
|
||||
5
bfxapi/version.py
Normal file
5
bfxapi/version.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""
|
||||
This module contains the current version of the bfxapi lib
|
||||
"""
|
||||
|
||||
__version__ = '0.0.1'
|
||||
Reference in New Issue
Block a user