Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
/ campos Public archive

Helps you to quickly create and generate fully functional forms

License

Notifications You must be signed in to change notification settings

jbnone/campos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Helps you to quickly create and generate fully functional forms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages