Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

mos9527/TypeTreeGeneratorAPIEx

 
 

Repository files navigation

TypeTreeGeneratorAPIEx

This is a fork of TypeTreeGeneratorAPI with modifications.

You can consume the library via Python bindings or directly in .NET.

Do note that this package overrides the original package on PyPI i.e. pip install TypeTreeGeneratorAPIEx will also install this package as TypeTreeGeneratorAPI

Test Locally

dotnet restore
# Change your runtime identifier if needed (e.g. linux-x64, osx-x64, win-x64, etc.)
dotnet publish -c Release -r win-x64
# Build Python bindings
cd bindings\python
# Install
pip install .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 92.6%
  • Python 7.4%