intotherain

Basic Calculator


Keywords
practice, temp_practice
Install
pip install intotherain==0.0.2

Documentation

Pypi 만들기 - 연습

문서 목적

  • 간단하게 pypi를 만들기 위한 작업

코드 내용

  • 간단한 사칙연산이 가능한 Class 구

결과물

(venv) [iMac]:~/PycharmProjects/test_cal$ pip install intotherain
Collecting intotherain
  Using cached https://files.pythonhosted.org/packages/40/73/b110743259d96a562eb1e2ef9348c9d3afaddd715582b50a632bb513169d/intotherain-0.0.1-py3-none-any.whl
Collecting pandas==1.0.5 (from intotherain)
  Using cached https://files.pythonhosted.org/packages/5d/24/91ad2da4a1da2747595d2f47f858a131036f598fb495ec6346d08d8b8df6/pandas-1.0.5-cp37-cp37m-macosx_10_9_x86_64.whl
Collecting pytz==2020.1 (from intotherain)
  Using cached https://files.pythonhosted.org/packages/4f/a4/879454d49688e2fad93e59d7d4efda580b783c745fd2ec2a3adf87b0808d/pytz-2020.1-py2.py3-none-any.whl
Collecting six==1.15.0 (from intotherain)
  Using cached https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl
Collecting numpy==1.19.0 (from intotherain)
  Using cached https://files.pythonhosted.org/packages/5c/f5/0e5e57fa7683cf0e5036320f4676cd7e3dbd9ab8c17ada541c2bb5ebed5e/numpy-1.19.0-cp37-cp37m-macosx_10_9_x86_64.whl
Collecting python-dateutil==2.8.1 (from intotherain)
  Using cached https://files.pythonhosted.org/packages/d4/70/d60450c3dd48ef87586924207ae8907090de0b306af2bce5d134d78615cb/python_dateutil-2.8.1-py2.py3-none-any.whl
Installing collected packages: six, python-dateutil, pytz, numpy, pandas, intotherain
Successfully installed intotherain-0.0.1 numpy-1.19.0 pandas-1.0.5 python-dateutil-2.8.1 pytz-2020.1 six-1.15.0
You are using pip version 10.0.1, however version 20.2b1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.