Skip to main content

No project description provided

Project description

SOL Python ORM Library

Installation

pip install sol-orm-lib

Example usage

from sol_orm_lib.models import *
from sol_orm_lib.sol_orm import SolORM

# Instantiate SolORM object
db = SolORM("https://db-api.sol.idener.es")

# Create an object 
mw = MeasuredWeather(
    rad_ar=27.2,
    temp_ar=39,
    wind_ar=12,
    timestamp=current_milli_time(),
)

# Add it to the DB
response = db.add_entity(mw)
print(response)

Local ORM

from sol_orm_lib.models import *
from sol_orm_lib.sol_local_orm import SolLocalORM

db = SolLocalORM(host="100.91.35.146", port=3306, db="bcm", user="bcm", password="bcm", debug=True)

ent = StorageStatusTAC(
    k=1,
    n=2,
    storageActual=3,
    storageActualKwh=4,
    storageInverterRealised=5,
    storageMax=6
)

db.add_entity(ent)
result = db.get_last_entity(StorageStatusTAC)
print(result)

Release process

To release a new version of the package, update the version number in the pyproject.toml file and publish a release with the same tag. The CI will build and publish the package to PyPI.

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

sol_orm_lib-0.4.3.tar.gz (9.1 kB view details)

Uploaded Source

Built Distribution

sol_orm_lib-0.4.3-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

File details

Details for the file sol_orm_lib-0.4.3.tar.gz.

File metadata

  • Download URL: sol_orm_lib-0.4.3.tar.gz
  • Upload date:
  • Size: 9.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.8.18 Linux/5.15.0-84-generic

File hashes

Hashes for sol_orm_lib-0.4.3.tar.gz
Algorithm Hash digest
SHA256 ce8517b056d1f0ddb21473cf2092eef878fb160ec666e54acc2f272730da4b30
MD5 a874d372bcf185fdb1345793b097fd66
BLAKE2b-256 4c4b44ecb8a99a7abd0b21373b673f0e98014463e672bd4ddabd533c6f5f4735

See more details on using hashes here.

File details

Details for the file sol_orm_lib-0.4.3-py3-none-any.whl.

File metadata

  • Download URL: sol_orm_lib-0.4.3-py3-none-any.whl
  • Upload date:
  • Size: 9.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.8.18 Linux/5.15.0-84-generic

File hashes

Hashes for sol_orm_lib-0.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 d09c1cf664d13150389840bb833221b512017fb930c2eb93bb963e1df093d7c2
MD5 76c44ecdd5e521c35ddcf78fb385e42d
BLAKE2b-256 5c8e8a98fe9a401ab799dcb151f87a9a19b34fb0969969e128dffc9afc19c663

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