Metadata-Version: 2.1
Name: shape-calculator
Version: 0.1.0
Summary: Package for object-oriented programming, collaborative development, and generalized programming
Home-page: https://github.com/joonyeobjeon/practice-problem1
License: MIT
Author: Soohee Kim
Author-email: sssueing@gmail.com
Requires-Python: >=3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.3,<9.0.0)
Project-URL: Repository, https://github.com/joonyeobjeon/practice-problem1
Description-Content-Type: text/markdown

# practice-problem1
The following packages exist to practice object-oriented programming, collaborative development, and generalized programming. This package will allow you to practice using Docstring, unit testing, and package design. This package basically just contains a Python class to compute arithmetic operations.  You will use this class to practice your Python skills. The tasks you need to solve will be given to you by the package manager.


# How to install
1. Run `pip install -U https://github.com/joonyeobjeon/practice-problem1.git`
2. Run cd practice-problem1
3. (Optional) If you do not have poetry installed, run `make poetry-install`
4. Run `make install`

# How to run in cli
Simply run `make cli`


You can use the `practice` package now.
