Initial commit

This commit is contained in:
Senad Uka
2019-11-17 12:44:16 +01:00
parent e41eae7301
commit a3ef27c7a0
4894 changed files with 1771218 additions and 0 deletions

View File

@@ -0,0 +1,137 @@
==================
Copying Docutils
==================
:Author: David Goodger
:Contact: goodger@python.org
:Date: $Date: 2015-05-08 17:56:32 +0200 (Fr, 08. Mai 2015) $
:Web site: http://docutils.sourceforge.net/
:Copyright: This document has been placed in the public domain.
Most of the files included in this project have been placed in the
public domain, and therefore have no license requirements and no
restrictions on copying or usage; see the `Public Domain Dedication`_
below. There are a few exceptions_, listed below.
Files in the Sandbox_ are not distributed with Docutils releases and
may have different license terms.
Public Domain Dedication
========================
The persons who have associated their work with this project (the
"Dedicator": David Goodger and the many contributors to the Docutils
project) hereby dedicate the entire copyright, less the exceptions_
listed below, in the work of authorship known as "Docutils" identified
below (the "Work") to the public domain.
The primary repository for the Work is the Internet World Wide Web
site <http://docutils.sourceforge.net/>. The Work consists of the
files within the "docutils" module of the Docutils project Subversion
repository (Internet host docutils.svn.sourceforge.net, filesystem path
/svnroot/docutils), whose Internet web interface is located at
<http://docutils.svn.sourceforge.net/viewvc/docutils/>. Files dedicated to the
public domain may be identified by the inclusion, near the beginning
of each file, of a declaration of the form::
Copyright: This document/module/DTD/stylesheet/file/etc. has been
placed in the public domain.
Dedicator makes this dedication for the benefit of the public at large
and to the detriment of Dedicator's heirs and successors. Dedicator
intends this dedication to be an overt act of relinquishment in
perpetuity of all present and future rights under copyright law,
whether vested or contingent, in the Work. Dedicator understands that
such relinquishment of all rights includes the relinquishment of all
rights to enforce (by lawsuit or otherwise) those copyrights in the
Work.
Dedicator recognizes that, once placed in the public domain, the Work
may be freely reproduced, distributed, transmitted, used, modified,
built upon, or otherwise exploited by anyone for any purpose,
commercial or non-commercial, and in any way, including by methods
that have not yet been invented or conceived.
(This dedication is derived from the text of the `Creative Commons
Public Domain Dedication`. [#]_)
.. [#] Creative Commons has `retired this legal tool`__ and does not
recommend that it be applied to works: This tool is based on United
States law and may not be applicable outside the US. For dedicating new
works to the public domain, Creative Commons recommend the replacement
Public Domain Dedication CC0_ (CC zero, "No Rights Reserved"). So does
the Free Software Foundation in its license-list_.
__ http://creativecommons.org/retiredlicenses
.. _CC0: http://creativecommons.org/about/cc0
Exceptions
==========
The exceptions to the `Public Domain Dedication`_ above are:
* docutils/writers/s5_html/themes/default/iepngfix.htc:
IE5.5+ PNG Alpha Fix v1.0 by Angus Turnbull
<http://www.twinhelix.com>. Free usage permitted as long as
this notice remains intact.
* docutils/utils/math/__init__.py,
docutils/utils/math/latex2mathml.py,
docutils/writers/xetex/__init__.py,
docutils/writers/latex2e/docutils-05-compat.sty,
docs/user/docutils-05-compat.sty.txt,
docutils/utils/error_reporting.py,
docutils/test/transforms/test_smartquotes.py:
Copyright © Günter Milde.
Released under the terms of the `2-Clause BSD license`_
(`local copy <licenses/BSD-2-Clause.txt>`__).
* docutils/utils/smartquotes.py
Copyright © 2011 Günter Milde,
based on `SmartyPants`_ © 2003 John Gruber
(released under a 3-Clause BSD license included in the file)
and smartypants.py © 2004, 2007 Chad Miller.
Released under the terms of the `2-Clause BSD license`_
(`local copy <licenses/BSD-2-Clause.txt>`__).
.. _SmartyPants: http://daringfireball.net/projects/smartypants/
* docutils/utils/math/math2html.py,
docutils/writers/html4css1/math.css
Copyright © Alex Fernández
These files are part of eLyXer_, released under the `GNU
General Public License`_ version 3 or later. The author relicensed
them for Docutils under the terms of the `2-Clause BSD license`_
(`local copy <licenses/BSD-2-Clause.txt>`__).
.. _eLyXer: http://www.nongnu.org/elyxer/
* docutils/utils/roman.py, copyright by Mark Pilgrim, released under the
`Python 2.1.1 license`_ (`local copy`__).
__ licenses/python-2-1-1.txt
* tools/editors/emacs/rst.el, copyright by Free Software Foundation,
Inc., released under the `GNU General Public License`_ version 3 or
later (`local copy`__).
__ licenses/gpl-3-0.txt
The `2-Clause BSD license`_ and the Python licenses are OSI-approved_
and GPL-compatible_.
Plaintext versions of all the linked-to licenses are provided in the
licenses_ directory.
.. _sandbox: http://docutils.sourceforge.net/sandbox/README.html
.. _licenses: licenses/
.. _Python 2.1.1 license: http://www.python.org/2.1.1/license.html
.. _GNU General Public License: http://www.gnu.org/copyleft/gpl.html
.. _2-Clause BSD license: http://www.spdx.org/licenses/BSD-2-Clause
.. _OSI-approved: http://opensource.org/licenses/
.. _license-list:
.. _GPL-compatible: http://www.gnu.org/licenses/license-list.html

View File

@@ -0,0 +1,60 @@
Metadata-Version: 2.1
Name: docutils
Version: 0.15.2
Summary: Docutils -- Python Documentation Utilities
Home-page: http://docutils.sourceforge.net/
Author: David Goodger
Author-email: goodger@python.org
Maintainer: docutils-develop list
Maintainer-email: docutils-develop@lists.sourceforge.net
License: public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)
Platform: OS-independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: Public Domain
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing
Classifier: Natural Language :: English
Classifier: Natural Language :: Afrikaans
Classifier: Natural Language :: Catalan
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: Chinese (Traditional)
Classifier: Natural Language :: Czech
Classifier: Natural Language :: Dutch
Classifier: Natural Language :: Esperanto
Classifier: Natural Language :: Finnish
Classifier: Natural Language :: French
Classifier: Natural Language :: Galician
Classifier: Natural Language :: German
Classifier: Natural Language :: Italian
Classifier: Natural Language :: Japanese
Classifier: Natural Language :: Polish
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Natural Language :: Russian
Classifier: Natural Language :: Slovak
Classifier: Natural Language :: Spanish
Classifier: Natural Language :: Swedish
Requires-Python: >=2.6, !=3.0.*, !=3.1.*, !=3.2.*
Docutils is a modular system for processing documentation
into useful formats, such as HTML, XML, and LaTeX. For
input Docutils supports reStructuredText, an easy-to-read,
what-you-see-is-what-you-get plaintext markup syntax.

View File

@@ -0,0 +1,334 @@
../../../bin/__pycache__/rst2html.cpython-37.pyc,,
../../../bin/__pycache__/rst2html4.cpython-37.pyc,,
../../../bin/__pycache__/rst2html5.cpython-37.pyc,,
../../../bin/__pycache__/rst2latex.cpython-37.pyc,,
../../../bin/__pycache__/rst2man.cpython-37.pyc,,
../../../bin/__pycache__/rst2odt.cpython-37.pyc,,
../../../bin/__pycache__/rst2odt_prepstyles.cpython-37.pyc,,
../../../bin/__pycache__/rst2pseudoxml.cpython-37.pyc,,
../../../bin/__pycache__/rst2s5.cpython-37.pyc,,
../../../bin/__pycache__/rst2xetex.cpython-37.pyc,,
../../../bin/__pycache__/rst2xml.cpython-37.pyc,,
../../../bin/__pycache__/rstpep2html.cpython-37.pyc,,
../../../bin/rst2html.py,sha256=_ZSHNn9dmPKAx6L7qZ8XgfPAy3KZv5MNky6n_8V3xiI,584
../../../bin/rst2html4.py,sha256=u5YWYGbe9xyegHW30S6gzVpAg8nTI9Xu_ZOeve5CbOo,704
../../../bin/rst2html5.py,sha256=RxQhnlyp0iyPae4E_rwvaM9ToBFhfr16lywsnwC6xtY,1130
../../../bin/rst2latex.py,sha256=nLGST5HE554VD4EbuhUn2_6kijGgDFcQgOMa4RrFngI,781
../../../bin/rst2man.py,sha256=cJHLwJTI7kSR-7n_WhIQ_e11oEJr-ZMK97fKy5GZ3q0,590
../../../bin/rst2odt.py,sha256=iH9HaLPbzEfJU599E2DvAW2n2py69TXfJDOIZEHRsyk,754
../../../bin/rst2odt_prepstyles.py,sha256=tPj049dHEFj2cCedGmT6jSTtD-ZxLHrE4NJQVFLjZLk,1688
../../../bin/rst2pseudoxml.py,sha256=9SwwDEOFNz3AqOSI4CEvhieDm_3TgTPN_3FDPz6b5ys,591
../../../bin/rst2s5.py,sha256=zdT-5LNxruUZqMVe-Wjj1F-eXan9pLDBvxA1k38XRGw,627
../../../bin/rst2xetex.py,sha256=SzPM2iz6wCAc8Ki3sEnhCq6318jTQziosToib4FIzEw,861
../../../bin/rst2xml.py,sha256=MKbl4dkpIBjzh4GdITggzJpi-SMGoRaXdkbZs-yd05E,592
../../../bin/rstpep2html.py,sha256=TlXeA4lyMxtICwwaEERXcrXTleXfwyQE5qbooZLtcSw,660
docutils-0.15.2.dist-info/COPYING.txt,sha256=76DIWqmepbR4EkADGw0Cr1TXtVVMh60rK-qbpJD2Zj8,5538
docutils-0.15.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
docutils-0.15.2.dist-info/METADATA,sha256=qJAsjhodQXnH1VWiarPJGrNRy3bAEgfyjtqX-AR2AOk,2593
docutils-0.15.2.dist-info/RECORD,,
docutils-0.15.2.dist-info/WHEEL,sha256=S8S5VL-stOTSZDYxHyf0KP7eds0J72qrK0Evu3TfyAY,92
docutils-0.15.2.dist-info/top_level.txt,sha256=dPq3jQoxpMOEhrZ1tQh3_-9hqhdvOjUplSdSVDAc95A,9
docutils/__init__.py,sha256=3PGoFn0nNh4ERJqUFA0AZXIGMH8JVXtWrTp2Ea45fz8,7758
docutils/__pycache__/__init__.cpython-37.pyc,,
docutils/__pycache__/_compat.cpython-37.pyc,,
docutils/__pycache__/core.cpython-37.pyc,,
docutils/__pycache__/examples.cpython-37.pyc,,
docutils/__pycache__/frontend.cpython-37.pyc,,
docutils/__pycache__/io.cpython-37.pyc,,
docutils/__pycache__/nodes.cpython-37.pyc,,
docutils/__pycache__/statemachine.cpython-37.pyc,,
docutils/_compat.py,sha256=HZOhqMWrxFS1tGBtYgwDdtdUFqxoTApOQ2Ljj6j_Vpw,697
docutils/core.py,sha256=a-uPGEnQqhxHIyWZNfckm8J3xHkS9S1nuBA--JWo664,29576
docutils/examples.py,sha256=nlPe2PYXNvz5ZAVRu7xHHiV7qML7s-eyUu4Gun7j3SY,3959
docutils/frontend.py,sha256=pCDFpiVIxnHjYiwr_vFmDhhyWSIv12w9FTPUStX-k0o,36893
docutils/io.py,sha256=bVqhftRyRAll_7hs1Hqky8CEiAgpYBQ3I0FN-1i-bVY,17155
docutils/languages/__init__.py,sha256=sPYW3taS_5jA_X_sUW2MzmNf-Ivg6uIJjkCdjkK1Mro,1554
docutils/languages/__pycache__/__init__.cpython-37.pyc,,
docutils/languages/__pycache__/af.cpython-37.pyc,,
docutils/languages/__pycache__/ca.cpython-37.pyc,,
docutils/languages/__pycache__/cs.cpython-37.pyc,,
docutils/languages/__pycache__/da.cpython-37.pyc,,
docutils/languages/__pycache__/de.cpython-37.pyc,,
docutils/languages/__pycache__/en.cpython-37.pyc,,
docutils/languages/__pycache__/eo.cpython-37.pyc,,
docutils/languages/__pycache__/es.cpython-37.pyc,,
docutils/languages/__pycache__/fa.cpython-37.pyc,,
docutils/languages/__pycache__/fi.cpython-37.pyc,,
docutils/languages/__pycache__/fr.cpython-37.pyc,,
docutils/languages/__pycache__/gl.cpython-37.pyc,,
docutils/languages/__pycache__/he.cpython-37.pyc,,
docutils/languages/__pycache__/it.cpython-37.pyc,,
docutils/languages/__pycache__/ja.cpython-37.pyc,,
docutils/languages/__pycache__/ko.cpython-37.pyc,,
docutils/languages/__pycache__/lt.cpython-37.pyc,,
docutils/languages/__pycache__/lv.cpython-37.pyc,,
docutils/languages/__pycache__/nl.cpython-37.pyc,,
docutils/languages/__pycache__/pl.cpython-37.pyc,,
docutils/languages/__pycache__/pt_br.cpython-37.pyc,,
docutils/languages/__pycache__/ru.cpython-37.pyc,,
docutils/languages/__pycache__/sk.cpython-37.pyc,,
docutils/languages/__pycache__/sv.cpython-37.pyc,,
docutils/languages/__pycache__/zh_cn.cpython-37.pyc,,
docutils/languages/__pycache__/zh_tw.cpython-37.pyc,,
docutils/languages/af.py,sha256=6wl-XbsF8wbSiBs5IORna4Lz-WPqnnye_6qr8Cbh_1c,1824
docutils/languages/ca.py,sha256=pnkOJbqff_hPefBYAy4Sw8V1PNRChPyKE6TV_S8SCzU,1906
docutils/languages/cs.py,sha256=DJLwqe6tQDfFSBkmT1T3Pgc_GEB2Cp0Gu4wGtBeF-os,1894
docutils/languages/da.py,sha256=9rMaO-mkPO6BbS02nNtStg2LNOBkJGLYsdDYJ_bsav0,1872
docutils/languages/de.py,sha256=AQTUIl4j3x43kQi5800-lobZHsh06VOsrxfAjS5FHGM,1722
docutils/languages/en.py,sha256=tWVrPr6593mIzFokX_4Hw1fC6ZWC8GPdgpc72jmQq1g,1848
docutils/languages/eo.py,sha256=3vzdUkAdQvYylw2wzuDqTfqzZ-8YojrVzSs6ywQxDuk,1930
docutils/languages/es.py,sha256=yjnBsKY1BqIXSWK7gCAUSc01CgZp72gJNaORQosPEgk,1928
docutils/languages/fa.py,sha256=h6nMMv_x56PsYLhpTP8ZSs5buohtxu_fRBs4wDZZJBA,1974
docutils/languages/fi.py,sha256=BAYNU7znDucYvVfaN3BOVVVnTcRGjkIZzurBF11S9J8,1958
docutils/languages/fr.py,sha256=EcvFQHiD6fRFWiTQ8bBzs8XEqmvn-HLY-srcU6YktcY,1825
docutils/languages/gl.py,sha256=YbgUuncmDraQCGc1BMH-J8RR3YPf4A1CJARkJaIJ3hQ,2006
docutils/languages/he.py,sha256=Mg40ypidfnzGiEAZ1c39QOL8kF47gwG9HQpNipy9ruY,2649
docutils/languages/it.py,sha256=Z3eh86YrmB8aT_Dl56X7W2gqpJgYK0v0QnJ07hekXlM,1808
docutils/languages/ja.py,sha256=Ga0KgkqV17n-lzQrL2r9EztE0Ew2H4g5G9CZWBIENUw,1908
docutils/languages/ko.py,sha256=Kd4G53cEFtkeLwAZHyS9dDIOcNSCHzCd5Y6Sm7V7dLA,1848
docutils/languages/lt.py,sha256=v6cQn5hhPUwpLEwyKi6SuPCm4QGIX5NO6-RqDiiccx0,1935
docutils/languages/lv.py,sha256=tEqF4ya9h4FznB-uiUKQnNLY2XDFRatxKt2evJPhsDM,1867
docutils/languages/nl.py,sha256=3CjsGFeJgLZEw2xhHxAc4sYDKRW6ODUZsVyibjl7DmM,1865
docutils/languages/pl.py,sha256=0RKtO5kWeAaUHI2g4vrLFbQ1ptS1Z8jFdQthAU3ffYA,1866
docutils/languages/pt_br.py,sha256=aaFGDV0c6uo63Ra2bOqIVX9zCXkbpzZSNXtaB37AnUA,1948
docutils/languages/ru.py,sha256=duC7XA0wyM21ftlHkT98ALKAQjup4gyslSoObpnSihw,2087
docutils/languages/sk.py,sha256=Hi8AnKIt3dZdEmMP2-V0LN9WIiAufsTAHE9s7lNGQYE,1826
docutils/languages/sv.py,sha256=XlNKER3JFarxMixMXawh6MhtDNqC3Ck8vM1CjsjYYcs,2069
docutils/languages/zh_cn.py,sha256=eCBAdQZG2HBzablBr8X4ns_QCnTX93kwnIxwDa-Xa-U,1989
docutils/languages/zh_tw.py,sha256=mJCANBTb4-Aj1QdsiYyRCTG4Yej0UquniwxI301_p60,2746
docutils/nodes.py,sha256=T-VWZ0NfUAjY8Kd_EuQIPQyrSr6TIvZjvtF_CxENPRw,78311
docutils/parsers/__init__.py,sha256=aDrATsCPGo92zucFl_n2ludoFSfxOrmdF7U8oQV0uEQ,1584
docutils/parsers/__pycache__/__init__.cpython-37.pyc,,
docutils/parsers/__pycache__/null.cpython-37.pyc,,
docutils/parsers/null.py,sha256=LtO7n-E6lNOs4mLXZ2SiShB3C630SoJ80ugd9fh1vXI,445
docutils/parsers/rst/__init__.py,sha256=2QD5W87iuNtxayrYyPXxpn7twgv2sm6qhhVkmxrZ0_c,16201
docutils/parsers/rst/__pycache__/__init__.cpython-37.pyc,,
docutils/parsers/rst/__pycache__/roles.cpython-37.pyc,,
docutils/parsers/rst/__pycache__/states.cpython-37.pyc,,
docutils/parsers/rst/__pycache__/tableparser.cpython-37.pyc,,
docutils/parsers/rst/directives/__init__.py,sha256=UkUcAKCPLWUCZVcrWQ_lSwXf5unSNvX79C77UO9zNKc,13989
docutils/parsers/rst/directives/__pycache__/__init__.cpython-37.pyc,,
docutils/parsers/rst/directives/__pycache__/admonitions.cpython-37.pyc,,
docutils/parsers/rst/directives/__pycache__/body.cpython-37.pyc,,
docutils/parsers/rst/directives/__pycache__/html.cpython-37.pyc,,
docutils/parsers/rst/directives/__pycache__/images.cpython-37.pyc,,
docutils/parsers/rst/directives/__pycache__/misc.cpython-37.pyc,,
docutils/parsers/rst/directives/__pycache__/parts.cpython-37.pyc,,
docutils/parsers/rst/directives/__pycache__/references.cpython-37.pyc,,
docutils/parsers/rst/directives/__pycache__/tables.cpython-37.pyc,,
docutils/parsers/rst/directives/admonitions.py,sha256=w38T7YfRc0isuF5qmaw-6wOQgHx9xGHJBqu_gDqQCdI,2413
docutils/parsers/rst/directives/body.py,sha256=fWdkVQaFrgY0hdy_Y55WWPHep3CVAJHVyoWNUCB7cJg,9244
docutils/parsers/rst/directives/html.py,sha256=AO7fjN8MeSU2qdAbRUA5O0PI2ngmkpgXFsaucrZ_I4w,3235
docutils/parsers/rst/directives/images.py,sha256=_3pkoQFWv8U2hSJBl6Z6p2I5yt8y1R3SEJhW4fYdzaI,6926
docutils/parsers/rst/directives/misc.py,sha256=xXfhIH0dDOgKygEVM2MtqgHScTTMqhoLPMcpoeN_rdU,23875
docutils/parsers/rst/directives/parts.py,sha256=Mx7y6BwTP1WAD_qnL-g0bjg1_O06NCXgqeYCPfP4JbI,4251
docutils/parsers/rst/directives/references.py,sha256=1Y1yhe_O2PqLtQUSly-ny291nrQKJgQiO4Hu7Xew9Zo,831
docutils/parsers/rst/directives/tables.py,sha256=PlXAFX2U0ztNMKdcZyluBRmgIq9xI11l8hqoocov09w,22842
docutils/parsers/rst/include/README.txt,sha256=_C6pSfeGShQ0evvKKKZUtx4bP4RFG9UoUlgHoMn06DU,666
docutils/parsers/rst/include/isoamsa.txt,sha256=CioOAjUSuL_MG2JHqVHst0ceHzF0v3kupB6stgPMD2g,10925
docutils/parsers/rst/include/isoamsb.txt,sha256=pSD9D42IRcGBcjYXrJUBFicIA7KRtfBhCKnFlJiytC0,7242
docutils/parsers/rst/include/isoamsc.txt,sha256=wC2J-pHkHJMokFfOg6S5_6TX1LcibltUpLMWkm-OT3U,1723
docutils/parsers/rst/include/isoamsn.txt,sha256=LPorblUlj9fua5tpigH-lAfqPYj_yXWQiOa91CpBD7w,6721
docutils/parsers/rst/include/isoamso.txt,sha256=3CB6lhSNhRIAY-ST8hGPRrO-6wxI2jhYnWTU1_uBXyY,3825
docutils/parsers/rst/include/isoamsr.txt,sha256=3qVvk1ueHuE6jnHp8ypn6UWtZH5Ly2njNDj09Xeh2qU,11763
docutils/parsers/rst/include/isobox.txt,sha256=tYnVIj92mJ5jiY8H9-S3CzBprjU8scuJZ8BO_eWEdwc,3101
docutils/parsers/rst/include/isocyr1.txt,sha256=-V1dpOyKxXBzNBxcW7IJp1W-SIkaXd0KVm8TP58a5B8,4241
docutils/parsers/rst/include/isocyr2.txt,sha256=3pDslLms3yuJgQTcWtu8U1FMrMQ4KgxtDT18Ci6Mvz4,1882
docutils/parsers/rst/include/isodia.txt,sha256=-qThXeZ-WFGztOuu_koRrlvDJpSkMVB4ivU9yyE2y7Y,869
docutils/parsers/rst/include/isogrk1.txt,sha256=xnCDDphWarsNmum9SQRvntznPx7m547rRRuQs7PdYpQ,3010
docutils/parsers/rst/include/isogrk2.txt,sha256=zbi3-LuRB6T0jGj_yffmgm_8_mwz-6ygAYvgie32ls0,1705
docutils/parsers/rst/include/isogrk3.txt,sha256=X8fGxnVIG1ygvvc9hpYgUHt1d8ANdD-gxn6aKWEaRf0,2880
docutils/parsers/rst/include/isogrk4-wide.txt,sha256=rpweSoCmHEC1vL44LEeIE8Re2tm5FEAWnae6CO2oe1I,3035
docutils/parsers/rst/include/isogrk4.txt,sha256=zptf_ntrFuMsuk0OhEjUkRwYrz0YGDuD-_6ReIHOunY,372
docutils/parsers/rst/include/isolat1.txt,sha256=F5R0rnBefjAbqWFCkWMFpxVKWoSec8VM0KU8DRtMCYI,4397
docutils/parsers/rst/include/isolat2.txt,sha256=YBBbW3o9HD1JHV3QVfpaFeKnRsh2vPs0dNvpTJSEoSU,8466
docutils/parsers/rst/include/isomfrk-wide.txt,sha256=EtzR0nFzhkCmf8CKR4hLWSAgbUjHs4sYfpJEyDp8CjY,3334
docutils/parsers/rst/include/isomfrk.txt,sha256=zZy3M5BmklzpL02dImsAuWA1jVw7nxqx3xyZLKtILfA,519
docutils/parsers/rst/include/isomopf-wide.txt,sha256=QUhEHzhyuCM3qzrqG5luXuL28Uoqt7I7v-CfzToG8sI,1931
docutils/parsers/rst/include/isomopf.txt,sha256=MGuLb8WfrDm7GWvdmvYHsWtrWyh6MqRRo7wnpiaia0U,639
docutils/parsers/rst/include/isomscr-wide.txt,sha256=VHq8miDC5nKS6Rlvv9aWpS1D_naXcfZd1CsEpJ2W8-g,3231
docutils/parsers/rst/include/isomscr.txt,sha256=WvB9Zek3TqSyIDfw5QmE_uTvXNwjBpYU0EQttckdLJo,776
docutils/parsers/rst/include/isonum.txt,sha256=DHWd87O6CCaSz10PEGZOxLqpDLHiMZ6--0VR9o0Yt-Q,4066
docutils/parsers/rst/include/isopub.txt,sha256=oULMcx0Ugjk6EZAMcxHZpZM_MC7kNuzecu-sMAHVZro,4613
docutils/parsers/rst/include/isotech.txt,sha256=h6z4dEMoVtarA9E489Zru1H29c01hWWGqbfD3wgUmiM,9726
docutils/parsers/rst/include/mmlalias.txt,sha256=YxSvNJVNsrzgIGNjtAjtx2tVXUuby5twMZxr5Mq3PJo,45428
docutils/parsers/rst/include/mmlextra-wide.txt,sha256=KKNjVkG-xHbeCagQfQDotJxY5oF6S6Bmk60bEv49NUQ,9010
docutils/parsers/rst/include/mmlextra.txt,sha256=Y50tQh0fLYClCc0DUVrxr2loU5u5YaUaYbFc9PEya_c,6800
docutils/parsers/rst/include/s5defs.txt,sha256=_5JOMpDtaufiZbdxh6QKpICqLvGpB9cypHM-SEt3sKA,1036
docutils/parsers/rst/include/xhtml1-lat1.txt,sha256=-cEYtq3oOOoLQS6n2KmsAcIs3Y5s78mToBkUXuSrSKA,6112
docutils/parsers/rst/include/xhtml1-special.txt,sha256=dVNILahp_Jkf0bQVX-gGFcQXst3oR-FvQmAt6lDSTpE,1945
docutils/parsers/rst/include/xhtml1-symbol.txt,sha256=K-f7hr-LRv1NKOxjZtckBmtMQOiddlnJJ-6DG-YoAzI,7028
docutils/parsers/rst/languages/__init__.py,sha256=CNPSmhyFmPTaeQZeE6wYQWs0un0RL4uGReBAyRenwpM,1013
docutils/parsers/rst/languages/__pycache__/__init__.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/af.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/ca.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/cs.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/da.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/de.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/en.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/eo.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/es.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/fa.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/fi.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/fr.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/gl.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/he.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/it.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/ja.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/ko.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/lt.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/lv.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/nl.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/pl.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/pt_br.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/ru.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/sk.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/sv.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/zh_cn.cpython-37.pyc,,
docutils/parsers/rst/languages/__pycache__/zh_tw.cpython-37.pyc,,
docutils/parsers/rst/languages/af.py,sha256=xe0BiiJPW_JPzTf4kFbcl6QYZPOLyzkBvUF1T74tJ4s,3672
docutils/parsers/rst/languages/ca.py,sha256=BzWwjhjlIw7u6dso8QDsfFWrIAz7N2hlUTk3Z0iYdSc,4374
docutils/parsers/rst/languages/cs.py,sha256=Rqwns8Bk4er1Xz11TL97BgVyg43_cCvQi6BTS6FPhFw,4781
docutils/parsers/rst/languages/da.py,sha256=_9821hrGVQUPHciU1c79sMvLWAw3NZ8Memwnl19xudI,3685
docutils/parsers/rst/languages/de.py,sha256=aQrzFPIgANaSmBkm5bVTWvjRtXbaoYG-IR32DgNTBUI,3442
docutils/parsers/rst/languages/en.py,sha256=z_J8xJ1gBTk5MX6u_bonFGoop_e8VF6jWgq9Tzl5gNY,3317
docutils/parsers/rst/languages/eo.py,sha256=QBXf1JDJZnOtfHXpxDnyuI_NaauyrvL_CZhpjxIDDgQ,3815
docutils/parsers/rst/languages/es.py,sha256=6DIBhctgsMhIpgpPR6HX1eBH86M2Wjh3LpvmNF5QNaE,4169
docutils/parsers/rst/languages/fa.py,sha256=4wY7BM2zRTK0qp2SXtNPoNQk-j3JkEt0Dbvt5dZ50SY,3294
docutils/parsers/rst/languages/fi.py,sha256=WqG8bTkYqb54WHSdusj7b2vi0D4_pnuDviUs7sOIBvw,3541
docutils/parsers/rst/languages/fr.py,sha256=iGClr3TykJsRDW-qYax9WLtm9Tf71mX3iKp9a8KX96k,3639
docutils/parsers/rst/languages/gl.py,sha256=FdAFl6UNj7_lHH1kiJXzn91yVINGXNarCfG2YGCjzVs,3637
docutils/parsers/rst/languages/he.py,sha256=YLbykuC7-W6buMQhZ6gRQkhxwSaEAoZ9vE2lzljpIfs,3624
docutils/parsers/rst/languages/it.py,sha256=reGyH9djUffoQlzWU86kcewlYgE1zokm9BsOdhTeDtw,3268
docutils/parsers/rst/languages/ja.py,sha256=fVSIAuucrA3jXQ9Ii1T-BQIX-kPGmgf-kveEChqpzxs,3780
docutils/parsers/rst/languages/ko.py,sha256=hJUrlK2V8Zr9qQwrkwSnSDiu4_Qb4vN3v8nMEv8mGUk,3376
docutils/parsers/rst/languages/lt.py,sha256=8q9RWv_VZZKL6j2gV3G5DDwLNLbmqoY0iEIQwM55dN4,3524
docutils/parsers/rst/languages/lv.py,sha256=OfnTo1Si1V1E_7yNAwkyQMe6y07FsOA_F-1H2Fb6vIU,3381
docutils/parsers/rst/languages/nl.py,sha256=aJMyq4j8jmd1cghIQIYlR1gfGnNYa0XfGvaeRz6Ea6c,3703
docutils/parsers/rst/languages/pl.py,sha256=R15HMWtDAVgzkumBC7cpHPA7Lh1i81lb8HkIHhSUZBs,3362
docutils/parsers/rst/languages/pt_br.py,sha256=x69c3vQ6HmFCgHImEJ39FWh9tiKJNG-tBjeDXdDFOTg,3956
docutils/parsers/rst/languages/ru.py,sha256=lZLdYjg4XVVGPtIqBrRMvIEcOilj8rfJZD1A81rYGD8,3209
docutils/parsers/rst/languages/sk.py,sha256=muDmMtFOCg6kKJRsNLBi2W4X4zNr0NBOxoX0S3jpw6M,3917
docutils/parsers/rst/languages/sv.py,sha256=yyyLJ8PxCnrNwcbHgGpuV3WD4r_UBUq19O7wvQBbn6g,3267
docutils/parsers/rst/languages/zh_cn.py,sha256=t46kRJ0lpE4HzBqM3D69dZ4L5yIiEmEe3YjAg0NX4A4,3936
docutils/parsers/rst/languages/zh_tw.py,sha256=PMF36fHm8WXGAB3IJM6o0FrtH5U9G6P7dzhlVmYw-_8,5165
docutils/parsers/rst/roles.py,sha256=sjscCmwFGxBMUTxuZPnaIvuFirckVeqelCaZLchVY-E,14978
docutils/parsers/rst/states.py,sha256=KCf3i48YGCfTsRZaWfaWTvcCetPfB8XzW1lQ-sKBLtg,132221
docutils/parsers/rst/tableparser.py,sha256=uX4iq4BWZ5U__swdZ3j8xiIOuRF8YKsygvhof9Oi4oI,21041
docutils/readers/__init__.py,sha256=5alRbkyRVbNkq8njp1egI_OnGyXkxQBwMGa9MbxAoD4,3456
docutils/readers/__pycache__/__init__.cpython-37.pyc,,
docutils/readers/__pycache__/doctree.cpython-37.pyc,,
docutils/readers/__pycache__/pep.cpython-37.pyc,,
docutils/readers/__pycache__/standalone.cpython-37.pyc,,
docutils/readers/doctree.py,sha256=9QNTk_8x46sDkcSjzQiyFZxN-m9CBO3XA5bLar7OA0Q,1607
docutils/readers/pep.py,sha256=V9b6SUQ_h74KK11wq5k2icEPGWQuVDG5gCzhWlJdF3Y,1555
docutils/readers/standalone.py,sha256=6kRgqKD_REEZ_zZE5AW0rLj_rqOhisubS2ADyLjOAJQ,2340
docutils/statemachine.py,sha256=A-TfKOMkw5_C-Luz4_MTygXU7_aLxkRi-FwKIAttQmQ,57489
docutils/transforms/__init__.py,sha256=N6oBhXeqbXUZEmOCZnxRx1CckEaPkEkNxvpnLS9p49U,6522
docutils/transforms/__pycache__/__init__.cpython-37.pyc,,
docutils/transforms/__pycache__/components.cpython-37.pyc,,
docutils/transforms/__pycache__/frontmatter.cpython-37.pyc,,
docutils/transforms/__pycache__/misc.cpython-37.pyc,,
docutils/transforms/__pycache__/parts.cpython-37.pyc,,
docutils/transforms/__pycache__/peps.cpython-37.pyc,,
docutils/transforms/__pycache__/references.cpython-37.pyc,,
docutils/transforms/__pycache__/universal.cpython-37.pyc,,
docutils/transforms/__pycache__/writer_aux.cpython-37.pyc,,
docutils/transforms/components.py,sha256=F0fXyOZsf_OA0QsX-jIAsk3RLCrkEW9GRR1-l0Nx13o,1993
docutils/transforms/frontmatter.py,sha256=O-WS3qtKzcYxt2-Lj7cjW89Y-kevndVrBb_mvWmYHzg,20098
docutils/transforms/misc.py,sha256=0jDAIndz8a7C5TVWLkC44N1pVfhwZu4nu-lnk1GmzGg,4882
docutils/transforms/parts.py,sha256=bChMp_9YRJ6c6SBv6aIZBDCZq6P6vs9VB7ecEMEIJ74,6924
docutils/transforms/peps.py,sha256=NdXwjk5gvzuzWDXred5OEbpPIDn2bWxECrBkYC_gF10,11056
docutils/transforms/references.py,sha256=obF3UAoRerUPTUjjlCtu5T9AVadnq71ZTa6CUb9FRK0,36464
docutils/transforms/universal.py,sha256=sgl_604KZXi0KLzcnNo9hu8p3Jk2bmpYW98NWNzMGa8,11102
docutils/transforms/writer_aux.py,sha256=4Zd8z8s4jTG2J0xSnm5hj1kiZrKN6FqvGvpJ1cb09oU,2609
docutils/utils/__init__.py,sha256=ksTJjfmXGGDadoibjdH1tjnmaE8Z4ZiIPWQS8kYYi3k,28789
docutils/utils/__pycache__/__init__.cpython-37.pyc,,
docutils/utils/__pycache__/code_analyzer.cpython-37.pyc,,
docutils/utils/__pycache__/error_reporting.cpython-37.pyc,,
docutils/utils/__pycache__/punctuation_chars.cpython-37.pyc,,
docutils/utils/__pycache__/roman.cpython-37.pyc,,
docutils/utils/__pycache__/smartquotes.cpython-37.pyc,,
docutils/utils/__pycache__/urischemes.cpython-37.pyc,,
docutils/utils/code_analyzer.py,sha256=YUjSoNnjHVe6NxOR-FXSluNMdxivEvaWRJk0xJ0_FuI,5225
docutils/utils/error_reporting.py,sha256=VgTHGcA5t3YFqTzdiqDi5fdsnCYqlxL8__z9gZ1Sla0,8362
docutils/utils/math/__init__.py,sha256=TUGMP6ytwBzbQCHrFSxSl8OcDdbLGfCCkGteBdWm6l0,1755
docutils/utils/math/__pycache__/__init__.cpython-37.pyc,,
docutils/utils/math/__pycache__/latex2mathml.cpython-37.pyc,,
docutils/utils/math/__pycache__/math2html.cpython-37.pyc,,
docutils/utils/math/__pycache__/tex2mathml_extern.cpython-37.pyc,,
docutils/utils/math/__pycache__/tex2unichar.cpython-37.pyc,,
docutils/utils/math/__pycache__/unichar2tex.cpython-37.pyc,,
docutils/utils/math/latex2mathml.py,sha256=QwKm83KJz281QYxz__nhCl00Uk-UA1RGC2PlvMAa0N4,17407
docutils/utils/math/math2html.py,sha256=Eknku8dBz4HQEAfSGWun859YyH8mjjTS34hnQ_k4lxQ,178955
docutils/utils/math/tex2mathml_extern.py,sha256=168pgQ7aIADq1fys5jMHyNS1tHTrffpHw4X8w4fhKrY,5600
docutils/utils/math/tex2unichar.py,sha256=bq0GY1pvCUr4EllEEJk7LNl90wOgp0xofbORTQAj0CM,34481
docutils/utils/math/unichar2tex.py,sha256=D5EcOS2j7gKSkO56vpnAr_nx1Ji3t6wBKOpiD8uGPd4,16811
docutils/utils/punctuation_chars.py,sha256=1T_JudoB_TFYD_JYMYJ-gWDPvJ6PZzez59r2NNyke-c,6364
docutils/utils/roman.py,sha256=9BbuHddXRSjNS3E4TnaW-SQWaIK7cso-s72aa4R5cWE,2687
docutils/utils/smartquotes.py,sha256=Zipeh1uL6ye9vxd3BF2InGpEAu_1lDYwAwMiQK2bNt8,39864
docutils/utils/urischemes.py,sha256=2Y9dzkd8_mri0isGvPwhX-oDhkVLKbw-T0UstBsqiIc,6275
docutils/writers/__init__.py,sha256=ybRAHTZrV29u5zCFTbAcQvh6ZZDRgQqliRn4cPMiVzw,4593
docutils/writers/__pycache__/__init__.cpython-37.pyc,,
docutils/writers/__pycache__/_html_base.cpython-37.pyc,,
docutils/writers/__pycache__/docutils_xml.cpython-37.pyc,,
docutils/writers/__pycache__/manpage.cpython-37.pyc,,
docutils/writers/__pycache__/null.cpython-37.pyc,,
docutils/writers/__pycache__/pseudoxml.cpython-37.pyc,,
docutils/writers/_html_base.py,sha256=v7CT4nZcn_KZxKy6AgM2E-YPeqbgG2pDvLYx3R7p0bc,64036
docutils/writers/docutils_xml.py,sha256=drCp_q1Sex95tPmcqJVJ4kgu1xd-9dM5nIflHRhQjw8,7687
docutils/writers/html4css1/__init__.py,sha256=wwxBwbvqFW_TwxP4FKHOWtvAcFrHntMXm13UrIuYRzQ,33838
docutils/writers/html4css1/__pycache__/__init__.cpython-37.pyc,,
docutils/writers/html4css1/html4css1.css,sha256=BvqQaXs-bQ6Vx7TVsdXxxLwoiQeXQ-Wn1z7ZXRXk_q8,7210
docutils/writers/html4css1/template.txt,sha256=HDzUUyAv7gT4ewGQTqfOE2_9HOVyGu9-wCRgsmoCmjQ,114
docutils/writers/html5_polyglot/__init__.py,sha256=GJ_5c3geN6ON7tJAhf_uyVtoU8ozF6tusRU04dpf_RU,9734
docutils/writers/html5_polyglot/__pycache__/__init__.cpython-37.pyc,,
docutils/writers/html5_polyglot/math.css,sha256=hGjowMetSh3oAlkm7_EA2pTtkv_Lg_TgwrBkyNs85Co,4783
docutils/writers/html5_polyglot/minimal.css,sha256=WCDx7sdr2XxjgUiZvem06_mXdVYdLpqWW1YIEZEpU2o,6843
docutils/writers/html5_polyglot/plain.css,sha256=MqbZwrpFH1c39wdk0l6R13rIbS8L0MzLWs1m8VrE4X4,7098
docutils/writers/html5_polyglot/template.txt,sha256=HDzUUyAv7gT4ewGQTqfOE2_9HOVyGu9-wCRgsmoCmjQ,114
docutils/writers/latex2e/__init__.py,sha256=JL-2tgl5LN8SSyXPUga07oBuvzZm-QYfKrKRDyHg-XY,129749
docutils/writers/latex2e/__pycache__/__init__.cpython-37.pyc,,
docutils/writers/latex2e/default.tex,sha256=KQFojDUG6AFGSZFGWVsQCslQrWT5-JVB29idVWiRtUA,422
docutils/writers/latex2e/titlepage.tex,sha256=wxPKr4rylqUamK2U0EJXQTaVQ1392ua5DtSVGDqrNsI,534
docutils/writers/latex2e/xelatex.tex,sha256=oUEz2Ze3wpoMp0X0iVELcUGNtKVre5Ug5Ujge7OiMgU,672
docutils/writers/manpage.py,sha256=cbh2x2KGLj2tcgyNau6-87VLmV0c6Hk2fn-aP74nixw,35720
docutils/writers/null.py,sha256=zyIuah_o8SlqvgbOWLRG9chpeNKky0D13lOTtR1E73U,450
docutils/writers/odf_odt/__init__.py,sha256=Fb5Qd5q9S8YiMoOu_xwbzCL4Sz7ZLF74vt8RIjZFkZc,136481
docutils/writers/odf_odt/__pycache__/__init__.cpython-37.pyc,,
docutils/writers/odf_odt/__pycache__/pygmentsformatter.cpython-37.pyc,,
docutils/writers/odf_odt/pygmentsformatter.py,sha256=iBsRNxRe-v378-whp_F8CwgvuK7Ck4o_Tx4Kae8NlYw,4671
docutils/writers/odf_odt/styles.odt,sha256=xKv9z2sd1qNxAH28X-5st5JuDZeTw6jyDOxXohsFrKY,16500
docutils/writers/pep_html/__init__.py,sha256=fM_-gcMw-VLZLgDEDKqiyaQdMWErf1pNbdwHRFVv2UE,3507
docutils/writers/pep_html/__pycache__/__init__.cpython-37.pyc,,
docutils/writers/pep_html/pep.css,sha256=UbFfiHHFSWusk2rEv7AUaTCS0r6TxfMzgLtW0VURwGw,6367
docutils/writers/pep_html/template.txt,sha256=CfyVCCoqqB3Y8hOyt7Uxf0XeyTwtFf926L_hJeaS1wU,1294
docutils/writers/pseudoxml.py,sha256=2bRL9zMleW8jDuGaINvM52siZiJWH1-zQfEELJE2oPE,772
docutils/writers/s5_html/__init__.py,sha256=Da7SbL0c-XIFyBiJ1HtrgCnAqzqqw4ov37JkSpnptn8,14610
docutils/writers/s5_html/__pycache__/__init__.cpython-37.pyc,,
docutils/writers/s5_html/themes/README.txt,sha256=wsty9ouRFxVMrZV2EUTOmfMS_bJJpmA5CqU23fpMccM,301
docutils/writers/s5_html/themes/big-black/__base__,sha256=WeKnChXCPkrXDs7Xr-Qnf1i-bgFjkeaKJ-ilXV0R5lM,38
docutils/writers/s5_html/themes/big-black/framing.css,sha256=RctE4TbWO_ctWsmE1LSPdCVRMT1QFlTrNmQNKC4wC2Y,911
docutils/writers/s5_html/themes/big-black/pretty.css,sha256=VFK99wlPllRBKK0eQ2Yk6RC_-VDMREm-ue2Mp3YMs7A,3606
docutils/writers/s5_html/themes/big-white/framing.css,sha256=6M4vVFfoErc5LKtuol1RqnId0166VecGy6rYu9cPY9c,906
docutils/writers/s5_html/themes/big-white/pretty.css,sha256=YO7dDIRq7dXpIdC8pEOf7QaBb9nUvajfWkkQpxt3nJs,3566
docutils/writers/s5_html/themes/default/blank.gif,sha256=L1YbAqSTduNnms1ZdeN5Cr3_Cey636HhhYx7om4__O8,49
docutils/writers/s5_html/themes/default/framing.css,sha256=fcGapNDqnTT2w-2HpWTHb5yf9Yq-_31DJuazk7lCSQw,1003
docutils/writers/s5_html/themes/default/iepngfix.htc,sha256=ve7IwOG4pkjDmYItcuQrUbESmVaY6ACDhhA5YP9d73c,1190
docutils/writers/s5_html/themes/default/opera.css,sha256=guPZOg_BINv-LjV9_IAM7ILFQ-fKALNjlP1i06e5dmA,261
docutils/writers/s5_html/themes/default/outline.css,sha256=z3ACJiW3_gnG8XFvX602PMTYvKhbRybqCeoWl3O_pA0,648
docutils/writers/s5_html/themes/default/pretty.css,sha256=dUbMlVTFGx3ofvXGUmhnKAADhBkHsdU0ysWpxwX-70M,4384
docutils/writers/s5_html/themes/default/print.css,sha256=INhYRMsY7y2wd9p7tqjcDWBREXHUMO-2ApAWvITyetI,818
docutils/writers/s5_html/themes/default/s5-core.css,sha256=MrHjKxQ7P7ZFC2FmEq2BnkRWs59YVzUS_ZOw8CHC2Jk,451
docutils/writers/s5_html/themes/default/slides.css,sha256=VKYQ1Oe8lZ8LHxzPqJiU79J0z295nkmIbzsXL-N_dfQ,283
docutils/writers/s5_html/themes/default/slides.js,sha256=n6_977F6UKSfpYSDu5RKhS1g7iehHcmxm1jDLD17ME4,15800
docutils/writers/s5_html/themes/medium-black/__base__,sha256=822LJG-LrdBZY6CA7wsLFCFzsYfxbyz2mr1j6rpb1UA,41
docutils/writers/s5_html/themes/medium-black/pretty.css,sha256=zoRP67Cmy7JzwnXqKe02GwGzt0p5z509ymlbaxXuPoI,4031
docutils/writers/s5_html/themes/medium-white/framing.css,sha256=nstQg2Fwdm6TTRHflpYRE7Q3b2jFO5p6tyDXJhsmi0I,944
docutils/writers/s5_html/themes/medium-white/pretty.css,sha256=SafUPS2T_uel8lPQlvouTXUrgT9QY52nxnBJDt_pmP4,3991
docutils/writers/s5_html/themes/small-black/__base__,sha256=WmiB80z49RfMsy_7tFI042AfUgyztL5OXI3tap9EfQM,40
docutils/writers/s5_html/themes/small-black/pretty.css,sha256=G_e83H9lIDHXtUBJRCnsnxSiAhP0zaAafQwSviioUQ8,4030
docutils/writers/s5_html/themes/small-white/framing.css,sha256=klf55tsjjL7FuzlWi0yY_4bHJWZZhlD36VCevg45o70,941
docutils/writers/s5_html/themes/small-white/pretty.css,sha256=yaLNE-loYn_nSCuzvGVJWHAbh90dxdO5I06Cv-d4wcM,4001
docutils/writers/xetex/__init__.py,sha256=7ItbcHZR3zeXIzX7jL1RtYeW6FP0jEQ_1iBgl4Dgywc,5701
docutils/writers/xetex/__pycache__/__init__.cpython-37.pyc,,

View File

@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.33.4)
Root-Is-Purelib: true
Tag: py3-none-any