Skip to main content

ORM for JRDB

Project description

JRDB-Model

ORM for JRDB with flask-sqlalchemy.
You can store jrdb dataset to your database.
This repository does not have fetching scripts.

Setup

set your environmental variable below.
e.g.
DB="sqlite:///tmp/jrdb.db"
https://flask-sqlalchemy.palletsprojects.com/en/2.x/config/

Usage

Install

pip install jrdb_model

Load dataset

from  jrdb_model import KaisaiData  
kaisais = KaisaiData.query.filter_by(ymd='20181118').all()  

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

jrdb-model-0.2.0.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

jrdb_model-0.2.0-py3-none-any.whl (14.2 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