Metadata-Version: 2.1
Name: kiwicalc
Version: 0.2.3
Summary: Extremely simple interface for mathematics.
Home-page: https://www.kiwicalc.com
Author: Jonathan
Author-email: kiwicalc@gmail.com
License: MIT
Keywords: Math Algebra Calculus Matrix Probability Vector Plot Worksheet PDF
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt

<h1>KiwiCalc</h1>
<h2>Abstract</h2>
The project is intended to help integrating mathematical
expressions in python with greater ease and provide powerful
tools along them.
Python's syntax can be cumbersome when it comes to 
more sophisticated mathematical notations, so wouldn't it be easier to
use them in a more intuitive "math-like" syntax?

<h2>Sources</h2>

* Official website: <a href="https://www.kiwicalc.com">kiwicalc.com</a>
  
* <a href="https://www.kiwicalc.com/documentation">Official Documentation </a>

* <a href="https://colab.research.google.com/drive/1x411iW1nczAp67YBfp55Erd-72Nd7k7Z?usp=sharing">Google Colab.</a>
* <a href="https://github.com/jonaprojects/kiwicalc">GitHub</a>.
<h2>Installation</h2>
You can install the library with <code>pip</code>, by executing the command <code>pip install kiwicalc</code> in your command prompt.
  
