File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # python- bitkub
2- Bitkub client work both sync and async
1+ # bitkub-python
2+ A Python wrapper for Bitkub API
Original file line number Diff line number Diff line change 1+ """An unofficial Python wrapper for Bitkub API
2+
3+ """
4+
5+ __version__ = "0.0.1"
Original file line number Diff line number Diff line change 1+ [project ]
2+ name =" bitkub-python"
3+ version =" 0.0.1"
4+ authors =[{name =" Praphan Klairith" , email =" p.klairith@gmail.com" }]
5+ description =" A Python wrapper for Bitkub API"
6+ requires-python = " >=3.7"
7+ readme = " README.md"
8+ classifiers =[
9+ " Programming Language :: Python :: 3" ,
10+ " License :: OSI Approved :: MIT License" ,
11+ " Operating System :: OS Independent"
12+ ]
13+
14+ [project .urls ]
15+ "Homepage" = " https://github.com/xbklairith/bitkub-python"
16+ "Bug Tracker" = " https://github.com/xbklairith/bitkub-python/issues"
You can’t perform that action at this time.
0 commit comments