Metadata-Version: 2.1
Name: simplecalc
Version: 0.1.0
Summary: A simple calculator to demonstrate python tooling
Home-page: https://simplecalc.readthedocs.io
License: MIT
Author: Adithya Balaji
Author-email: adithyabsk@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: doc
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: sphinx (>=2.1,<3.0); extra == "doc"
Requires-Dist: sphinx_rtd_theme (>=0.4.3,<0.5.0); extra == "doc"
Requires-Dist: toml (>=0.10.0,<0.11.0)
Project-URL: Documentation, https://simplecalc.readthedocs.io
Project-URL: Repository, https://github.com/adithyabsk/simplecalc
Description-Content-Type: text/x-rst

calculator.py
=============

|BuildStatus| |DocStatus| |Coverage| |CodeStyle| |License|

`simplecalc` is an example project to show how to set up an open source project from scratch.

.. |BuildStatus| image:: https://dev.azure.com/adithyabsk/simplecalc/_apis/build/status/adithyabsk.simplecalc?branchName=master
   :target: https://dev.azure.com/adithyabsk/simplecalc/_build/latest?definitionId=1&branchName=master

.. |DocStatus| image:: https://readthedocs.org/projects/simplecalc/badge/?version=latest
  :target: https://simplecalc.readthedocs.io/en/latest/?badge=latest
  :alt: Documentation Status

.. |Coverage| image:: https://img.shields.io/azure-devops/coverage/adithyabsk/simplecalc/1.svg
  :target: https://dev.azure.com/adithyabsk/simplecalc/_build/latest?definitionId=1&branchName=master
  :alt: Coverage

.. |CodeStyle| image:: https://img.shields.io/badge/code%20style-black-000000.svg
  :target: https://github.com/ambv/black
  :alt: Code Style

.. |License| image:: https://img.shields.io/github/license/adithyabsk/simplecalc.svg
  :target: https://github.com/adithyabsk/simplecalc/blob/master/LICENSE
  :alt: License

Read the Blog Post
------------------
The blog talks about how this project was set up {LINK ME}.

Documentation
-------------
`Read the docs!`_

.. _Read the docs!: https://simplecalc.readthedocs.io/en/latest/index.html

