项目作者: lancelote

项目描述 :
Code for Stepic course Python in Action (eng)
高级语言: Python
项目地址: git://github.com/lancelote/stepic_python_in_action_eng.git
创建时间: 2016-06-20T09:01:45Z
项目社区:https://github.com/lancelote/stepic_python_in_action_eng

开源协议:

下载


Requirements Status
Build Status

stepic_python_in_action_eng

Code for Stepic course Python in Action (eng)

Requirements

  • Python 3
  • Inside virtual environment: pip install -r requirements.txt

Utils

Simple scripts to handle the project routine tasks

Tests

  • invoke tests - uses (pytest)

Syntax Validation

  • invoke syntax - uses (pylint)

New Solution

  • invoke new 135 will create solution and test file templates for s135

Renaming

  • invoke rename will rename all solutions and test files (imports will be
    auto fixed), renaming logic defined in the update_number function inside
    utils.py