Skip to main content

dodotable

Project description

Latest PyPI version Documentation Status https://travis-ci.org/spoqa/dodotable.svg?branch=master

HTML table representation for SQLAlchemy .

SQLAlchemy to <table>

from dodotable.schema import Table

table = Table(
    cls=Music,
    label='music table',
    columns=[
        Column(attr='id', label=u'id'),
        Column(attr='name', label=u'name'),
    ],
    sqlalchemy_session=session
)
print(table.select(offset=0, limit=10).__html__())

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

dodotable-0.1.2.tar.gz (10.5 kB view details)

Uploaded Source

Built Distribution

dodotable-0.1.2-py2.py3-none-any.whl (16.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file dodotable-0.1.2.tar.gz.

File metadata

  • Download URL: dodotable-0.1.2.tar.gz
  • Upload date:
  • Size: 10.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for dodotable-0.1.2.tar.gz
Algorithm Hash digest
SHA256 9ebc159d978a67811d64b4ac257e583a20ee6216efd2250154ab2841e8dfe9f0
MD5 80654a8404a378bd1d353e2aad0960e1
BLAKE2b-256 b10b11698926b253d6a0763b34e400a5d12dac448ac9cc81d7978763fbb77181

See more details on using hashes here.

File details

Details for the file dodotable-0.1.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for dodotable-0.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6116d94265a71851b3946499798130cb5b27ef83b0bf16d719fd05f202199c93
MD5 ef3cae09597cd8eafd84a04bca741aad
BLAKE2b-256 00d0d34277078f3ecdb5c3b9d39711fb32937fa55da8e3b2706863ca8b0311af

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