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.2.6.tar.gz
(5.6 kB
view details)
Built Distribution
File details
Details for the file sol_orm_lib-0.2.6.tar.gz
.
File metadata
- Download URL: sol_orm_lib-0.2.6.tar.gz
- Upload date:
- Size: 5.6 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 | 2ec6475942f18c6359da312f66044382bb8d6afb9e6f8acbf014cc346006b56d |
|
MD5 | ff7b98858a05b4beda93680aa4721c3b |
|
BLAKE2b-256 | d9778726cbef331c0f8abfb3642f145ee7b3a3ea6c68f07092d8c5499cbfa863 |
File details
Details for the file sol_orm_lib-0.2.6-py3-none-any.whl
.
File metadata
- Download URL: sol_orm_lib-0.2.6-py3-none-any.whl
- Upload date:
- Size: 6.0 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 | c85913f529af4dd80cf1084b6573c9e9683bd5f4f6e180103f3d0b264cf66da5 |
|
MD5 | 3af1edcd85429969c53272a666dcd999 |
|
BLAKE2b-256 | 40c6a659bfed6c066a75c7984c347748f941b3271255a7948c053fb6e390b9e1 |