Skip to content

Commit 9d0b2c8

Browse files
OpenOSF Update
1 parent 57d5254 commit 9d0b2c8

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44

55
# Rune Python Generator
66

7-
This repository creates a generator that will produce Python from a model developed using [Rune](https://github.com/finos/rune-dsl). The generated Python relies upon the [RunePythonRuntime]() library.
7+
*Rune Python Generator* - the generator enables creation of Python from [Rune](https://github.com/finos/rune-dsl). It supports the full Rune type syntax, and, as described in [EXPRESSION_SUPPORT.md](./EXPRESSION_SUPPORT.md), expression coverage is comprehensive. The generator does not yet fully implement function generation.
88

9-
**Continuous Integration:**
9+
The generated Python relies upon the [RunePythonRuntime](https://github.com/regnosys/rune-python-runtime) library and requires Python version 3.11+.
10+
11+
## Release Notes
12+
The features of the current version can be found in the [release notes](./RELEASE.md)
1013

11-
*Rune Python Generator* - the generator supports creation of Python for the full Rune type syntax, and, as described in [EXPRESSION_SUPPORT.md](./EXPRESSION_SUPPORT.md), expression coverage is comprehensive. The generator does not yet fully implement function generation.
12-
13-
The Python package requires Python version 3.11+.
14+
**Continuous Integration:**
1415

1516
## Repository Organization
1617

@@ -39,7 +40,8 @@ Our project runs with Java 21. Make sure that your Maven also uses this version
3940

4041
To build the project, run `mvn clean install`.
4142

42-
All the tests should pass.
43+
#### UNIT Testing
44+
Building the project using Maven will run JUNIT-based unit tests. All tests should pass. To run the Python unit tests follow the instructions in [BUILDANDTEST.md](./BUILDANDTEST.md)
4345

4446
### 2. Setting things up in Eclipse
4547
#### Install Eclipse IDE for Java and DSL Developers

0 commit comments

Comments
 (0)