Skip to main content

No project description provided

Project description

infrasys

CI codecov

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

infrasys-0.0.3.tar.gz (45.1 kB view hashes)

Uploaded Source

Built Distribution

infrasys-0.0.3-py3-none-any.whl (37.0 kB view hashes)

Uploaded Python 3

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