mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
15 lines
648 B
XML
15 lines
648 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>dev@dyama.net</email>
|
|
<name>Daichi Yamamoto</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Rye is Armin's personal one-stop-shop for all his Python needs. It installs and manages Python installations, manages pyproject.toml files, installs and uninstalls dependencies, manages virtualenvs behind the scenes. It supports monorepos and global tool installations.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">mitsuhiko/rye</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|