Skip to main content

pyramid_backend

Project description

pyramid_backend
===============

A backend development kit for pyramid, feel free to email me *hoc3010 at gmail dot com* about this package.

Usage
-----

config.include('pyramid_backend')

### Configurations:

1. *pyramid_backend.admin_site*: related path for backend site from root
2. *pyramid_backend.manager_factories*: the list of backend manager factories. Default is :

pyramid_backend.backend_manager.sqlalchemy:factory

3. *pyramid_backend.models*: list of class to be managed automatically by pyramid_backend

For each model, the display configurations can be:

Model.__backend_id_attr__ = name of list of names in Model's primary key
Model.__backend_schema_cls__ = a Colander/Deform Schema
Model.__backend_slug__ = value to use on url, default = auto detect
Model.__backend_display_name__ = display name for model, default = auto detect
Model.__backend_id_attr__ = id attribute name, default = "id"
Model.__backend_list__columns_to_display__ = List Attributes, default = auto detect
Model.__backend_detail__columns_to_display__ = List Attributes, default = auto detect
Model.__backend_list__items_per_page__ = Number of items per page, default = 50
Model.__backend_detail__relations_to_display__ = List Attributes, default = auto detect

#### List Attributes

This is a list of attributes to display, each item can be:

1. a string: attribute name
2. a tuple: first element is attribute name. The rest is limit (if it's a list) and display name,
order is not important

#### Backend manager's configuration:

##### SQLAlchemy

DBSession for a model will be searched in order: Model.__dbsession__, configured DBSession

1. *pyramid_backend.sqlalchemy.dbsession*: the full path to Session object.

I.e: app.db:DBSession

### API

> Updating

#### @model_view_config, add_model_view
#### @model_action_config, add_model_action
#### @object_action_config, add_object_action


CHANGE LOG
----------

# Version 1.3.4

* Fix bugs at 1.3.2

# Version 1.3.3

* Mirror fixs for python 2.7

# Version 1.3.2

* Fix error when update model schema contains primary key in cqlengine

# Version 1.3.1

* Fix some mirror bugs
* Remove SQLAlchemy multi DBSession supporting. This feature will be do at
engine binding from main project's scope.

# Version 1.3.0

* Add python3 support
* Fixbug when cqlengine is not installed
* SQLAlchemy: Support multi DBSession:

* DBSession for a model will be searched in order: Model.__dbsession__, configured DBSession

# Version 1.1.0

* Add python3 support

# Version 1.0.7

* Fix important bug for fetch_object from id

### Version 1.0.6

* Make SQLAlchemy adatper more accurate

### Version 1.0.5

* Add support for multi field primary key

### Version 1.0.4

* Add backend manager for cqlengine models.

### Version 1.0.x

* Initialize

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_backend-1.3.4.tar.gz (29.3 kB view details)

Uploaded Source

File details

Details for the file pyramid_backend-1.3.4.tar.gz.

File metadata

File hashes

Hashes for pyramid_backend-1.3.4.tar.gz
Algorithm Hash digest
SHA256 09a864f4c7f009a214852d426f56adbfefd302102426526ebda962b7bae4d9fb
MD5 e3fc12b0f4574f15bb3c1326e6c69328
BLAKE2b-256 3bd92dab49a3f5ac8ea382ba5a2d78152a94b64e04218b35cb35cf81ef4348b3

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