No project description provided
Project description
infrasys
This package implements a data store for components and time series in support of Python-based modeling packages. While it is designed to support teams modeling transmission and distribution systems for electrical grids, it can be used by any package that needs to store components (e.g., generators and buses) that have quantities (e.g., power and voltage) which may vary over time.
The package was inspired by InfrastructureSystems.jl
Benefits
- Stores components in data structures that provide fast lookup and iteration by type and name.
- Provides extendable data models that enable validation and unit conversion through pint.
- Manages time series data efficiently. Data is only loaded into system memory when needed by the user application.
- Manages serialization and de-serialization of components to JSON, including automatic handling of nested objects.
- Enables data model migration.
Package Developer Guide
🚧
Installation
$ pip install git+ssh://git@github.com/NREL/infrastructure_systems.git@main
Developer installation
$ pip install -e ".[dev]"
Please install pre-commit
so that your code is checked before making commits.
$ pre-commit install
License
infrasys is released under a BSD 3-Clause License.
infrasys was developed under software record SWR-24-42 at the National Renewable Energy Laboratory (NREL).
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
Built Distribution
File details
Details for the file infrasys-0.1.1.tar.gz
.
File metadata
- Download URL: infrasys-0.1.1.tar.gz
- Upload date:
- Size: 57.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ebb40b5e9e62b110388a7bd9e762818d30074e4962bef8a18ef3ef01a96ebfa |
|
MD5 | 499ed629d5474c5442fbd247474c932b |
|
BLAKE2b-256 | 2a0e4fa986e27984244c9ff3cc866f05ba1471eac42abe68c19240938c80a1f5 |
File details
Details for the file infrasys-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: infrasys-0.1.1-py3-none-any.whl
- Upload date:
- Size: 46.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a2c3966cda886d9eeaff7c3ecbdd3239e962b018a941417c68d5b5fc9f75553 |
|
MD5 | 5f1d12806564bab838307f90edda4e71 |
|
BLAKE2b-256 | 6d1edb4be0812ccbe1d2174ccda2d260cfb2f1639d655d6f74126ca61c1fc3b5 |