blob: c11a51fcdc51ec77d2d71aeb407f091e6b57cb48 (
plain) (
blame)
1
2
3
4
5
6
7
|
pymaven is a library for working with maven repositories via python. pymaven is
not intended as a complete replacement of the maven build system, but instead as
a way for python programs to fetch artifacts and artifact dependencies from
maven2 repositories.
Note: This is a forked version from the 2.x branch that supports unicode and
uses other routines for data structures.
|