sassoftware / 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.
Apache License 2.0
14 stars 11 forks source link

Add method to Artifact and Pom to serialize to a dict #9

Open pombredanne opened 7 years ago

pombredanne commented 7 years ago

something like a to_dict() method.