Skip to content

Commit 7726a47

Browse files
committed
init repos
1 parent 0879e3d commit 7726a47

4 files changed

Lines changed: 23 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# python-bitkub
2-
Bitkub client work both sync and async
1+
# bitkub-python
2+
A Python wrapper for Bitkub API

bitkub/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"""An unofficial Python wrapper for Bitkub API
2+
3+
"""
4+
5+
__version__ = "0.0.1"

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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"

pytest.ini

Whitespace-only changes.

0 commit comments

Comments
 (0)