Metadata-Version: 2.4
Name: manhattan_forms
Version: 0.1.33
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
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
License-File: LICENSE
Requires-Dist: email_validator>=1.0.3
Requires-Dist: Flask>=1.1.1
Requires-Dist: manhattan-formatters>=0.1.1
Requires-Dist: MongoFrames>=1.3.4
Requires-Dist: phonenumbers>=8.10.4
Requires-Dist: requests>=2.12.4
Requires-Dist: WTForms==2.3.3
Provides-Extra: develop
Requires-Dist: pytest; extra == "develop"
Requires-Dist: pytest-flask; extra == "develop"
Requires-Dist: requests-mock; extra == "develop"
Requires-Dist: tox; extra == "develop"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-flask; extra == "test"
Requires-Dist: requests-mock; extra == "test"
Requires-Dist: tox; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

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`
