Metadata-Version: 2.1
Name: manhattan_forms
Version: 0.1.31
Summary: A set of classes, functions and utilties that extend WTForms for use with manhattan.
Home-page: https://git.getme.co.uk/manhattan/manhattan_forms
Author: Anthony Blackshaw
Author-email: ant@getme.co.uk
Maintainer: The Getme development team
Maintainer-email: devs@getme.co.uk
License: MIT
Keywords: flask manhattan
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Provides-Extra: develop
Provides-Extra: test
License-File: LICENSE

manhattan forms
===============

A set of classes, functions and utilties that extend WTForms for use with
manhattan.

How to install
--------------

`pip install manhattan_forms`

Testing
-------

`pip install --no-deps -e .`

`py.test`

