mirror of
https://github.com/MeteoSwiss-APN/chain-calc.git
synced 2026-08-25 21:34:34 +00:00
Read-only mirror of https://github.com/MeteoSwiss-APN/chain-calc — MeteoSchweiz. Issues & pull requests at the source.
- Python 63.7%
- Makefile 36.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github | ||
| docs | ||
| requirements | ||
| src/chain_calc | ||
| tests/chain_calc | ||
| .bumpversion.cfg | ||
| .gitignore | ||
| AUTHORS.rst | ||
| CONTRIBUTING.rst | ||
| HISTORY.rst | ||
| LICENSE.txt | ||
| Makefile | ||
| MANIFEST.in | ||
| README.rst | ||
| session | ||
| setup.cfg | ||
| setup.py | ||
| USAGE.rst | ||
| VERSION.txt | ||
================
Chain Calculator
================
A simple chain calculator for the command line.
Examples::
$ chain_calc 4 plus 1 minus 2 times 3 by 9
1
$ chain_calc -v 4 plus 1 minus 2 times 3 by 9
4 + 1 = 5
5 - 2 = 3
3 * 3 = 9
9 / 9 = 1
1
Credits
-------
This package was created with Cookiecutter_ and the `MeteoSwiss-APN/mch-python-blueprint`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`MeteoSwiss-APN/mch-python-blueprint`: https://github.com/MeteoSwiss-APN/mch-python-blueprint