initial commit
All checks were successful
Build and Upload Python Package / build (push) Successful in 52s

This commit is contained in:
ksyasuda
2024-09-07 19:34:48 -07:00
commit a1fd24c92d
10 changed files with 483 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
.git/*
dist/*
env/*
src/wallabag_api_client.egg-info
src/__pycache__/*
src/wallabag_api_client/__pycache__/*
src/wallabag_api_client/methods/__pycache__/*
tests/test.py