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
- Host: GitHub
- URL: https://github.com/lanl-ansi/grg-grgdata
- Owner: lanl-ansi
- License: other
- Created: 2018-05-27T20:33:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-13T22:23:37.000Z (over 4 years ago)
- Last Synced: 2025-01-10T02:14:22.398Z (5 months ago)
- Topics: grg, power-network, python
- Language: Python
- Homepage: http://grg-grgdata.readthedocs.io/en/stable/
- Size: 806 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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 Statusgrg-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