Skip to main content

Form generator for SQLAlchemy models.

Project description

Build Status Coverage Status Stories in Progress PyPI

sacrud_deform

Form generotor for SQLAlchemy models.

Install

develop version from source

pip install git+https://github.com/ITCase/sacrud_deform.git
pip install sacrud_deform

Use

For get column of model use sacrud function sacrud.common.columns_by_group.

from sacrud_deform import SacrudForm
columns_of_model = columns_by_group(MyModel)

form = SacrudForm(obj=obj,
                  dbsession=DBSession,
                  request=request,
                  table=MyModel)()
form_html = data.render()

Support and Development

To report bugs, use the issue tracker or waffle board.

We welcome any contribution: suggestions, ideas, commits with new futures, bug fixes, refactoring, docs, tests, translations etc

If you have question, contact me sacrud@uralbash.ru or IRC channel #sacrud

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sacrud_deform-0.0.7.post1.tar.gz (6.0 kB view details)

Uploaded Source

File details

Details for the file sacrud_deform-0.0.7.post1.tar.gz.

File metadata

File hashes

Hashes for sacrud_deform-0.0.7.post1.tar.gz
Algorithm Hash digest
SHA256 5a2e68bcdbe4ce570c6a3b35e4fcb66f64ad80cf5e70ed84df5920388c914cd1
MD5 635e9f10254fa67ac2bd4f80a016edc1
BLAKE2b-256 5b34848e3ae968b03959a776d6f0f8853e71ba7a88b540217ec84dd2407ecfba

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page