Skip to content

ChristianMurphy/problem-space-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

problem-space

Build Status

for Python

Takes a question template, creates questions in the problems space

Usage

CLI

problem-space --input example/addition.md
# alternatively
poetry run problem-space --input example/addition.md

Local Development

Setup

  1. Optional install pyenv (curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash then pyenv update)
  2. Install Python 3.6+ (pyenv install 3.7.1)
  3. Install Poetry (curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python)
  4. poetry install

Test

poetry run pytest

Format Code

poetry run black .

About

Takes a question template, creates questions in the problems space

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages