Metadata-Version: 2.4
Name: villas-node
Version: 1.1.0
Summary: Python support for the VILLASnode simulation-data gateway
Author-email: Steffen Vogel <post@steffenvogel.de>, Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
Project-URL: GitHub, https://github.com/VILLASframework/node
Project-URL: Project, https://www.fein-aachen.org/en/projects/villas-node
Project-URL: Homepage, https://villas.fein-aachen.org
Keywords: simulation,power,system,real-time,villas
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: linuxfd==1.5; platform_system == "Linux"
Requires-Dist: protobuf==6.32.1
Requires-Dist: libconf==2.0.1
Provides-Extra: dev
Requires-Dist: black==25.11.0; extra == "dev"
Requires-Dist: flake8==7.3.0; extra == "dev"
Requires-Dist: mypy==1.19.0; extra == "dev"
Requires-Dist: pytest==9.0.1; extra == "dev"
Requires-Dist: types-protobuf==6.32.1.20251105; extra == "dev"

# VILLASnode Python Support

## Merge two files and filter the output based on timestamps

```
villas-file-merge testfile.dat testfile2.dat | villas-file-filter 3 5 > output.dat
```

## Documentation

User documentation is available here: <https://villas.fein-aachen.org/doc/node.html>

## License

This project is released under the terms of the [Apache 2.0 license](../LICENSE).

We kindly ask all academic publications employing components of VILLASframework to cite one of the following papers:

- A. Monti et al., "[A Global Real-Time Superlab: Enabling High Penetration of Power Electronics in the Electric Grid](https://ieeexplore.ieee.org/document/8458285/)," in IEEE Power Electronics Magazine, vol. 5, no. 3, pp. 35-44, Sept. 2018.
- S. Vogel, M. Mirz, L. Razik and A. Monti, "[An open solution for next-generation real-time power system simulation](http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8245739&isnumber=8244404)," 2017 IEEE Conference on Energy Internet and Energy System Integration (EI2), Beijing, 2017, pp. 1-6.

For other licensing options please consult [Prof. Antonello Monti](mailto:amonti@eonerc.rwth-aachen.de).

- SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
- SPDX-FileCopyrightText: 2023 OPAL-RT Germany GmbH
- SPDX-License-Identifier: Apache-2.0

## Contact

[![EONERC ACS Logo](doc/pictures/eonerc_logo.png)](http://www.acs.eonerc.rwth-aachen.de)

- Steffen Vogel <post@steffenvogel.de>
- Marija Stevic <mstevic@eonerc.rwth-aachen.de>

[Institute for Automation of Complex Power Systems (ACS)](http://www.acs.eonerc.rwth-aachen.de)
[EON Energy Research Center (EONERC)](http://www.eonerc.rwth-aachen.de)
[RWTH University Aachen, Germany](http://www.rwth-aachen.de)
