Metadata-Version: 2.1
Name: j2s3
Version: 1.0.2
Summary: A lib for publishing Java maven projects to an S3 maven repository
Home-page: https://github.com/jackmahoney/j2s3
Author: jackmahoney
Author-email: jackmahoney212@gmail.com
License: Apache 2.0
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pytest (==3.8.0)
Requires-Dist: lxml (==4.2.4)

# Java 2 S3
Python library for publishing maven projects to an S3 maven repository. Requires maven installed in your path.

## Example

```python
from j2s3.main import publish
# project_directory is a dir containing Java code and a pom.xml file
publish(project_directory, aws_access_key_id, aws_secret_access_key, s3_bucket_name)
```

## Contributing
Pull requests and bug reports welcome on the github repository.

