@0xsarwagya/ontoly-semantic-python
v1.3.3
Published
Python semantic bridge and framework analyzers for Ontoly.
Maintainers
Readme
@0xsarwagya/ontoly-semantic-python
Responsibility
@0xsarwagya/ontoly-semantic-python bridges the Python Semantic Model into
CompilerSymbol[] and CompilerRelationship[], and hosts Python framework
analyzers (Django, FastAPI, PyTorch, TensorFlow, HuggingFace, scikit-learn).
See the repository architecture map for package boundaries.
Installation
pnpm add @0xsarwagya/ontoly-semantic-pythonAPI
generatePythonCompilerArtifacts(project)converts aPythonProjectinto compiler symbols and relationships.createDefaultPythonFrameworkRegistry()returns all built-in Python framework analyzers.- Individual analyzer constructors:
createDjangoAnalyzer(),createFastApiAnalyzer(),createPyTorchAnalyzer(),createTensorFlowAnalyzer(),createHuggingFaceAnalyzer(),createScikitLearnAnalyzer().
Status
Stable v1.1.0 package. Public contracts are governed by the Software Graph specification and RFC process.
