Form generator for SQLAlchemy models.
Project description
|Build Status| |Coverage Status| |Stories in Progress| |PyPI|
.. |Build Status| image:: https://travis-ci.org/ITCase/sacrud_deform.svg?branch=master
:target: https://travis-ci.org/ITCase/sacrud_deform
.. |Coverage Status| image:: https://coveralls.io/repos/ITCase/sacrud_deform/badge.png?branch=master
:target: https://coveralls.io/r/ITCase/sacrud_deform?branch=master
.. |Stories in Progress| image:: https://badge.waffle.io/ITCase/sacrud_deform.png?label=in%20progress&title=In%20Progress
:target: http://waffle.io/ITCase/sacrud_defrom
.. |PyPI| image:: http://img.shields.io/pypi/dm/sacrud_deform.svg
:target: https://pypi-hypernode.com/pypi/sacrud_deform/
sacrud_deform
==============
Form generotor for SQLAlchemy models.
Install
=======
develop version from source
.. code-block:: bash
pip install git+https://github.com/ITCase/sacrud_deform.git
.. code-block:: bash
pip install sacrud_deform
Use
===
For get column of model use sacrud function :py:func:`sacrud.common.columns_by_group`.
.. code-block:: python
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 <https://github.com/ITCase/sacrud_deform/issues>`_
or `waffle board <https://waffle.io/ITCase/sacrud_deform>`_.
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
.. |Build Status| image:: https://travis-ci.org/ITCase/sacrud_deform.svg?branch=master
:target: https://travis-ci.org/ITCase/sacrud_deform
.. |Coverage Status| image:: https://coveralls.io/repos/ITCase/sacrud_deform/badge.png?branch=master
:target: https://coveralls.io/r/ITCase/sacrud_deform?branch=master
.. |Stories in Progress| image:: https://badge.waffle.io/ITCase/sacrud_deform.png?label=in%20progress&title=In%20Progress
:target: http://waffle.io/ITCase/sacrud_defrom
.. |PyPI| image:: http://img.shields.io/pypi/dm/sacrud_deform.svg
:target: https://pypi-hypernode.com/pypi/sacrud_deform/
sacrud_deform
==============
Form generotor for SQLAlchemy models.
Install
=======
develop version from source
.. code-block:: bash
pip install git+https://github.com/ITCase/sacrud_deform.git
.. code-block:: bash
pip install sacrud_deform
Use
===
For get column of model use sacrud function :py:func:`sacrud.common.columns_by_group`.
.. code-block:: python
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 <https://github.com/ITCase/sacrud_deform/issues>`_
or `waffle board <https://waffle.io/ITCase/sacrud_deform>`_.
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
Release history Release notifications | RSS feed
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.tar.gz
(6.0 kB
view details)
File details
Details for the file sacrud_deform-0.0.7.tar.gz
.
File metadata
- Download URL: sacrud_deform-0.0.7.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72df449ef89edda7710556fafcb431be90c0e06d4e400e1cb5e3eaac33ef99cf |
|
MD5 | 34f76863c7523a89edac6d13c1a163fc |
|
BLAKE2b-256 | 83cb3ef8836fb20b35779e6ff84f750568fca36678b4c71e6a9712c99c754815 |