Metadata-Version: 2.1
Name: aft
Version: 0.1.2
Summary: Rabbit Type inference for Python
Home-page: https://github.com/strawberry-jam-cabal/aft
Author: Annie Cherkaev, Tobin Yehle, and Nic Bertagnolli
Author-email: strawberry.jam.cabal@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
Requires-Dist: typing
Requires-Dist: funcsigs

## BETA SOFTWARE. DO NOT USE WHEN FAILURE WILL HAVE CONSEQUENCES.

# Rabbit Typing, for Python

Rabbit Typing, as opposed to [Duck Typing](https://www.python.org/) and
[Monkey Typing](https://github.com/Instagram/MonkeyType), is a brute force
dynamic type inference approach which attempts to infer argument types for a
library function.

![A rabbit](https://github.com/strawberry-jam-cabal/aft/raw/master/rabbit.jpg)



