Metadata-Version: 2.1
Name: j2s3
Version: 1.0.1
Summary: A lib for publishing Java maven projects to an S3 maven repository
Home-page: UNKNOWN
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.

## Example

```python
from j2s3.main import publish
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.

