Metadata-Version: 2.4
Name: aimllab-kit
Version: 0.1.2
Summary: Lab programs for the AIML course
Author: Your Name
Author-email: you@example.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Aimllab

A collection of lab programs for the AIML course. The package bundles Jupyter notebooks and Java/HQL scripts, exposing each notebook as a string variable (e.g., `nlp.prog1`).

## Installation
```
pip install aimllab
```

## Usage
```python
from aimllab import nlp
print(nlp.prog1)  # prints the full JSON of program1.ipynb
```

## License
MIT License
