1 Star 0 Fork 0

bit212/arxiv2kindle-recompile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 875 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dmitriy Serdyuk 提交于 2020-06-23 08:30 +08:00 . Start using arxiv api, change destinations
[tool.poetry]
name = "arxiv2kindle"
version = "0.1.3"
description = "A simple tool to recompile arxiv papers to kindle-like format."
authors = ["Dmitriy Serdyuk <dmitriy@serdyuk.cc>"]
readme = "README.md"
license = "MIT"
homepage = "https://github.com/dmitriy-serdyuk/arxiv2kindle"
repository = "https://github.com/dmitriy-serdyuk/arxiv2kindle"
keywords = ["arxiv", "latex", "kindle"]
packages = [
{ include = "arxiv2kindle.py" },
]
classifiers = [
"Environment :: Console",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
include = [
"LICENSE",
"README.md"
]
[tool.poetry.scripts]
arxiv2kindle = 'arxiv2kindle:run'
[tool.poetry.dependencies]
python = "^3.7"
arxiv = "^0.5.3"
requests = "*"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bit212/arxiv2kindle-recompile.git
git@gitee.com:bit212/arxiv2kindle-recompile.git
bit212
arxiv2kindle-recompile
arxiv2kindle-recompile
master

搜索帮助