blob: 9bc788aec45ad8e52b68c571432e36edd7e990ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<stabilize-allarches/>
<longdescription lang="en">
PyLaTeX is a Python library for creating and compiling LaTeX
files or snippets. The goal of this library is being an easy,
but extensible interface between Python and LaTeX.
</longdescription>
<upstream>
<remote-id type="github">JelteF/PyLaTeX</remote-id>
<remote-id type="pypi">PyLaTeX</remote-id>
</upstream>
</pkgmetadata>
|