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)

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

Uploaded Source

Built Distribution

sol_orm_lib-0.3.4-py3-none-any.whl (6.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: sol_orm_lib-0.3.4.tar.gz
  • Upload date:
  • Size: 6.3 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.3.4.tar.gz
Algorithm Hash digest
SHA256 ecafb5ab2da7cb18633d774db3f694541257960c9cea05c196392226b628d054
MD5 3eea7d36bd040ef63b8d3ea5b17487ac
BLAKE2b-256 824bbafba94e68049993e9c85af4b18570f6e9cd983268abcb28ce2ad280a9c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sol_orm_lib-0.3.4-py3-none-any.whl
  • Upload date:
  • Size: 6.7 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.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 87b3cdb5147e4641b05881e97afccc457bf1b7e23d8ecf1087405a3c325be510
MD5 5cf3917213134047c253b832ca7c78f9
BLAKE2b-256 8957de13edc4c6408ee891b49d553bdead100c54f02e48f4091dce4dffd99aee

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