Metadata-Version: 2.0
Name: functional-notations
Version: 0.0.0
Summary: An Decorator Library that allows @ notation for functions
Home-page: https://github.com/episodeyang/f
Author: Ge Yang
Author-email: yangge1987@gmail.com
License: UNKNOWN
Keywords: functional notations,decorator,functional,functional programming
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3

Abuses the @ notation of python3.5, allowing you to chain functions with the @ operator.


