Callisto13 / crud-py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRUD TDD in Python

Development

  • Environment and dependencies managed by pipenv.
    • Install pipenv: pip3 install pipenv or brew install pipenv
    • To install deps from existing Pipfile: pipenv install
    • To create new project env: pipenv --three
    • To enter dev environment: pipenv shell
    • To install new project dependency: pipenv install <dep> (--dev for eg test package)

About


Languages

Language:Python 100.0%