Skip to main content

Python ORM to talk to Valar.

Project description

Valarpy

Version status License PyPI - Python Version GitHub release (latest SemVer including pre-releases) Latest version on PyPi Documentation status Build & test

Python code to talk to Valar. There is more documentation available in the Valar readme. See the docs.

Usage:

import valarpy
with valarpy.opened() as model:
    print(list(model.Refs.select()))

An example connection config file:

{
    "port": 3306,
    "user": "kaletest",
    "password": "kale123",
    "database": "valartest",
    "host": "127.0.0.1"
}

New issues and pull requests are welcome. Please refer to the contributing guide. Generated with Tyrannosaurus.

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

valarpy-2.2.0.tar.gz (15.8 kB view hashes)

Uploaded Source

Built Distribution

valarpy-2.2.0-py3-none-any.whl (16.8 kB view hashes)

Uploaded Python 3

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