universal-answer-package-tutorial

Universal tool to determine the answer.


License
MIT
Install
pip install universal-answer-package-tutorial==0.0.1

Documentation

Universal Answer

Universal tool to determine the answer. Only used to test Python packaging.

Installation

Run the following to install:

pip install universal-answer-package-tutorial

Usage

from answer import determine_answer

# Find the general answer
determine_answer()

# Or provide some parameters
determine_answer()

Developing Universal Answer

To install answer, along with tools you need to develop and run tests, run the following in your virtualenv:

pip install -e .[dev]