Skip to main content

SQLAlchemy CRUD.

Project description

Build Status Coverage Status Stories in Progress PyPI

sacrud

sacrud - CRUD interface for SQLAlchemy.

SACRUD will solve your problem of CRUD interface for SQLAlchemy, by providing extension for Pyramid (yet) or use it in pure form. 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:

from .models import Groups
from sacrud.action import CRUD

data = {'name': 'Electronics',
        'parent_id': '10',}
group_obj = CRUD(DBSession, Groups, request=data).add()
print group_obj.id

Installation

Install from github:

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

current develop version

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

PyPi:

pip install sacrud

Source:

python setup.py install

Contribute

Support

If you are having issues, please let me know. I have a mailing list located at: 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

sacrud-0.1.6.tar.gz (10.7 kB view details)

Uploaded Source

File details

Details for the file sacrud-0.1.6.tar.gz.

File metadata

  • Download URL: sacrud-0.1.6.tar.gz
  • Upload date:
  • Size: 10.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for sacrud-0.1.6.tar.gz
Algorithm Hash digest
SHA256 e9dff6bcae50cd49f35f091d8b28382317f744c1d1c3be1d4dbfb99b93676c4d
MD5 9412ff9ff8ad77c9cf6e30dfec681007
BLAKE2b-256 6f9f553b08e702a3e0a4e1bfd74f3efee225801c07ea32df388e34a5d78135d4

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