Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Status

grg-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