tinycards-python-api:Duolingo提供的非官方的Tinycards Python API

时间:2024-06-03 19:34:50
【文件属性】:

文件名称:tinycards-python-api:Duolingo提供的非官方的Tinycards Python API

文件大小:77KB

文件格式:ZIP

更新时间:2024-06-03 19:34:50

python api tinycards Python

:warning: 由于Tinycards已于2020年9月1日,因此将不再维护该存储库。 Tinycards Python API 提供的非官方的 API。 安装 从PyPI安装 最简单的入门方法是像这样简单地安装库: $ pip install tinycards 从源安装 如果要修改库的源代码并在本地尝试更改,则可能要考虑从源代码进行构建,其工作方式如下: 确保已安装带有Setuptools的Python。 在项目的根文件夹中,使用pip安装: $ pip install . 用法 以下是一些最常用的功能列表。 有关更实际的示例,请参见csv_to_deck.py脚本。 初始化新客户 >> > # A new client with the given identification (e.g., mail address) and password. >> > client =


【文件预览】:
tinycards-python-api-master
----test-requirements.txt(76B)
----requirements.txt(2B)
----.mypy.ini(132B)
----examples()
--------example.csv(132B)
--------csv_to_deck.py(1KB)
----temporary_logo.png(13KB)
----.travis.yml(3KB)
----LICENSE(1KB)
----tinycards()
--------networking()
--------client()
--------model()
--------__init__.py(119B)
----setup.py(1KB)
----README.md(5KB)
----tests()
--------image_utils_test.py(2KB)
--------user_test.py(2KB)
--------client_test.py(3KB)
--------deck_test.py(2KB)
--------integration_test.py(10KB)
--------json_conversion_test.py(1KB)
--------test_logo_red.png(20KB)
--------test_logo_blue.jpg(7KB)
----.gitignore(218B)

网友评论