Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lanl-ansi/grg-mpdata
Python tools for working with Matpower data files
https://github.com/lanl-ansi/grg-mpdata
matpower power-network python
Last synced: 9 days ago
JSON representation
Python tools for working with Matpower data files
- Host: GitHub
- URL: https://github.com/lanl-ansi/grg-mpdata
- Owner: lanl-ansi
- License: other
- Created: 2018-05-23T20:40:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-13T22:11:46.000Z (almost 4 years ago)
- Last Synced: 2024-10-04T12:05:23.723Z (about 2 months ago)
- Topics: matpower, power-network, python
- Language: MATLAB
- Homepage: https://grg-mpdata.readthedocs.io/en/stable/
- Size: 474 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==========
grg-mpdata
==========**release:**
.. image:: https://badge.fury.io/py/grg-mpdata.svg
:target: https://badge.fury.io/py/grg-mpdata.. image:: https://readthedocs.org/projects/grg-mpdata/badge/?version=stable
:target: http://grg-mpdata.readthedocs.io/en/stable/?badge=stable
:alt: Documentation Status**dev status:**
.. image:: https://travis-ci.org/lanl-ansi/grg-mpdata.svg?branch=master
:target: https://travis-ci.org/lanl-ansi/grg-mpdata
:alt: Build Report
.. image:: https://codecov.io/gh/lanl-ansi/grg-mpdata/branch/master/graph/badge.svg
:target: https://codecov.io/gh/lanl-ansi/grg-mpdata
:alt: Coverage Report
.. image:: https://readthedocs.org/projects/grg-mpdata/badge/?version=latest
:target: http://grg-mpdata.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Statusgrg-mpdata is a minimalist python package for working with Matpower data files.
The package can be installed via::
pip install grg-mpdata
License
------------
This package is developed at Los Alamos National Laboratory and is provided under a BSD-3 license as part of the Grid Research for Good Software Tools (C18036), see the `LICENSE` file for the full text.Changelog
------------**staged**
- nothing
**v0.1.1**
- Drop support for python 2.7 and 3.4
**v0.1.0**
- Initial release
**v0.0.2**
- PyPI test release
**v0.0.1**
- initial test tag