Skip to content

Commit

Permalink
Support for loading POM files without a maven client
Browse files Browse the repository at this point in the history
Adds the classmethods Pom.fromstring and Pom.parse. These are modeled on
the lxml.etree functions of the same name. If a MavenClient is passed
in, then the resulting Pom object will attempt to dynamically load
data from external POM files available via the client.

Sem-Ver: feature
Fixes: sassoftware#4
  • Loading branch information
wfscheper committed Jun 7, 2017
1 parent fb5d351 commit 01d41e6
Show file tree
Hide file tree
Showing 6 changed files with 245 additions and 133 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 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
1 change: 0 additions & 1 deletion README.rst

This file was deleted.

Loading

0 comments on commit 01d41e6

Please sign in to comment.