Metadata-Version: 2.1
Name: pymaven-patch
Version: 0.3.0
Summary: Python access to maven. nexB advanced patch.
Home-page: https://github.com/nexB/pymaven
Author: Walter Scheper
Author-email: Walter.Scheper@sas.com
License: Apache-2
Provides-Extra: development
Provides-Extra: test
License-File: LICENSE

=======
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

