ps_alchemy
ps_alchemy is extension for pyramid_sacrud which provides SQLAlchemy models.
Look how easy it is to use:
Base = declarative_base()
DBSession = scoped_session(sessionmaker(extension=ZopeTransactionExtension()))
class PageTree(Base):
__tablename__ = 'pages'
id = Column(Integer, primary_key=True)
config.include('ps_alchemy')
config.include('pyramid_sacrud', route_prefix='admin')
config.registry.settings['pyramid_sacrud.models'] = ('webpages', [PageTree, ])
For more docs see http://ps-alchemy.rtfd.org
Support and Development
To report bugs, use the issue tracker
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.
Release files for ps_alchemy 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ps_alchemy-0.0.3.tar.gz | 10.0 kB | Details |
Release files / ps_alchemy-0.0.3.tar.gz
| Download URL | ps_alchemy-0.0.3.tar.gz |
|---|---|
| Size | 10.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
57bc1271ce1343c94ce67f4706fd0644af2c021437d31fcec9eed49ef5aa66d4
|
|
BLAKE2b-256 checksum How to use checksums |
ea6d87f667bc97d01421ea1fd54e3b229208b6a450de551f18314ac580f6876b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |