refactor: remove old way in this branch
This commit is contained in:
15
pandoc/.gitignore
vendored
15
pandoc/.gitignore
vendored
@@ -1,15 +0,0 @@
|
|||||||
## ======== Personal ========
|
|
||||||
# Ignore the log file of Pandoc plugin pandoc-tex-numbering
|
|
||||||
pandoc-tex-numbering.log
|
|
||||||
|
|
||||||
## ======== Python ========
|
|
||||||
# Python-generated files
|
|
||||||
__pycache__/
|
|
||||||
*.py[oc]
|
|
||||||
build/
|
|
||||||
dist/
|
|
||||||
wheels/
|
|
||||||
*.egg-info
|
|
||||||
|
|
||||||
# Virtual environments
|
|
||||||
.venv
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
3.11
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
# Pandoc Thesis Environment
|
|
||||||
|
|
||||||
适用于Pandoc,将LaTeX论文转换为DOCX格式论文的环境。
|
|
||||||
|
|
||||||
这是我一开始尝试的,使用Pandoc配合pandoc filter来实现论文转换的环境。后来我觉得不太好,就放弃,转而开发本项目,但这个环境还是留着。
|
|
||||||
|
|
||||||
# 用法
|
|
||||||
|
|
||||||
```bash
|
|
||||||
uv run pandoc <thesis.tex> \
|
|
||||||
-s \
|
|
||||||
-f latex -t docx \
|
|
||||||
--citeproc \
|
|
||||||
--metadata-file=meta.yaml \
|
|
||||||
-F pandoc-tex-numbering \
|
|
||||||
--resource-path <path-to-tex-dir> \
|
|
||||||
-o <thesis.docx>
|
|
||||||
```
|
|
||||||
|
|
||||||
参数解释:
|
|
||||||
|
|
||||||
- `-s`:Standalone模式
|
|
||||||
- `-f latex -t docx`:显式指定输入输出格式
|
|
||||||
- `--citeproc`:启用引用解析功能,不启用就没有引用标识
|
|
||||||
- `--metadata-file=meta.yaml`:指定元数据,包括:引用文献样式,以及pandoc-tex-numbering过滤器的相关配置
|
|
||||||
- `-F pandoc-tex-numbering`:使用pandoc-tex-numbering过滤器
|
|
||||||
- `--resource-path`:设置LaTeX资源文件夹,要找的图片等内容,都会在这个文件夹里找,一般来说,就是你LaTeX文件所在的文件夹
|
|
||||||
@@ -1,444 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" name-as-sort-order="all" sort-separator=" " demote-non-dropping-particle="never" initialize-with=" " initialize-with-hyphen="false" page-range-format="expanded" default-locale="zh-CN">
|
|
||||||
<info>
|
|
||||||
<title>China National Standard GB/T 7714-2005 (numeric, 中文)</title>
|
|
||||||
<id>http://www.zotero.org/styles/chinese-gb7714-2005-numeric</id>
|
|
||||||
<link href="http://www.zotero.org/styles/chinese-gb7714-2005-numeric" rel="self"/>
|
|
||||||
<link href="http://www.zotero.org/styles/china-national-standard-gb-t-7714-2015-numeric" rel="template"/>
|
|
||||||
<link href="https://std.samr.gov.cn/gb/search/gbDetailed?id=71F772D78562D3A7E05397BE0A0AB82A" rel="documentation"/>
|
|
||||||
<author>
|
|
||||||
<name>heromyth</name>
|
|
||||||
<email>zxpmyth@yahoo.com.cn</email>
|
|
||||||
</author>
|
|
||||||
<contributor>
|
|
||||||
<name>Zeping Lee</name>
|
|
||||||
<email>zepinglee@gmail.com</email>
|
|
||||||
</contributor>
|
|
||||||
<category citation-format="numeric"/>
|
|
||||||
<category field="generic-base"/>
|
|
||||||
<summary>The Chinese GB/T 7714-2005 numeric style</summary>
|
|
||||||
<updated>2024-09-18T20:42:19+00:00</updated>
|
|
||||||
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
|
|
||||||
</info>
|
|
||||||
<locale xml:lang="zh">
|
|
||||||
<date form="text">
|
|
||||||
<date-part name="year" suffix="年" range-delimiter="—"/>
|
|
||||||
<date-part name="month" form="numeric" suffix="月" range-delimiter="—"/>
|
|
||||||
<date-part name="day" suffix="日" range-delimiter="—"/>
|
|
||||||
</date>
|
|
||||||
<terms>
|
|
||||||
<term name="edition" form="short">版</term>
|
|
||||||
<term name="open-quote">“</term>
|
|
||||||
<term name="close-quote">”</term>
|
|
||||||
<term name="open-inner-quote">‘</term>
|
|
||||||
<term name="close-inner-quote">’</term>
|
|
||||||
</terms>
|
|
||||||
</locale>
|
|
||||||
<locale>
|
|
||||||
<date form="numeric">
|
|
||||||
<date-part name="year" range-delimiter="/"/>
|
|
||||||
<date-part name="month" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>
|
|
||||||
<date-part name="day" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>
|
|
||||||
</date>
|
|
||||||
<terms>
|
|
||||||
<term name="page-range-delimiter">-</term>
|
|
||||||
</terms>
|
|
||||||
</locale>
|
|
||||||
<!-- 主要责任者 -->
|
|
||||||
<macro name="author">
|
|
||||||
<names variable="author">
|
|
||||||
<name>
|
|
||||||
<name-part name="family" text-case="uppercase"/>
|
|
||||||
</name>
|
|
||||||
<!-- <institution/> -->
|
|
||||||
<substitute>
|
|
||||||
<names variable="composer"/>
|
|
||||||
<names variable="illustrator"/>
|
|
||||||
<names variable="director"/>
|
|
||||||
<choose>
|
|
||||||
<if variable="container-title" match="none">
|
|
||||||
<names variable="editor"/>
|
|
||||||
</if>
|
|
||||||
</choose>
|
|
||||||
</substitute>
|
|
||||||
</names>
|
|
||||||
</macro>
|
|
||||||
<!-- 题名 -->
|
|
||||||
<macro name="title">
|
|
||||||
<group delimiter=", ">
|
|
||||||
<group delimiter=": ">
|
|
||||||
<text variable="title"/>
|
|
||||||
<group delimiter=" ">
|
|
||||||
<choose>
|
|
||||||
<if variable="container-title" type="chapter entry-dictionary entry-encyclopedia paper-conference" match="none">
|
|
||||||
<text macro="volume"/>
|
|
||||||
<text variable="volume-title"/>
|
|
||||||
</if>
|
|
||||||
</choose>
|
|
||||||
<group delimiter=", ">
|
|
||||||
<choose>
|
|
||||||
<if type="patent">
|
|
||||||
<text macro="patent-country"/>
|
|
||||||
</if>
|
|
||||||
</choose>
|
|
||||||
<choose>
|
|
||||||
<if type="bill legal_case legislation patent regulation report standard" match="any">
|
|
||||||
<text variable="number"/>
|
|
||||||
</if>
|
|
||||||
</choose>
|
|
||||||
</group>
|
|
||||||
</group>
|
|
||||||
</group>
|
|
||||||
<choose>
|
|
||||||
<if variable="container-title" type="paper-conference" match="none">
|
|
||||||
<choose>
|
|
||||||
<if variable="event-date">
|
|
||||||
<text variable="event-place"/>
|
|
||||||
<date variable="event-date" form="text"/>
|
|
||||||
</if>
|
|
||||||
</choose>
|
|
||||||
</if>
|
|
||||||
</choose>
|
|
||||||
</group>
|
|
||||||
<group delimiter="/" prefix="[" suffix="]">
|
|
||||||
<text macro="type-id"/>
|
|
||||||
<text macro="medium-id"/>
|
|
||||||
</group>
|
|
||||||
</macro>
|
|
||||||
<!-- 书籍的卷号(“第 x 卷”或“第 x 册”) -->
|
|
||||||
<macro name="volume">
|
|
||||||
<choose>
|
|
||||||
<if type="article article-journal article-magazine article-newspaper periodical" match="none">
|
|
||||||
<choose>
|
|
||||||
<if is-numeric="volume">
|
|
||||||
<group delimiter=" ">
|
|
||||||
<label variable="volume" form="short" text-case="capitalize-first"/>
|
|
||||||
<text variable="volume"/>
|
|
||||||
</group>
|
|
||||||
</if>
|
|
||||||
<else>
|
|
||||||
<text variable="volume"/>
|
|
||||||
</else>
|
|
||||||
</choose>
|
|
||||||
</if>
|
|
||||||
</choose>
|
|
||||||
</macro>
|
|
||||||
<!-- 专利国别 -->
|
|
||||||
<macro name="patent-country">
|
|
||||||
<choose>
|
|
||||||
<!-- 专利的国别应使用 `jurisdiction`,但 Zotero 没有对应的字段,所以使用 `publisher-place` 作为备选 -->
|
|
||||||
<if variable="jurisdiction">
|
|
||||||
<text variable="jurisdiction"/>
|
|
||||||
</if>
|
|
||||||
<else>
|
|
||||||
<text variable="publisher-place"/>
|
|
||||||
</else>
|
|
||||||
</choose>
|
|
||||||
</macro>
|
|
||||||
<!-- 文献类型标识 -->
|
|
||||||
<macro name="type-id">
|
|
||||||
<choose>
|
|
||||||
<if type="article-journal article-magazine periodical" match="any">
|
|
||||||
<text value="J"/>
|
|
||||||
</if>
|
|
||||||
<else-if type="article-newspaper">
|
|
||||||
<text value="N"/>
|
|
||||||
</else-if>
|
|
||||||
<else-if type="book chapter classic entry-dictionary entry-encyclopedia" match="any">
|
|
||||||
<text value="M"/>
|
|
||||||
</else-if>
|
|
||||||
<else-if type="dataset">
|
|
||||||
<text value="DS"/>
|
|
||||||
</else-if>
|
|
||||||
<else-if type="paper-conference">
|
|
||||||
<text value="C"/>
|
|
||||||
</else-if>
|
|
||||||
<else-if type="patent">
|
|
||||||
<text value="P"/>
|
|
||||||
</else-if>
|
|
||||||
<else-if type="post post-weblog webpage" match="any">
|
|
||||||
<text value="EB"/>
|
|
||||||
</else-if>
|
|
||||||
<else-if type="report">
|
|
||||||
<text value="R"/>
|
|
||||||
</else-if>
|
|
||||||
<else-if type="software">
|
|
||||||
<text value="CP"/>
|
|
||||||
</else-if>
|
|
||||||
<else-if type="standard">
|
|
||||||
<text value="S"/>
|
|
||||||
</else-if>
|
|
||||||
<else-if type="thesis">
|
|
||||||
<text value="D"/>
|
|
||||||
</else-if>
|
|
||||||
<else-if variable="URL">
|
|
||||||
<text value="EB"/>
|
|
||||||
</else-if>
|
|
||||||
<else>
|
|
||||||
<text value="M"/>
|
|
||||||
</else>
|
|
||||||
</choose>
|
|
||||||
</macro>
|
|
||||||
<!-- 文献载体标识 -->
|
|
||||||
<macro name="medium-id">
|
|
||||||
<choose>
|
|
||||||
<if variable="medium">
|
|
||||||
<text variable="medium"/>
|
|
||||||
</if>
|
|
||||||
<else-if variable="URL">
|
|
||||||
<text value="OL"/>
|
|
||||||
</else-if>
|
|
||||||
</choose>
|
|
||||||
</macro>
|
|
||||||
<!-- 其他责任者 -->
|
|
||||||
<macro name="secondary-contributors">
|
|
||||||
<names variable="translator">
|
|
||||||
<name>
|
|
||||||
<name-part name="family" text-case="uppercase"/>
|
|
||||||
</name>
|
|
||||||
<!-- <institution/> -->
|
|
||||||
<label form="short" prefix=", "/>
|
|
||||||
</names>
|
|
||||||
</macro>
|
|
||||||
<!-- 专著主要责任者 -->
|
|
||||||
<macro name="container-contributors">
|
|
||||||
<names variable="editor">
|
|
||||||
<name>
|
|
||||||
<name-part name="family" text-case="uppercase"/>
|
|
||||||
</name>
|
|
||||||
<!-- <institution/> -->
|
|
||||||
<substitute>
|
|
||||||
<names variable="editorial-director"/>
|
|
||||||
<names variable="collection-editor"/>
|
|
||||||
<names variable="container-author"/>
|
|
||||||
</substitute>
|
|
||||||
</names>
|
|
||||||
</macro>
|
|
||||||
<!-- 专著题名 -->
|
|
||||||
<macro name="container-booklike">
|
|
||||||
<group delimiter=", ">
|
|
||||||
<choose>
|
|
||||||
<if variable="container-title">
|
|
||||||
<!-- 优先使用专著或会议论文集的题名 -->
|
|
||||||
<group delimiter=": ">
|
|
||||||
<text variable="container-title"/>
|
|
||||||
<text macro="volume"/>
|
|
||||||
</group>
|
|
||||||
</if>
|
|
||||||
<else-if type="paper-conference">
|
|
||||||
<!-- 有些会议没有论文集,使用会议名代替 -->
|
|
||||||
<text variable="event-title"/>
|
|
||||||
</else-if>
|
|
||||||
</choose>
|
|
||||||
<!-- 会议时间和会议地点 -->
|
|
||||||
<choose>
|
|
||||||
<if type="paper-conference" variable="event-date" match="all">
|
|
||||||
<date variable="event-date" form="text"/>
|
|
||||||
<text variable="event-place"/>
|
|
||||||
</if>
|
|
||||||
</choose>
|
|
||||||
</group>
|
|
||||||
</macro>
|
|
||||||
<!-- 连续出版物中的出处项 -->
|
|
||||||
<macro name="container-periodical">
|
|
||||||
<choose>
|
|
||||||
<if type="article-newspaper">
|
|
||||||
<!-- 报纸的出处项:“刊名, 出版日期(版次): 页码[引用日期]” -->
|
|
||||||
<group delimiter=", ">
|
|
||||||
<text variable="container-title"/>
|
|
||||||
<text macro="issued-date"/>
|
|
||||||
</group>
|
|
||||||
<text variable="page" prefix="(" suffix=")"/>
|
|
||||||
</if>
|
|
||||||
<else>
|
|
||||||
<!-- 期刊、杂志的出处项:“刊名, 年, 卷(期): 页码[引用日期]” -->
|
|
||||||
<group delimiter=": ">
|
|
||||||
<group>
|
|
||||||
<group delimiter=", ">
|
|
||||||
<text variable="container-title"/>
|
|
||||||
<text macro="issued-year"/>
|
|
||||||
<text variable="volume"/>
|
|
||||||
</group>
|
|
||||||
<text variable="issue" prefix="(" suffix=")"/>
|
|
||||||
</group>
|
|
||||||
<text variable="page"/>
|
|
||||||
</group>
|
|
||||||
</else>
|
|
||||||
</choose>
|
|
||||||
<text macro="accessed-date"/>
|
|
||||||
</macro>
|
|
||||||
<!-- 版本项 -->
|
|
||||||
<macro name="edition">
|
|
||||||
<choose>
|
|
||||||
<if is-numeric="edition">
|
|
||||||
<group delimiter=" ">
|
|
||||||
<number variable="edition" form="ordinal"/>
|
|
||||||
<label variable="edition" form="short"/>
|
|
||||||
</group>
|
|
||||||
</if>
|
|
||||||
<else>
|
|
||||||
<text variable="edition"/>
|
|
||||||
</else>
|
|
||||||
</choose>
|
|
||||||
</macro>
|
|
||||||
<!-- 连续出版物的年卷期 -->
|
|
||||||
<macro name="year-volume-issue">
|
|
||||||
<group delimiter=", ">
|
|
||||||
<text macro="issued-year"/>
|
|
||||||
<text variable="volume"/>
|
|
||||||
</group>
|
|
||||||
<text variable="issue" prefix="(" suffix=")"/>
|
|
||||||
</macro>
|
|
||||||
<!-- 出版项 -->
|
|
||||||
<macro name="publisher">
|
|
||||||
<choose>
|
|
||||||
<if type="patent">
|
|
||||||
<!-- 专利的出版项格式“公告日期[引用日期]” -->
|
|
||||||
<text macro="issued-date"/>
|
|
||||||
<text macro="accessed-date"/>
|
|
||||||
</if>
|
|
||||||
<else-if type="book chapter paper-conference periodical thesis" variable="archive archive-place publisher publisher-place page" match="any">
|
|
||||||
<!-- 非纯电子资源的格式“出版地: 出版者, 出版年: 页码[引用日期]” -->
|
|
||||||
<group delimiter=": ">
|
|
||||||
<group delimiter=", ">
|
|
||||||
<group delimiter=": ">
|
|
||||||
<choose>
|
|
||||||
<if variable="publisher publisher-place" match="any">
|
|
||||||
<text variable="publisher-place"/>
|
|
||||||
<text variable="publisher"/>
|
|
||||||
</if>
|
|
||||||
<else>
|
|
||||||
<!-- 档案的馆藏地以及收藏机构或单位 -->
|
|
||||||
<text variable="archive-place"/>
|
|
||||||
<text variable="archive"/>
|
|
||||||
</else>
|
|
||||||
</choose>
|
|
||||||
</group>
|
|
||||||
<text macro="issued-year"/>
|
|
||||||
</group>
|
|
||||||
<text variable="page"/>
|
|
||||||
</group>
|
|
||||||
<text macro="accessed-date"/>
|
|
||||||
</else-if>
|
|
||||||
<else-if variable="URL">
|
|
||||||
<!-- 纯电子资源联机网络文献的格式“(更新或修改日期)[引用日期]”。
|
|
||||||
原国标中,电子公告、无出版社的报告、法规等文献都可以作为“纯电子文献”。
|
|
||||||
-->
|
|
||||||
<text macro="issued-date" prefix="(" suffix=")"/>
|
|
||||||
<text macro="accessed-date"/>
|
|
||||||
</else-if>
|
|
||||||
<else>
|
|
||||||
<text macro="issued-year"/>
|
|
||||||
</else>
|
|
||||||
</choose>
|
|
||||||
</macro>
|
|
||||||
<!-- 出版年 -->
|
|
||||||
<macro name="issued-year">
|
|
||||||
<choose>
|
|
||||||
<if variable="issued">
|
|
||||||
<choose>
|
|
||||||
<if is-uncertain-date="issued">
|
|
||||||
<!-- 出版年无法确定时, 估计的出版年应置于方括号内。 -->
|
|
||||||
<date variable="issued" form="numeric" date-parts="year" prefix="[" suffix="]"/>
|
|
||||||
</if>
|
|
||||||
<else>
|
|
||||||
<date variable="issued" form="numeric" date-parts="year"/>
|
|
||||||
</else>
|
|
||||||
</choose>
|
|
||||||
</if>
|
|
||||||
<else-if type="article-journal" variable="available-date" match="all">
|
|
||||||
<!-- 网络首发(advance online publication)的期刊文章的日期使用 available-date -->
|
|
||||||
<date variable="available-date" form="numeric" date-parts="year"/>
|
|
||||||
</else-if>
|
|
||||||
<else>
|
|
||||||
<!-- 选取引用日期的年份作为估计的出版年 -->
|
|
||||||
<date variable="accessed" form="numeric" date-parts="year" prefix="[" suffix="]"/>
|
|
||||||
</else>
|
|
||||||
</choose>
|
|
||||||
</macro>
|
|
||||||
<!-- 出版日期,用于报纸文献、专利的“公告日期或公开日期”、电子资源的“更新或修改日期” -->
|
|
||||||
<macro name="issued-date">
|
|
||||||
<date variable="issued" form="numeric"/>
|
|
||||||
</macro>
|
|
||||||
<!-- 引用日期 -->
|
|
||||||
<macro name="accessed-date">
|
|
||||||
<choose>
|
|
||||||
<if variable="URL">
|
|
||||||
<date variable="accessed" form="numeric" prefix="[" suffix="]"/>
|
|
||||||
</if>
|
|
||||||
</choose>
|
|
||||||
</macro>
|
|
||||||
<!-- 获取和访问路径、数字对象唯一标识符 -->
|
|
||||||
<macro name="access">
|
|
||||||
<text variable="URL"/>
|
|
||||||
</macro>
|
|
||||||
<!-- 参考文献表格式 -->
|
|
||||||
<macro name="entry-layout">
|
|
||||||
<group delimiter=". ">
|
|
||||||
<text macro="author"/>
|
|
||||||
<choose>
|
|
||||||
<if type="periodical">
|
|
||||||
<!-- 4.3 连续出版物 -->
|
|
||||||
<text macro="title"/>
|
|
||||||
<text macro="year-volume-issue"/>
|
|
||||||
<text macro="publisher"/>
|
|
||||||
</if>
|
|
||||||
<else-if type="article-journal article-magazine article-newspaper" match="any">
|
|
||||||
<!-- 4.4 连续出版物中的析出文献 -->
|
|
||||||
<text macro="title"/>
|
|
||||||
<text macro="container-periodical"/>
|
|
||||||
</else-if>
|
|
||||||
<else-if type="patent">
|
|
||||||
<!-- 4.5 专利文献 -->
|
|
||||||
<text macro="title"/>
|
|
||||||
<text macro="publisher"/>
|
|
||||||
</else-if>
|
|
||||||
<else-if type="dataset post post-weblog software webpage" match="any">
|
|
||||||
<!-- 4.6 电子资源 -->
|
|
||||||
<text macro="title"/>
|
|
||||||
<text macro="publisher"/>
|
|
||||||
</else-if>
|
|
||||||
<else-if type="chapter entry-dictionary entry-encyclopedia paper-conference" variable="container-title" match="any">
|
|
||||||
<!-- 4.2 专著中的析出文献 -->
|
|
||||||
<group delimiter="//">
|
|
||||||
<group delimiter=". ">
|
|
||||||
<text macro="title"/>
|
|
||||||
<text macro="secondary-contributors"/>
|
|
||||||
</group>
|
|
||||||
<group delimiter=". ">
|
|
||||||
<text macro="container-contributors"/>
|
|
||||||
<text macro="container-booklike"/>
|
|
||||||
</group>
|
|
||||||
</group>
|
|
||||||
<text macro="edition"/>
|
|
||||||
<text macro="publisher"/>
|
|
||||||
</else-if>
|
|
||||||
<else>
|
|
||||||
<!-- 4.1 专著 -->
|
|
||||||
<text macro="title"/>
|
|
||||||
<text macro="secondary-contributors"/>
|
|
||||||
<text macro="edition"/>
|
|
||||||
<text macro="publisher"/>
|
|
||||||
</else>
|
|
||||||
</choose>
|
|
||||||
<text macro="access"/>
|
|
||||||
</group>
|
|
||||||
</macro>
|
|
||||||
<citation collapse="citation-number" after-collapse-delimiter=",">
|
|
||||||
<sort>
|
|
||||||
<key variable="citation-number"/>
|
|
||||||
</sort>
|
|
||||||
<layout vertical-align="sup" delimiter="," prefix="[" suffix="]">
|
|
||||||
<text variable="citation-number"/>
|
|
||||||
</layout>
|
|
||||||
</citation>
|
|
||||||
<bibliography entry-spacing="0" et-al-min="4" et-al-use-first="3" second-field-align="flush">
|
|
||||||
<!-- 取消这部分注释可以开启 CSL-M 的多语言功能:按照文献的语言输出“et al.”等术语 -->
|
|
||||||
<!-- <layout suffix="." locale="en"><text variable="citation-number" prefix="[" suffix="]"/><text macro="entry-layout"/></layout>
|
|
||||||
-->
|
|
||||||
<layout suffix=".">
|
|
||||||
<text variable="citation-number" prefix="[" suffix="]"/>
|
|
||||||
<text macro="entry-layout"/>
|
|
||||||
</layout>
|
|
||||||
</bibliography>
|
|
||||||
</style>
|
|
||||||
@@ -1,38 +0,0 @@
|
|||||||
# 引用文献设置
|
|
||||||
csl: chinese-thesis.csl # 设置引用文献样式
|
|
||||||
link-citations: true # 正文中引用的文献需要交叉引用到文献列表
|
|
||||||
link-bibliography: false # 文献中的链接不要引出
|
|
||||||
|
|
||||||
# 杂项设置
|
|
||||||
number-theorems: false
|
|
||||||
numbering-caption-delimiter: " - "
|
|
||||||
prefix-space: true
|
|
||||||
section-max-levels: 3
|
|
||||||
number-reset-level: 0 # 编号不需要按章节重置,因此设置为0表示在最顶层的层级的父级才重置编号(即不重置编号)。
|
|
||||||
# 章节编号设置
|
|
||||||
number-sections: true
|
|
||||||
section-numstyle: "arabic"
|
|
||||||
section-src-format-1: "{num}"
|
|
||||||
section-src-format-2: "{num}"
|
|
||||||
section-src-format-3: "{num}"
|
|
||||||
# 公式编号设置
|
|
||||||
number-equations: true
|
|
||||||
equation-numstyle: "arabic"
|
|
||||||
equation-prefix: "公式"
|
|
||||||
equation-src-format: "\\qquad ({this_num})"
|
|
||||||
equation-cref-format: "{prefix}{this_num}"
|
|
||||||
equation-ref-format: "{this_num}"
|
|
||||||
# 图片编号设置
|
|
||||||
number-figures: true
|
|
||||||
figure-numstyle: "arabic"
|
|
||||||
figure-prefix: "图"
|
|
||||||
figure-src-format: "{prefix}{this_num}"
|
|
||||||
figure-cref-format: "{prefix}{this_num}"
|
|
||||||
figure-ref-format: "{this_num}"
|
|
||||||
# 表格编号设置
|
|
||||||
number-tables: true
|
|
||||||
table-prefix: "表"
|
|
||||||
table-numstyle: "arabic"
|
|
||||||
table-src-format: "{prefix}{this_num}"
|
|
||||||
table-cref-format: "{prefix}{this_num}"
|
|
||||||
table-ref-format: "{this_num}"
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
[project]
|
|
||||||
name = "pandoc-thesis-env"
|
|
||||||
version = "0.1.0"
|
|
||||||
description = "The environment used for converting LaTeX thesis into DOCX format in Pandoc."
|
|
||||||
readme = "README.md"
|
|
||||||
requires-python = ">=3.11"
|
|
||||||
dependencies = [
|
|
||||||
"pandoc-tex-numbering>=1.3.3",
|
|
||||||
]
|
|
||||||
122
pandoc/uv.lock
generated
122
pandoc/uv.lock
generated
@@ -1,122 +0,0 @@
|
|||||||
version = 1
|
|
||||||
revision = 2
|
|
||||||
requires-python = ">=3.11"
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "click"
|
|
||||||
version = "8.4.0"
|
|
||||||
source = { registry = "https://pypi.org/simple" }
|
|
||||||
dependencies = [
|
|
||||||
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
|
||||||
]
|
|
||||||
sdist = { url = "https://files.pythonhosted.org/packages/23/e4/796662cd90cf80e3a363c99db2b88e0e394b988a575f60a17e16440cd011/click-8.4.0.tar.gz", hash = "sha256:638f1338fe1235c8f4e008e4a8a254fb5c5fbdcbb40ece3c9142ebb78e792973", size = 350843, upload-time = "2026-05-17T00:47:58.425Z" }
|
|
||||||
wheels = [
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/ee/ae/8e92f8058baf87f6c7d86ee7e457668690195cc77efedb8d3797a06e3940/click-8.4.0-py3-none-any.whl", hash = "sha256:40c50b7c6c6adac2823d411041ec84f3f103f1b280d5e9ce0d7f998995832f81", size = 116147, upload-time = "2026-05-17T00:47:56.842Z" },
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "colorama"
|
|
||||||
version = "0.4.6"
|
|
||||||
source = { registry = "https://pypi.org/simple" }
|
|
||||||
sdist = { url = "https://files.pythonhosted.org/packages/d8/53/6f443c9a4a8358a93a6792e2acffb9d9d5cb0a5cfd8802644b7b1c9a02e4/colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44", size = 27697, upload-time = "2022-10-25T02:36:22.414Z" }
|
|
||||||
wheels = [
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6", size = 25335, upload-time = "2022-10-25T02:36:20.889Z" },
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "pandoc-tex-numbering"
|
|
||||||
version = "1.3.3"
|
|
||||||
source = { registry = "https://pypi.org/simple" }
|
|
||||||
dependencies = [
|
|
||||||
{ name = "panflute" },
|
|
||||||
{ name = "pylatexenc" },
|
|
||||||
]
|
|
||||||
sdist = { url = "https://files.pythonhosted.org/packages/a0/51/29e9ceed07f6de79561cc36391b0fa5271ed566c0cfada1fdb65d522285c/pandoc_tex_numbering-1.3.3.tar.gz", hash = "sha256:36410f5a5075fdecf90e3ceb16ce084d16deca5bd505b7f1e37219ecb177724f", size = 1049457, upload-time = "2025-08-31T15:21:50.552Z" }
|
|
||||||
wheels = [
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/0d/7a/87669faa13f783aec61ea080c58f5706dc71f0f902f3d19506c2673a3260/pandoc_tex_numbering-1.3.3-py3-none-any.whl", hash = "sha256:abe0583b1262ae125f42ba7283f70704c2102bdb7383bd7147ce9f0259b0f71e", size = 49625, upload-time = "2025-08-31T15:21:47.903Z" },
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "pandoc-thesis-env"
|
|
||||||
version = "0.1.0"
|
|
||||||
source = { virtual = "." }
|
|
||||||
dependencies = [
|
|
||||||
{ name = "pandoc-tex-numbering" },
|
|
||||||
]
|
|
||||||
|
|
||||||
[package.metadata]
|
|
||||||
requires-dist = [{ name = "pandoc-tex-numbering", specifier = ">=1.3.3" }]
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "panflute"
|
|
||||||
version = "2.3.1"
|
|
||||||
source = { registry = "https://pypi.org/simple" }
|
|
||||||
dependencies = [
|
|
||||||
{ name = "click" },
|
|
||||||
{ name = "pyyaml" },
|
|
||||||
]
|
|
||||||
sdist = { url = "https://files.pythonhosted.org/packages/b7/91/b659923bea127e51bc1b279c3afb3724cae116893ddba7ae498a97496693/panflute-2.3.1.tar.gz", hash = "sha256:5f1bd02a34ef3982ee025ec5b58fb3a6eedfc31d994b8ae39d8dc9915a2d8f1f", size = 44829, upload-time = "2024-03-20T05:47:41.374Z" }
|
|
||||||
wheels = [
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/bf/dd/49f5d0aa985c14218da8759ec4a93390b683c92fd9081d5b96383d48db6e/panflute-2.3.1-py3-none-any.whl", hash = "sha256:e44afd875b7b17ffebbbe58282849df06d9f1b20a45a2f933cd51bdcf4e89130", size = 36714, upload-time = "2024-03-20T05:47:38.375Z" },
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "pylatexenc"
|
|
||||||
version = "2.10"
|
|
||||||
source = { registry = "https://pypi.org/simple" }
|
|
||||||
sdist = { url = "https://files.pythonhosted.org/packages/5d/ab/34ec41718af73c00119d0351b7a2531d2ebddb51833a36448fc7b862be60/pylatexenc-2.10.tar.gz", hash = "sha256:3dd8fd84eb46dc30bee1e23eaab8d8fb5a7f507347b23e5f38ad9675c84f40d3", size = 162597, upload-time = "2021-04-06T07:56:07.854Z" }
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "pyyaml"
|
|
||||||
version = "6.0.3"
|
|
||||||
source = { registry = "https://pypi.org/simple" }
|
|
||||||
sdist = { url = "https://files.pythonhosted.org/packages/05/8e/961c0007c59b8dd7729d542c61a4d537767a59645b82a0b521206e1e25c2/pyyaml-6.0.3.tar.gz", hash = "sha256:d76623373421df22fb4cf8817020cbb7ef15c725b9d5e45f17e189bfc384190f", size = 130960, upload-time = "2025-09-25T21:33:16.546Z" }
|
|
||||||
wheels = [
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/6d/16/a95b6757765b7b031c9374925bb718d55e0a9ba8a1b6a12d25962ea44347/pyyaml-6.0.3-cp311-cp311-macosx_10_13_x86_64.whl", hash = "sha256:44edc647873928551a01e7a563d7452ccdebee747728c1080d881d68af7b997e", size = 185826, upload-time = "2025-09-25T21:31:58.655Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/16/19/13de8e4377ed53079ee996e1ab0a9c33ec2faf808a4647b7b4c0d46dd239/pyyaml-6.0.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:652cb6edd41e718550aad172851962662ff2681490a8a711af6a4d288dd96824", size = 175577, upload-time = "2025-09-25T21:32:00.088Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/0c/62/d2eb46264d4b157dae1275b573017abec435397aa59cbcdab6fc978a8af4/pyyaml-6.0.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:10892704fc220243f5305762e276552a0395f7beb4dbf9b14ec8fd43b57f126c", size = 775556, upload-time = "2025-09-25T21:32:01.31Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/10/cb/16c3f2cf3266edd25aaa00d6c4350381c8b012ed6f5276675b9eba8d9ff4/pyyaml-6.0.3-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:850774a7879607d3a6f50d36d04f00ee69e7fc816450e5f7e58d7f17f1ae5c00", size = 882114, upload-time = "2025-09-25T21:32:03.376Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/71/60/917329f640924b18ff085ab889a11c763e0b573da888e8404ff486657602/pyyaml-6.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b8bb0864c5a28024fac8a632c443c87c5aa6f215c0b126c449ae1a150412f31d", size = 806638, upload-time = "2025-09-25T21:32:04.553Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/dd/6f/529b0f316a9fd167281a6c3826b5583e6192dba792dd55e3203d3f8e655a/pyyaml-6.0.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:1d37d57ad971609cf3c53ba6a7e365e40660e3be0e5175fa9f2365a379d6095a", size = 767463, upload-time = "2025-09-25T21:32:06.152Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/f2/6a/b627b4e0c1dd03718543519ffb2f1deea4a1e6d42fbab8021936a4d22589/pyyaml-6.0.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:37503bfbfc9d2c40b344d06b2199cf0e96e97957ab1c1b546fd4f87e53e5d3e4", size = 794986, upload-time = "2025-09-25T21:32:07.367Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/45/91/47a6e1c42d9ee337c4839208f30d9f09caa9f720ec7582917b264defc875/pyyaml-6.0.3-cp311-cp311-win32.whl", hash = "sha256:8098f252adfa6c80ab48096053f512f2321f0b998f98150cea9bd23d83e1467b", size = 142543, upload-time = "2025-09-25T21:32:08.95Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/da/e3/ea007450a105ae919a72393cb06f122f288ef60bba2dc64b26e2646fa315/pyyaml-6.0.3-cp311-cp311-win_amd64.whl", hash = "sha256:9f3bfb4965eb874431221a3ff3fdcddc7e74e3b07799e0e84ca4a0f867d449bf", size = 158763, upload-time = "2025-09-25T21:32:09.96Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/d1/33/422b98d2195232ca1826284a76852ad5a86fe23e31b009c9886b2d0fb8b2/pyyaml-6.0.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:7f047e29dcae44602496db43be01ad42fc6f1cc0d8cd6c83d342306c32270196", size = 182063, upload-time = "2025-09-25T21:32:11.445Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/89/a0/6cf41a19a1f2f3feab0e9c0b74134aa2ce6849093d5517a0c550fe37a648/pyyaml-6.0.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:fc09d0aa354569bc501d4e787133afc08552722d3ab34836a80547331bb5d4a0", size = 173973, upload-time = "2025-09-25T21:32:12.492Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/ed/23/7a778b6bd0b9a8039df8b1b1d80e2e2ad78aa04171592c8a5c43a56a6af4/pyyaml-6.0.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9149cad251584d5fb4981be1ecde53a1ca46c891a79788c0df828d2f166bda28", size = 775116, upload-time = "2025-09-25T21:32:13.652Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/65/30/d7353c338e12baef4ecc1b09e877c1970bd3382789c159b4f89d6a70dc09/pyyaml-6.0.3-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5fdec68f91a0c6739b380c83b951e2c72ac0197ace422360e6d5a959d8d97b2c", size = 844011, upload-time = "2025-09-25T21:32:15.21Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/8b/9d/b3589d3877982d4f2329302ef98a8026e7f4443c765c46cfecc8858c6b4b/pyyaml-6.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ba1cc08a7ccde2d2ec775841541641e4548226580ab850948cbfda66a1befcdc", size = 807870, upload-time = "2025-09-25T21:32:16.431Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/05/c0/b3be26a015601b822b97d9149ff8cb5ead58c66f981e04fedf4e762f4bd4/pyyaml-6.0.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:8dc52c23056b9ddd46818a57b78404882310fb473d63f17b07d5c40421e47f8e", size = 761089, upload-time = "2025-09-25T21:32:17.56Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/be/8e/98435a21d1d4b46590d5459a22d88128103f8da4c2d4cb8f14f2a96504e1/pyyaml-6.0.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:41715c910c881bc081f1e8872880d3c650acf13dfa8214bad49ed4cede7c34ea", size = 790181, upload-time = "2025-09-25T21:32:18.834Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/74/93/7baea19427dcfbe1e5a372d81473250b379f04b1bd3c4c5ff825e2327202/pyyaml-6.0.3-cp312-cp312-win32.whl", hash = "sha256:96b533f0e99f6579b3d4d4995707cf36df9100d67e0c8303a0c55b27b5f99bc5", size = 137658, upload-time = "2025-09-25T21:32:20.209Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/86/bf/899e81e4cce32febab4fb42bb97dcdf66bc135272882d1987881a4b519e9/pyyaml-6.0.3-cp312-cp312-win_amd64.whl", hash = "sha256:5fcd34e47f6e0b794d17de1b4ff496c00986e1c83f7ab2fb8fcfe9616ff7477b", size = 154003, upload-time = "2025-09-25T21:32:21.167Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/1a/08/67bd04656199bbb51dbed1439b7f27601dfb576fb864099c7ef0c3e55531/pyyaml-6.0.3-cp312-cp312-win_arm64.whl", hash = "sha256:64386e5e707d03a7e172c0701abfb7e10f0fb753ee1d773128192742712a98fd", size = 140344, upload-time = "2025-09-25T21:32:22.617Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/d1/11/0fd08f8192109f7169db964b5707a2f1e8b745d4e239b784a5a1dd80d1db/pyyaml-6.0.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:8da9669d359f02c0b91ccc01cac4a67f16afec0dac22c2ad09f46bee0697eba8", size = 181669, upload-time = "2025-09-25T21:32:23.673Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/b1/16/95309993f1d3748cd644e02e38b75d50cbc0d9561d21f390a76242ce073f/pyyaml-6.0.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:2283a07e2c21a2aa78d9c4442724ec1eb15f5e42a723b99cb3d822d48f5f7ad1", size = 173252, upload-time = "2025-09-25T21:32:25.149Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/50/31/b20f376d3f810b9b2371e72ef5adb33879b25edb7a6d072cb7ca0c486398/pyyaml-6.0.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ee2922902c45ae8ccada2c5b501ab86c36525b883eff4255313a253a3160861c", size = 767081, upload-time = "2025-09-25T21:32:26.575Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/49/1e/a55ca81e949270d5d4432fbbd19dfea5321eda7c41a849d443dc92fd1ff7/pyyaml-6.0.3-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:a33284e20b78bd4a18c8c2282d549d10bc8408a2a7ff57653c0cf0b9be0afce5", size = 841159, upload-time = "2025-09-25T21:32:27.727Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/74/27/e5b8f34d02d9995b80abcef563ea1f8b56d20134d8f4e5e81733b1feceb2/pyyaml-6.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0f29edc409a6392443abf94b9cf89ce99889a1dd5376d94316ae5145dfedd5d6", size = 801626, upload-time = "2025-09-25T21:32:28.878Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/f9/11/ba845c23988798f40e52ba45f34849aa8a1f2d4af4b798588010792ebad6/pyyaml-6.0.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f7057c9a337546edc7973c0d3ba84ddcdf0daa14533c2065749c9075001090e6", size = 753613, upload-time = "2025-09-25T21:32:30.178Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/3d/e0/7966e1a7bfc0a45bf0a7fb6b98ea03fc9b8d84fa7f2229e9659680b69ee3/pyyaml-6.0.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:eda16858a3cab07b80edaf74336ece1f986ba330fdb8ee0d6c0d68fe82bc96be", size = 794115, upload-time = "2025-09-25T21:32:31.353Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/de/94/980b50a6531b3019e45ddeada0626d45fa85cbe22300844a7983285bed3b/pyyaml-6.0.3-cp313-cp313-win32.whl", hash = "sha256:d0eae10f8159e8fdad514efdc92d74fd8d682c933a6dd088030f3834bc8e6b26", size = 137427, upload-time = "2025-09-25T21:32:32.58Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/97/c9/39d5b874e8b28845e4ec2202b5da735d0199dbe5b8fb85f91398814a9a46/pyyaml-6.0.3-cp313-cp313-win_amd64.whl", hash = "sha256:79005a0d97d5ddabfeeea4cf676af11e647e41d81c9a7722a193022accdb6b7c", size = 154090, upload-time = "2025-09-25T21:32:33.659Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/73/e8/2bdf3ca2090f68bb3d75b44da7bbc71843b19c9f2b9cb9b0f4ab7a5a4329/pyyaml-6.0.3-cp313-cp313-win_arm64.whl", hash = "sha256:5498cd1645aa724a7c71c8f378eb29ebe23da2fc0d7a08071d89469bf1d2defb", size = 140246, upload-time = "2025-09-25T21:32:34.663Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/9d/8c/f4bd7f6465179953d3ac9bc44ac1a8a3e6122cf8ada906b4f96c60172d43/pyyaml-6.0.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:8d1fab6bb153a416f9aeb4b8763bc0f22a5586065f86f7664fc23339fc1c1fac", size = 181814, upload-time = "2025-09-25T21:32:35.712Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/bd/9c/4d95bb87eb2063d20db7b60faa3840c1b18025517ae857371c4dd55a6b3a/pyyaml-6.0.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:34d5fcd24b8445fadc33f9cf348c1047101756fd760b4dacb5c3e99755703310", size = 173809, upload-time = "2025-09-25T21:32:36.789Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/92/b5/47e807c2623074914e29dabd16cbbdd4bf5e9b2db9f8090fa64411fc5382/pyyaml-6.0.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:501a031947e3a9025ed4405a168e6ef5ae3126c59f90ce0cd6f2bfc477be31b7", size = 766454, upload-time = "2025-09-25T21:32:37.966Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/02/9e/e5e9b168be58564121efb3de6859c452fccde0ab093d8438905899a3a483/pyyaml-6.0.3-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:b3bc83488de33889877a0f2543ade9f70c67d66d9ebb4ac959502e12de895788", size = 836355, upload-time = "2025-09-25T21:32:39.178Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/88/f9/16491d7ed2a919954993e48aa941b200f38040928474c9e85ea9e64222c3/pyyaml-6.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c458b6d084f9b935061bc36216e8a69a7e293a2f1e68bf956dcd9e6cbcd143f5", size = 794175, upload-time = "2025-09-25T21:32:40.865Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/dd/3f/5989debef34dc6397317802b527dbbafb2b4760878a53d4166579111411e/pyyaml-6.0.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:7c6610def4f163542a622a73fb39f534f8c101d690126992300bf3207eab9764", size = 755228, upload-time = "2025-09-25T21:32:42.084Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/d7/ce/af88a49043cd2e265be63d083fc75b27b6ed062f5f9fd6cdc223ad62f03e/pyyaml-6.0.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:5190d403f121660ce8d1d2c1bb2ef1bd05b5f68533fc5c2ea899bd15f4399b35", size = 789194, upload-time = "2025-09-25T21:32:43.362Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/23/20/bb6982b26a40bb43951265ba29d4c246ef0ff59c9fdcdf0ed04e0687de4d/pyyaml-6.0.3-cp314-cp314-win_amd64.whl", hash = "sha256:4a2e8cebe2ff6ab7d1050ecd59c25d4c8bd7e6f400f5f82b96557ac0abafd0ac", size = 156429, upload-time = "2025-09-25T21:32:57.844Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/f4/f4/a4541072bb9422c8a883ab55255f918fa378ecf083f5b85e87fc2b4eda1b/pyyaml-6.0.3-cp314-cp314-win_arm64.whl", hash = "sha256:93dda82c9c22deb0a405ea4dc5f2d0cda384168e466364dec6255b293923b2f3", size = 143912, upload-time = "2025-09-25T21:32:59.247Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/7c/f9/07dd09ae774e4616edf6cda684ee78f97777bdd15847253637a6f052a62f/pyyaml-6.0.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:02893d100e99e03eda1c8fd5c441d8c60103fd175728e23e431db1b589cf5ab3", size = 189108, upload-time = "2025-09-25T21:32:44.377Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/4e/78/8d08c9fb7ce09ad8c38ad533c1191cf27f7ae1effe5bb9400a46d9437fcf/pyyaml-6.0.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:c1ff362665ae507275af2853520967820d9124984e0f7466736aea23d8611fba", size = 183641, upload-time = "2025-09-25T21:32:45.407Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/7b/5b/3babb19104a46945cf816d047db2788bcaf8c94527a805610b0289a01c6b/pyyaml-6.0.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6adc77889b628398debc7b65c073bcb99c4a0237b248cacaf3fe8a557563ef6c", size = 831901, upload-time = "2025-09-25T21:32:48.83Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/8b/cc/dff0684d8dc44da4d22a13f35f073d558c268780ce3c6ba1b87055bb0b87/pyyaml-6.0.3-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:a80cb027f6b349846a3bf6d73b5e95e782175e52f22108cfa17876aaeff93702", size = 861132, upload-time = "2025-09-25T21:32:50.149Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/b1/5e/f77dc6b9036943e285ba76b49e118d9ea929885becb0a29ba8a7c75e29fe/pyyaml-6.0.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:00c4bdeba853cc34e7dd471f16b4114f4162dc03e6b7afcc2128711f0eca823c", size = 839261, upload-time = "2025-09-25T21:32:51.808Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/ce/88/a9db1376aa2a228197c58b37302f284b5617f56a5d959fd1763fb1675ce6/pyyaml-6.0.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:66e1674c3ef6f541c35191caae2d429b967b99e02040f5ba928632d9a7f0f065", size = 805272, upload-time = "2025-09-25T21:32:52.941Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/da/92/1446574745d74df0c92e6aa4a7b0b3130706a4142b2d1a5869f2eaa423c6/pyyaml-6.0.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:16249ee61e95f858e83976573de0f5b2893b3677ba71c9dd36b9cf8be9ac6d65", size = 829923, upload-time = "2025-09-25T21:32:54.537Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/f0/7a/1c7270340330e575b92f397352af856a8c06f230aa3e76f86b39d01b416a/pyyaml-6.0.3-cp314-cp314t-win_amd64.whl", hash = "sha256:4ad1906908f2f5ae4e5a8ddfce73c320c2a1429ec52eafd27138b7f1cbe341c9", size = 174062, upload-time = "2025-09-25T21:32:55.767Z" },
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/f1/12/de94a39c2ef588c7e6455cfbe7343d3b2dc9d6b6b2f40c4c6565744c873d/pyyaml-6.0.3-cp314-cp314t-win_arm64.whl", hash = "sha256:ebc55a14a21cb14062aa4162f906cd962b28e2e9ea38f9b4391244cd8de4ae0b", size = 149341, upload-time = "2025-09-25T21:32:56.828Z" },
|
|
||||||
]
|
|
||||||
Reference in New Issue
Block a user