Skip to main content

SQLAlchemy provider for pyramid_sacrud.

Project description

Build Status Coverage Status PyPI

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.

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

ps_alchemy-0.0.1.tar.gz (9.8 kB view details)

Uploaded Source

File details

Details for the file ps_alchemy-0.0.1.tar.gz.

File metadata

  • Download URL: ps_alchemy-0.0.1.tar.gz
  • Upload date:
  • Size: 9.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ps_alchemy-0.0.1.tar.gz
Algorithm Hash digest
SHA256 ba3d333bee34c9852e4d8613d68c7f46030955d83759a5465a901c86b90f1a7a
MD5 d802c4c73fcaacd4af1ec2addcd1dbf3
BLAKE2b-256 9cf6b038ede53d85fb0afa105b22e10d2eed59b866cb592c2973fd143759980b

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