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

https://github.com/lanl-ansi/grg-grgdata

Python tools for working with GRG data files
https://github.com/lanl-ansi/grg-grgdata

grg power-network python

Last synced: 4 months ago
JSON representation

Python tools for working with GRG data files

Awesome Lists containing this project

README

        

============
grg-grgdata
============

**release:**

.. image:: https://badge.fury.io/py/grg-grgdata.svg
:target: https://badge.fury.io/py/grg-grgdata

.. image:: https://readthedocs.org/projects/grg-grgdata/badge/?version=stable
:target: http://grg-grgdata.readthedocs.io/en/stable/?badge=stable
:alt: Documentation Status

**dev status:**

.. image:: https://travis-ci.org/lanl-ansi/grg-grgdata.svg?branch=master
:target: https://travis-ci.org/lanl-ansi/grg-grgdata
:alt: Build Report
.. image:: https://codecov.io/gh/lanl-ansi/grg-grgdata/branch/master/graph/badge.svg
:target: https://codecov.io/gh/lanl-ansi/grg-grgdata
:alt: Coverage Report
.. image:: https://readthedocs.org/projects/grg-grgdata/badge/?version=latest
:target: http://grg-grgdata.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

grg-grgdata is a minimalist python package for working with GRG data files.

The package can be installed via::

pip install grg-grgdata

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.2.4**

- Drop support for python 2.7 and 3.4

**v0.2.3**

- Added include_package_data to setup function

**v0.2.2**

- Update manifest for schema files

**v0.2.1**

- Add manifest for schema files

**v0.2.0**

- Update to GRG v4.1

**v0.1.1**

- Fixed minor typo in readme.

**v0.1.0**

- Initial release

**v0.0.1**

- Initial test tag