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
Release history Release notifications | RSS feed
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.1.tar.gz
(6.2 kB
view details)
Built Distribution
File details
Details for the file sol_orm_lib-0.3.1.tar.gz
.
File metadata
- Download URL: sol_orm_lib-0.3.1.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.8.18 Linux/5.15.0-52-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aee6da74b995ed3c7ca7401e561afa84e8c06677a41148521893e5b67ca8d81b |
|
MD5 | 02f727f3e4f4e927995f486897aded67 |
|
BLAKE2b-256 | 01a7d2f23d73293f430abfea4dc072a5725ff6a00d6159b15f267b88ae65df5b |
File details
Details for the file sol_orm_lib-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: sol_orm_lib-0.3.1-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.8.18 Linux/5.15.0-52-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 475451444f0bbdc82e1d85d27fbce975f91b26e9e77bd09c636accf3365aac10 |
|
MD5 | 145363e8f4e0e4f9eb2154334aaf793e |
|
BLAKE2b-256 | a4afc9ce010514dbcd4772e8e5fa5c3d7a871c58cf2512d02edd39595d80c128 |