Metadata-Version: 1.1
Name: campos
Version: 1.0.1
Summary: Helps you to quickly create and generate fully functional forms
Home-page: https://github.com/jbermudezcabrera/campos
Author: Juan Manuel Bermúdez Cabrera
Author-email: jbermudezcabrera@gmail.com
License: MIT
Download-URL: http://pypi.python.org/pypi/campos
Description: campos
        ======
        
        campos can generate forms from your model objects or help you to easily create
        them using fields as building blocks. Take a minute to check examples dir.
        
        Requirements
        ============
        
        * Python 3+
        * QtPy
        * You need PyQt5, PyQt4 or PySide installed in your system to make use of
          *campos*. If several of these packages are found, ``PyQt5`` is used by
          default unless you set the ``QT_API`` environment variable.
        
          ``QT_API`` can take the following values:
        
            - pyqt5 (to use PyQt5).
            - pyqt or pyqt4 (to use PyQt4).
            - pyside (to use PySide).
        
        Installation
        ============
        
        You can use pip
        
        ``pip install campos``
        
        or install it from the source package
        
        ``python setup.py install``
        
        License
        =======
        
        This project is licensed under the MIT license.
        
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: Qt
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
