Metadata-Version: 2.1
Name: semantix
Version: 0.1.0
Summary: Give Superpowers to your python function. GenAI Application development made easy.
License: MIT
Keywords: no-prompt,llm,meaning-typed,autoprompt
Author: Chandra Irugalbandara
Author-email: irugalbandara@ascii.ai
Maintainer: Chandra Irugalbandara
Maintainer-email: irugalbandara@ascii.ai
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: image
Provides-Extra: openai
Provides-Extra: video
Requires-Dist: loguru (>=0.7.2,<0.8.0)
Requires-Dist: openai (>=1.44.0,<2.0.0) ; extra == "openai"
Description-Content-Type: text/markdown

# Semantix

Semantix is a Python package that empowers developers to infuse meaning into their code through enhanced variable typing. By leveraging the power of large language models (LLMs) behind the scenes, Semantix transforms ordinary functions into intelligent, context-aware operations without explicit LLM calls.

## Key Features:

- **Semantic Type System**: Define rich, meaningful types that carry contextual information.
- **Function Enhancement**: Automatically augment functions with LLM-powered capabilities.
- **Implicit Intelligence**: Leverage advanced NLP and reasoning without direct API calls.
- **Developer-Friendly**: Seamlessly integrate into existing Python codebases with minimal overhead.

Semantix bridges the gap between traditional programming and AI-assisted development, allowing you to write more expressive, powerful code with ease.

