Skip to main content

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.

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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for ps_alchemy-0.0.7.tar.gz
Algorithm Hash digest
SHA256 150e78dc490dca5dbf02278fdf84776bd01429cbdcdf6e54badbf2bedaf89a55
MD5 0ff5d86bbceb304470633b4519b3eec7
BLAKE2b-256 cdcbd116096210c508bd455e60c2195600566550653e29655bffa2ce2da4baa2

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.7 This release

1 file

0.0.6

1 file

0.0.5

1 file

0.0.4

1 file

0.0.3

1 file

0.0.2

1 file

0.0.1

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page