mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-13 21:47:44 +00:00
19 lines
680 B
XML
19 lines
680 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
This library is intended to make Python logging less painful
|
|
by adding a bunch of useful functionalities that solve caveats
|
|
of the standard loggers. Using logs in your application should
|
|
be an automatism, Loguru tries to make it both pleasant
|
|
and powerful.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">Delgan/loguru</remote-id>
|
|
<remote-id type="pypi">loguru</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|