Metadata-Version: 2.4
Name: nampy-ml
Version: 0.0.4
Summary: ML Lab programs library showing code
Author: Vamshi
License: MIT
Project-URL: Homepage, https://pypi.org/project/nampy-ml/
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# nampy

Install:

pip install nampy-ml

Usage:

import nampy
nampy.program1()

Colab notes (if your latest edits are not showing):

1. Install the correct package:
	pip install -U --no-cache-dir nampy-ml
2. Restart runtime after install.
3. If you changed code locally but did not publish a new version, Colab will still use the old PyPI version.
4. For testing latest local code in Colab, install directly from your GitHub repo:
	pip install -U --no-cache-dir git+https://github.com/<your-username>/<your-repo>.git
