Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6236c5981b | ||
|
|
27bd528883 | ||
|
|
63dfedc917 | ||
|
|
006bda53c1 | ||
|
|
201f720843 | ||
|
|
8d03171925 |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,4 +3,5 @@ like.py
|
||||
venv/
|
||||
__pycache__/
|
||||
dist
|
||||
itd_sdk.egg-info
|
||||
itd_sdk.egg-info
|
||||
nowkie.gif
|
||||
@@ -27,6 +27,7 @@ class ReportTargetReason(Enum):
|
||||
class AttachType(Enum):
|
||||
AUDIO = 'audio'
|
||||
IMAGE = 'image'
|
||||
VIDEO = 'video'
|
||||
|
||||
class PostsTab(Enum):
|
||||
FOLLOWING = 'following'
|
||||
|
||||
0
itd/models/__init__.py
Normal file
0
itd/models/__init__.py
Normal file
0
itd/routes/__init__.py
Normal file
0
itd/routes/__init__.py
Normal file
BIN
nowkie.gif
BIN
nowkie.gif
Binary file not shown.
|
Before Width: | Height: | Size: 13 MiB |
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "itd-sdk"
|
||||
version = "0.2.0"
|
||||
version = "1.0.1"
|
||||
description = "ITD client for python"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
|
||||
Reference in New Issue
Block a user