2023-07-05 17:52:42 +05:00
<?xml version='1.0' encoding='UTF-8'?>
2023-03-04 18:56:32 +05:00
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
2020-03-29 11:18:27 +02:00
<pkgmetadata >
2023-07-05 17:52:42 +05:00
<maintainer type= "person" >
<email > lssndrbarbieri@gmail.com</email>
<name > Alessandro Barbieri</name>
</maintainer>
<longdescription lang= "en" >
2020-03-29 11:18:27 +02:00
An aspect-oriented programming, monkey-patch and decorators library. It is useful when changing behavior in existing code is desired. It includes tools for debugging and testing: simple mock/record and a complete capture/replay framework.
</longdescription>
2023-07-05 17:52:42 +05:00
<upstream >
<remote-id type= "github" > ionelmc/python-aspectlib</remote-id>
<remote-id type= "pypi" > aspectlib</remote-id>
<doc > https://python-aspectlib.readthedocs.io/</doc>
<changelog > https://python-aspectlib.readthedocs.io/en/latest/changelog.html</changelog>
</upstream>
2020-03-29 11:18:27 +02:00
</pkgmetadata>