Metadata-Version: 2.1
Name: pyecr
Version: 0.0.7
Summary: Utility to help handle the process of pulling images to ECR
Home-page: https://github.com/ualter/pyecr.git
Author: Ualter Otoni Pereira
Author-email: ualter.junior@gmail.com
License: MIT
Keywords: aws,cloud,ecr,boto3,image,docker
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: Pygments (>=2.3.1)
Requires-Dist: arnparse (>=0.0.2)
Requires-Dist: boto3 (>=1.18.62)
Requires-Dist: botocore (>=1.21.62)
Requires-Dist: docker (>=5.0.3)
Requires-Dist: docker-py (>=1.10.6)
Requires-Dist: prompt-toolkit (>=2.0.10)
Requires-Dist: python-dateutil (>=2.8.2)
Requires-Dist: pytz (>=2019.3)

**PyECR**
---
---

Command line tool that helps handle interactively the workflow of pushing images to AWS ECR. 

- Create or choose an AWS ECR Repository
- Pull an docker image to your local Docker
- Tag your docker image preparing it to upload to ECR
- Push the tagged docker image to ECR

```bash
# To run it, just call it...
$ pyecr
```


