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
Description: # 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.
Platform: UNKNOWN
Description-Content-Type: text/markdown
