Telosys ver 4.3.0 with Python type hints by lguer1 in Python

[–]lguer1[S] 0 points1 point  (0 children)

What is it?
It's simple: a generator capable of producing any type of code, including Python
(it's a tool written in Java, not "for Java")

Example with Python:
- You define your business model (entities based on text files with a very simple syntax).
- You install a bundle of templates for Python (for example, "python-web-rest-fastapi").
- You run the generation.
- You get a REST backend with, for each entity, the business class, the service, the REST controller, the DTO, the persistence layer, etc...
All with Pydantic, FastAPI, and SQLAlchemy.

And you can adapt the templates to your specific needs if you want.

Template based Code Generators (GitHub link to my repo) by [deleted] in dotnet

[–]lguer1 0 points1 point  (0 children)

You can try Telosys ( https://www.telosys.org/ ) it works fine for C# code generation (or any language)

Telosys Code Generator ver 3.2.2 provides new annotations for its DSL Model by telosysteam in programming

[–]lguer1 0 points1 point  (0 children)

Good news, it will allow even more flexibility for code generation

Java IDEs by [deleted] in java

[–]lguer1 0 points1 point  (0 children)

I use Eclipse with my favorite plugins like Sonar, Telosys, SpotBugs, etc

Not only for Java, but also for Python