Skip to content

git-inside-190328/math-kor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Math Kor

install

pip install --index-url https://test.pypi.org/simple/ math-kor

Usage

>>> from math_kor.basic import 더하기
>>> 더하기(1,2)
3

Development

  1. Setup development environment

    cd ~/PROJECT/PATH
    virtualenv -p python3 .venv
    source .venv/bin/activate
    pip install -r requirements
  2. Use doctest

    python -m doctest math_kor/basic.py
  3. Run unittest

    pytest
    python -m unittest discover tests -p test*.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages