Skip to content

AnkCorp/kalam

Repository files navigation

Tests codecov PyPI Documentation Status

Kalam

Superpowers for writing!

Getting Started

Developing

Create a python virtual env

python -m venv venv     # create python environment
. ./venv/bin/activate    # activate python enviroment

Install poetry

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python

or

pipx install poetry

Install nox

pip install nox

Nox

Run tests, lint check, type check, doc tests, coverage

nox