Skip to main content

Pyramid SQLAlchemy CRUD.

Project description

Build Status Coverage Status Stories in Progress PyPI

pyramid_sacrud

Documentation http://pyramid-sacrud.readthedocs.org/en/latest/

Overview

pyramid_sacrud - Pyramid CRUD interface based on sacrud and SQLAlchemy.

pyramid_sacrud will solve your problem of CRUD interface for Pyramid. Unlike classical CRUD interface, pyramid_sacrud allows override and flexibly customize interface. (that is closer to django.contrib.admin)

Look how easy it is to use with Pyramid:

from .models import (Model1, Model2, Model3,)
# add sacrud and project models
config.include('pyramid_sacrud')
settings = config.registry.settings
settings['pyramid_sacrud.models'] = {'Group1': {
                                        'tables': [Model1,
                                                   Model2],
                                        'position': 1,},
                                     'Group2': {
                                        'tables': [Model3],
                                        'position': 4,}
                                     }

go to http://localhost:6543/sacrud/

And see…

sacrud_index

Installing

github

pip install git+http://github.com/ITCase/pyramid_sacrud.git

current develop version

pip install git+http://github.com/ITCase/pyramid_sacrud.git@develop

PyPi

pip install pyramid_sacrud

source

git clone git+http://github.com/ITCase/pyramid_sacrud.git
python setup.py install

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 know Flask framework, it would be nice create connector to him like this.

If you have question, contact me sacrud@uralbash.ru

License

The project is licensed under the MIT license.

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

pyramid_sacrud-0.0.1a1.tar.gz (277.1 kB view details)

Uploaded Source

File details

Details for the file pyramid_sacrud-0.0.1a1.tar.gz.

File metadata

File hashes

Hashes for pyramid_sacrud-0.0.1a1.tar.gz
Algorithm Hash digest
SHA256 98ec34499db451f87fb1eb44682c42a1510abde348492a0c6a02c0a9c5fb1d45
MD5 d86784abbcbede6b9b547b49e0585142
BLAKE2b-256 fa19ccd9eaef383b273460d12aea990050125b405fcc3e04eb63f7974e17fbd4

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