For using AWS CodeArtifact with Poetry.
poetry-codeartifact is available on PyPI:
# With pip
pip install poetry-codeartifact
# With Poetry
poetry add poetry-codeartifact
You can also install the latest version of the code directly from GitHub:
# With pip
pip install git+git://github.com/MicaelJarniac/poetry-codeartifact
# With Poetry
poetry add git+git://github.com/MicaelJarniac/poetry-codeartifact
For more examples, see the full documentation.
from poetry_codeartifact import poetry_codeartifact
- https://github.com/semgrep/poetry-codeartifact-plugin
- https://github.com/xiasongh/poetry-aws-plugin
- https://pypi.org/project/poetry-codeartifact-login/
- https://github.com/lucasvieirasilva/aws-codeartifact-poetry
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
More details can be found in CONTRIBUTING.
This project was created with the MicaelJarniac/crustypy template.