Skip to content

Commit

Permalink
Merge pull request #13 from zshafiqu/dynamic-select-form
Browse files Browse the repository at this point in the history
Feature Enhancement: Dynamic Select Form
  • Loading branch information
zshafiqu authored Mar 25, 2020
2 parents bdbb289 + 1a75695 commit 80dbe4d
Show file tree
Hide file tree
Showing 434 changed files with 12,413 additions and 24 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ This project is intended to be open source and public, so any and all contributi


## Release History

* 2.2.0
* Resolves issue where the search form made it difficult to get a report on cars where the name is ambiguous, or not well defined, such as ‘BMW 3-series’ or ‘Lexus ES’. Because of this, the web report interface’s search form was swapped out for a select option.
* Utilized the fetch() API to grab the updated lists, and they are asynchronously rendered as you change your selections.
* [(See pull request)](https://github.com/zshafiqu/vehicleinfo.org/pull/13)
* 2.1.0
* Trailing slash fix for API. Fixes inconsistent HTTP request paths. [(See pull request)](https://github.com/zshafiqu/vehicleinfo.org/pull/12)
* 2.0.0
* Designed a whole new UI [(see pull request)](https://github.com/zshafiqu/vehicleinfo.org/pull/2)
* Significant improvements warranted skipping versions b/w 1.0.1 & 2
Expand Down
Binary file modified env/lib/python3.8/distutils/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pip
32 changes: 32 additions & 0 deletions env/lib/python3.8/site-packages/Flask_WTF-0.14.3.dist-info/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Copyright (c) 2010 by Dan Jacob.
Copyright (c) 2013 by Hsiaoming Yang.

Some rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.

* The names of the contributors may not be used to endorse or
promote products derived from this software without specific
prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
Metadata-Version: 2.1
Name: Flask-WTF
Version: 0.14.3
Summary: Simple integration of Flask and WTForms.
Home-page: https://github.com/lepture/flask-wtf
Author: Dan Jacob
Author-email: danjac354@gmail.com
Maintainer: Hsiaoming Yang
Maintainer-email: me@lepture.com
License: BSD
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
Requires-Dist: Flask
Requires-Dist: WTForms
Requires-Dist: itsdangerous

Flask-WTF
=========

.. image:: https://travis-ci.org/lepture/flask-wtf.svg?branch=master
:target: https://travis-ci.org/lepture/flask-wtf
:alt: Test Status
.. image:: https://codecov.io/gh/lepture/flask-wtf/branch/master/graph/badge.svg
:target: https://codecov.io/gh/lepture/flask-wtf
:alt: Coverage Status

Simple integration of Flask and WTForms, including CSRF, file upload, and reCAPTCHA.

Links
-----

* `Documentation <https://flask-wtf.readthedocs.io>`_
* `PyPI <https://pypi.python.org/pypi/Flask-WTF>`_
* `GitHub <https://github.com/lepture/flask-wtf>`_


28 changes: 28 additions & 0 deletions env/lib/python3.8/site-packages/Flask_WTF-0.14.3.dist-info/RECORD
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Flask_WTF-0.14.3.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
Flask_WTF-0.14.3.dist-info/LICENSE,sha256=oHX42YrP2wXdmHFiQrniwbOrmHIpJrPEz2yRasFOg1A,1490
Flask_WTF-0.14.3.dist-info/METADATA,sha256=dF7sva5J48ghHRrrDQXE8VC9rkGgzMroqE9F0Y8IRaE,1970
Flask_WTF-0.14.3.dist-info/RECORD,,
Flask_WTF-0.14.3.dist-info/WHEEL,sha256=8zNYZbwQSXoB9IfXOjPfeNwvAsALAjffgk27FqvCWbo,110
Flask_WTF-0.14.3.dist-info/top_level.txt,sha256=zK3flQPSjYTkAMjB0V6Jhu3jyotC0biL1mMhzitYoog,10
flask_wtf/__init__.py,sha256=3HmMihSqGs5tVK4kkizqgvkIYERx3vOcu1HqDEJV9F8,166
flask_wtf/__pycache__/__init__.cpython-38.pyc,,
flask_wtf/__pycache__/_compat.cpython-38.pyc,,
flask_wtf/__pycache__/csrf.cpython-38.pyc,,
flask_wtf/__pycache__/file.cpython-38.pyc,,
flask_wtf/__pycache__/form.cpython-38.pyc,,
flask_wtf/__pycache__/html5.cpython-38.pyc,,
flask_wtf/__pycache__/i18n.cpython-38.pyc,,
flask_wtf/_compat.py,sha256=azP2rQPjAnKozhAJjMlbhI8aDlEOMuv1HrTHFDOJZYM,917
flask_wtf/csrf.py,sha256=6X70Trm_bqA2PeetNrX0n8yMov3346qyde7BzC6K_Cg,11784
flask_wtf/file.py,sha256=HvYn4xlQFr1xjmNFvYCL-9ovWOQxL1VL2kSprHnxdTk,2886
flask_wtf/form.py,sha256=carx4zNxTk5qm9Ns5PJnoexVySXnpJvgokpi2VWsc-k,4987
flask_wtf/html5.py,sha256=ehOXtr_lhJHjn00MhIrFgvFO1SlFeN8hBoNG7wlSu5Q,333
flask_wtf/i18n.py,sha256=6yhSjnvippZ04H2gaqSHLeztR5LXpdnugWmxZEps4ck,1228
flask_wtf/recaptcha/__init__.py,sha256=q3TC7tZPSAZ3On3GApZKGn0EcydX4zprisbyTlhN3sQ,86
flask_wtf/recaptcha/__pycache__/__init__.cpython-38.pyc,,
flask_wtf/recaptcha/__pycache__/fields.cpython-38.pyc,,
flask_wtf/recaptcha/__pycache__/validators.cpython-38.pyc,,
flask_wtf/recaptcha/__pycache__/widgets.cpython-38.pyc,,
flask_wtf/recaptcha/fields.py,sha256=kN_10iZYQcYg1EtxFp4B87BlFnnrJCktrh7bTykOVj4,453
flask_wtf/recaptcha/validators.py,sha256=Wy0ucQzSpPS4XeeXhPjzRmTPtSM6pIQLlMWEPOODuQ4,2405
flask_wtf/recaptcha/widgets.py,sha256=SbXaEMi3sFIJLFdTOVnjDMQPIQAIHAs2wdIycaTO5LQ,1255
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.33.6)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
flask_wtf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pip
101 changes: 101 additions & 0 deletions env/lib/python3.8/site-packages/WTForms-2.2.1.dist-info/METADATA
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
Metadata-Version: 2.1
Name: WTForms
Version: 2.2.1
Summary: A flexible forms validation and rendering library for Python web development.
Home-page: https://wtforms.readthedocs.io/
Author: Thomas Johansson, James Crasta
Author-email: wtforms@simplecodes.com
Maintainer: WTForms team
Maintainer-email: davidism@gmail.com
License: BSD
Project-URL: Documentation, https://wtforms.readthedocs.io/
Project-URL: Code, https://github.com/wtforms/wtforms
Project-URL: Issue tracker, https://github.com/wtforms/wtforms/issues
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: locale
Requires-Dist: ordereddict; python_version=="2.6"
Provides-Extra: locale
Requires-Dist: Babel (>=1.3); extra == 'locale'

WTForms
=======

WTForms is a flexible forms validation and rendering library for Python
web development. It is `framework agnostic`_ and can work with whatever
web framework and template engine you choose. There are various
community libraries that provide closer integration with popular
frameworks.

To get started using WTForms, we recommend reading the `crash course`_
in the docs.

.. _crash course: https://wtforms.readthedocs.io/en/stable/crash_course.html
.. _framework agnostic: https://wtforms.readthedocs.io/en/stable/faq.html#does-wtforms-work-with-library-here


Installation
------------

Install and update using pip::

pip install -U WTForms


Third-Party Library Integrations
--------------------------------

WTForms is designed to work with any web framework and template engine.
There are a number of community-provided libraries that make integrating
with frameworks even better.

- `Flask-WTF`_ integrates with the Flask framework. It can
automatically load data from the request, uses Flask-Babel to
translate based on user-selected locale, provides full-application
CSRF, and more.
- `WTForms-Alchemy`_ provides rich support for generating forms from
SQLAlchemy models, including an expanded set of fields and
validators.
- `WTForms-SQLAlchemy`_ provides ORM-backed fields and form generation
from SQLAlchemy models.
- `WTForms-AppEngine`_ provides ORM-backed fields and form generation
from AppEnding db/ndb schema
- `WTForms-AppEngine`_ provides ORM-backed fields and form generation
from Django models, as well as integration with Django's I18N
support.

.. _Flask-WTF: https://flask-wtf.readthedocs.io/
.. _WTForms-Alchemy: https://wtforms-alchemy.readthedocs.io/
.. _WTForms-SQLAlchemy: https://github.com/wtforms/wtforms-sqlalchemy
.. _WTForms-AppEngine: https://github.com/wtforms/wtforms-appengine
.. _WTForms-Django: https://github.com/wtforms/wtforms-django


Links
-----

- Documentation: https://wtforms.readthedocs.io/
- License: `BSD <https://github.com/wtforms/wtforms/blob/master/LICENSE>`_
- Releases: https://pypi.org/project/WTForms/
- Code: https://github.com/wtforms/wtforms
- Issue tracker: https://github.com/wtforms/wtforms/issues
- Test status:

- Linux: https://travis-ci.org/wtforms/wtforms

- Test coverage: https://coveralls.io/github/wtforms/wtforms


Loading

0 comments on commit 80dbe4d

Please sign in to comment.