SkillAgentSearch skills...

PandaNGas

Natural gas network design and simulation tool, largely inspired by PandaPower

Install / Use

/learn @IntegrCiTy/PandaNGas
About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Universal

README

PandaNGas

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Python >= 3.5 (https://www.python.org/downloads/)

Installing

Install git (if not already done) (More info on git)

If you’re on a Debian-based distribution like Ubuntu, try apt-get:

$ sudo apt-get install git-all

Install virtualenv (if not already done) (More info on virtualenv)

$ pip install virtualenv

Create a Python 3.5 virtual env

$ virtualenv -p python3 ict

Activate the created virtual env (ict)

$ source link/to/ict/bin/activate

Install dependencies

$ pip install -r requirements.txt

Running the tests

Pytest (https://docs.pytest.org/en/latest/) is used in this project. To run tests just run pytest with command line in the dedicated environment in the root forlder of this package.

Break down into end to end tests

Built With

  • Pandas - data structures and data analysis tools
  • Networkx - manipulation of graph and network

Authors

  • Pablo Puerto - Initial work

License

You should have received a copy of the Apache License Version 2.0 along with this program. If not, see http://www.apache.org/licenses/LICENSE-2.0.

Acknowledgments

  • TO DO ...

Related Skills

View on GitHub
GitHub Stars5
CategoryDesign
Updated24d ago
Forks1

Languages

Python

Security Score

85/100

Audited on Mar 1, 2026

No findings