simplelayout
Project description
3-simplelayout-package
简介
- 本次作业将大家完成的数据生成器进行打包,可供 pip 进行安装,发布到 PyPI。同时使用 Sphinx 构建文档,发布到 Read the Docs。
Sphinx is a powerful documentation generator that has many great features for writing technical documentation including:
- Generate web pages, printable PDFs, documents for e-readers (ePub), and more all from the same sources
- You can use reStructuredText or Markdown to write documentation
- An extensive system of cross-referencing code and documentation
- Syntax highlighted code samples
- A vibrant ecosystem of first and third-party extensions
-
Python 生态的文档大都以 Sphinx 进行发布,例如 Python 自身的官方文档、Pytorch 文档 等等。
-
Read the Docs 是一个可以自动化托管 Sphinx 文档的网站。
-
Read the Docs 有上手教程,参考。
要求
- 将个人完成的
2-simplelayout-generator项目中的simplelayout目录复制到本次作业的src目录下。 - 编写
setup.py- 参考官方文档,与 Packaging and distributing projects,正确配置
setuptools.setup(),确保能被pip正确安装,要求- package 名称设置为
simplelayout-github账号名 - 正确包含
src/simplelayout这个 package install_requires包含simplelayout的相关依赖- 正确配置
entry_points,使命令simplelayout对应simplelayout/__main__.py中的main()函数
- package 名称设置为
- 参考官方文档,与 Packaging and distributing projects,正确配置
- 参考 文档,正确打包
- 参考 文档,正确上传到 PyPI
- 根据参考教程,创建
docs目录,并创建Sphinx项目。- 在执行
sphinx-quickstart时输入相关信息 - Sphinx 默认使用 rst 格式(reStructuredText )编写文档,可进行配置使用 Markdown 进行文档编写。
- 选做:参考 配置 autodoc、napoleon 插件,自动生成 simplelayout 中的 docstring API。
- 在本地生成正确的 Sphinx 文档
- 在执行
- 注册 Read the Docs,将个人仓库中的文档正确托管
- 将个人项目 PyPI 仓库的链接、read the docs 链接以评论的方式发在
Feedback上
注意
本次作业的在线测试分为以下部分:
- 测试能否正确执行
pip install .
分值:1 分
- 测试能否正确执行
pip install .
simplelayout -h
分值:1 分
以上测试通过后,会在 Feedback 中打印相关信息(包括 PyPI 链接,生成图片),但不会对 PyPI、Read the Docs 自动测试
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simplelayout-YujieFeng20-0.0.0.tar.gz.
File metadata
- Download URL: simplelayout-YujieFeng20-0.0.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.1 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b1e3140cde732eba7d8a2ccfafc1834fb124a5409a23fb706b64668b4edbb34
|
|
| MD5 |
51ceb55b21b7489259952dd7e8aea8ef
|
|
| BLAKE2b-256 |
6230f2e2c9a90a5d6c63b76c1e2449dd7e58aa76333813d9baf33f1c45d8c459
|
File details
Details for the file simplelayout_YujieFeng20-0.0.0-py3-none-any.whl.
File metadata
- Download URL: simplelayout_YujieFeng20-0.0.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.1 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57c8fc4f3ba1543ade6e973ab1de78267ec71e5d23fa9c2aa0d2173cb96a1404
|
|
| MD5 |
bb91f66008d5fb729f93beb0552e31c1
|
|
| BLAKE2b-256 |
9c5e0e3c4af00178d7367217f4dad25e868a02f947a68ce535a5490d8af9e50e
|