Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 583 Bytes

File metadata and controls

42 lines (30 loc) · 583 Bytes

readme

Table of contents:

Installation

requires python 3.8.12

pip install poetry
poetry install
myAES --help

Guide

Developement

To develop, install dependencies and enable pre-commit hooks.

Requirements: - pyenv - python3.8.12

#assuming in pyenv
pip install -U pip
pip install poetry pre-commit
poetry install
pre-commit install -t pre-commit -t pre-push

To run tests:

poetry run pytest