python-wrapper:用于Polympics API的Python包装器

时间:2021-03-08 00:33:58
【文件属性】:
文件名称:python-wrapper:用于Polympics API的Python包装器
文件大小:15KB
文件格式:ZIP
更新时间:2021-03-08 00:33:58
Python Polympics API Python包装器 该项目在PyPI上可用,并且可以通过以下方式安装 $ python3 -m pip install polympics (或者等价于您使用pip的情况。) 有关设置项目进行开发的说明,请参见下文。 设置 此项目需要Python3.9 +(不接受Python 4)。 根据您的操作系统,您可能可以从软件包管理器,外部PPA(如Deadsnakes)或。 该项目使用pipenv来管理依赖项。 首先,您需要从PyPI安装pipenv ,例如: $ python3 -m pip install pipenv 安装pipenv ,您可以创建虚拟环境并使用以下命令安装项目的依赖项 $ pipenv shell $ pipenv install 要另外安装开发依赖项,请执行 $ pipenv install -d 测验 自动化测试需要在127.0.
【文件预览】:
python-wrapper-main
----pyproject.toml(104B)
----Pipfile(355B)
----.github()
--------workflows()
----LICENSE(1KB)
----Pipfile.lock(19KB)
----setup.cfg(484B)
----.gitignore(20B)
----polympics()
--------pagination.py(2KB)
--------clients.py(6KB)
--------types.py(3KB)
--------__init__.py(196B)
----README.md(1KB)
----.flake8(65B)

网友评论