Pyramid SQLAlchemy CRUD.
Project description
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', [Model1, Model2]),
('Group2', [Model3]))
go to http://localhost:6543/sacrud/
Example can be found here https://github.com/ITCase/pyramid_sacrud/tree/master/example
And see…
Installing
GitHub
pip install git+http://github.com/ITCase/pyramid_sacrud.git
PyPi
pip install pyramid_sacrud
Source
git clone git+http://github.com/ITCase/pyramid_sacrud.git
python setup.py install
Contribute
git clone git+http://github.com/ITCase/pyramid_sacrud.git
python setup.py develop
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
License
The project is licensed under the MIT license.
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
File details
Details for the file pyramid_sacrud-0.0.9.tar.gz
.
File metadata
- Download URL: pyramid_sacrud-0.0.9.tar.gz
- Upload date:
- Size: 177.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6716d2354624f234ba82ab1d8173ac9c99d9fde95ecccdc2c7b4891a7bc18e5c |
|
MD5 | 07fc5b1cf4744045bc0eeea5316e5bf1 |
|
BLAKE2b-256 | 77b3e643e742d1f5145f2fe8834837cb86447af13054e60d898243d7d14496b3 |