Metadata-Version: 2.1
Name: stenotype
Version: 0.1.0
Summary: Support for shorthand type annotations.
Home-page: https://github.com/a-recknagel/stenotype
License: MIT
Keywords: typing,annotation
Author: Arne Recknagel
Author-email: arne.recknagel@hotmail.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
Project-URL: Repository, https://github.com/a-recknagel/stenotype
Description-Content-Type: text/x-rst

stenotype
=========


.. header-end

Development Quickstart
----------------------
This project uses poetry_ for dependency management, so please make sure
`it is installed`_ on your work station. If it is, you should first run
``poetry install`` in the project root, and after entering your fresh new
virtual environment with ``poetry shell`` you are ready to go.


Project Description
-------------------

.. put your project description here

.. _poetry: https://poetry.eustace.io/
.. _it is installed: https://poetry.eustace.io/docs/#installation
