/pymaven

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.

Primary LanguagePythonApache License 2.0Apache-2.0

Pymaven

Overview

Pymaven is a Python library for interfacing with the maven build system. There are two major interfaces:

  • pymaven.client provides a basic maven repository client
  • pymaven.pom provides a Pom object that can provide progromatic access to a maven pom file