1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
Commit graph

51 commits

Author SHA1 Message Date
Philipp Jungkamp
039673d609 python: Always use UTC time when handling Timestamps
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-09-21 13:29:39 +02:00
Philipp Jungkamp
ff2d24962f ci: Check Python code with black and mypy
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-09-21 12:55:30 +02:00
Philipp Jungkamp
b1eb40a8b3 python: Rework Python Sample and Format interfaces
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-09-20 17:20:27 +02:00
Philipp Jungkamp
c3779aa1d1 packaging-nix: Add villas-python package
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-09-20 16:17:53 +02:00
Steffen Vogel
3cc212423e Fix more flake8 warnings
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-09-07 11:16:04 +02:00
Steffen Vogel
0735eb0f89 Make project REUSE compliant
And various other cleanups and harmonizations

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-09-07 11:16:04 +02:00
7eec1bb753 update Steffens mail address
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2022-12-16 23:44:07 +01:00
b94746effb relicense VILLASnode to Apache 2.0 2022-07-04 18:23:57 +02:00
11a25f6fb7 update mail address 2022-03-15 09:29:20 -04:00
17ac92aa21 update copyright year 2022-03-15 09:28:57 -04:00
784e970bfe port large parts of VILLASnode to C++ and fix tests alongside 2022-01-11 09:19:53 -05:00
57fcc3c4f8 several minor fixes 2021-09-14 10:50:05 +02:00
5f6a28ca11 bump python version 2021-03-09 02:08:09 +01:00
94eeded67d python: autodetect API URL 2021-02-24 10:05:41 +01:00
f10708d771 fix flake8 errors 2021-02-17 13:01:30 +01:00
d06c388e56 python: fix flake8 errors 2021-02-17 12:33:28 +01:00
07d2ac98a4 Update Shmem_CIGRE_MV.py 2021-02-17 09:52:06 +01:00
7db2b0a380 added new example on using VILLASnode Python API 2021-02-17 09:33:35 +01:00
945a8bbcaa python: fix linting errors 2020-11-11 09:10:33 +01:00
1fe51399f1 python: add some missing API endpoints 2020-11-11 00:32:20 +01:00
7b01da03af python: bump version 2020-10-15 10:25:55 +02:00
9b2b6aa351 python: fixes for v2 API 2020-10-15 10:21:22 +02:00
c73d3b39b4 python: fix deps on non-linux platforms 2020-10-15 10:20:49 +02:00
d96afb3b13 api: final bug fixes for v2 2020-08-17 17:41:50 +02:00
ee67e13da7 python: use new API version 2020-08-17 17:30:22 +02:00
67de039d07 python: fix flake8 error 2020-07-06 13:55:40 +02:00
6a39221c4b python: remove obsolete files 2020-07-06 13:50:30 +02:00
3c09488658 python: properly sample output by tabs instead of spaces 2020-07-05 13:13:30 +01:00
7b62f10f12 python: flush output buffer in communicate() 2020-07-05 13:13:09 +01:00
f6ef7265ce python: flake8 liniting 2020-06-07 23:28:28 +02:00
c7fd20e478 python: get version via API 2020-06-07 23:12:19 +02:00
c1a3652e59 python: use setuptools.find_namespace_packages 2020-06-07 23:09:12 +02:00
f0bcf744e9 python: allow usage of communicate() without blocking 2020-06-07 22:26:29 +02:00
92a2f2cfbf python: bump package version 2020-06-07 22:26:29 +02:00
97709ae84e python: create timestamps using datetime.utcnow() 2020-06-07 22:26:29 +02:00
45d5f9b262 python: add new communicate function 2020-06-07 22:26:29 +02:00
e53661a62c update copyright year to 2020 2020-01-20 17:17:00 +01:00
253ef42eda python: match version of python module with version of C/C++ code 2019-11-12 15:12:23 +01:00
db1621dbac python: bump and upload new version to pypi.org 2019-09-03 21:05:43 +02:00
f2776109c5 python: fix invalid relative import for Python 3.5 2019-06-18 18:52:51 +01:00
c4651cf56f python: fix URL in setup.py 2019-02-18 18:05:18 +01:00
fa6d3d87ee python: add Sample class to parse villas.human format 2019-02-18 18:05:05 +01:00
8f7c8ae71e update copyright year to 2019 2019-01-13 00:42:39 +01:00
c090b0bc76 tests: fix python example 2018-12-04 13:27:42 +01:00
d72c5604e8 cmake: several improvments to the build system 2018-11-30 21:00:53 +01:00
640acafbce python add more logging 2018-11-30 20:45:30 +01:00
96b3147766 python: fix log file name 2018-11-30 20:45:17 +01:00
1d36d817f0 python: remove m2r from setup.py 2018-11-27 18:22:03 +01:00
ba041ea6fd python: start building a Python API for controlling VILLASnode 2018-11-27 18:07:52 +01:00
041b25a804 python: added first version of VILLASnode package 2018-10-28 14:41:55 +01:00