Metadata-Version: 2.4
Name: nbforge
Version: 0.1.1
Summary: Convert Jupyter notebooks into structured Python projects , Streamlit app or FastAPI app.
Author-email: Ankit Das <ankitdas.cg22@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: aiohappyeyeballs>=2.6.1
Requires-Dist: aiohttp>=3.11.18
Requires-Dist: aiosignal>=1.3.2
Requires-Dist: annotated-types>=0.7.0
Requires-Dist: anyio>=4.9.0
Requires-Dist: async-timeout>=5.0.1
Requires-Dist: attrs>=25.3.0
Requires-Dist: certifi>=2025.4.26
Requires-Dist: charset-normalizer>=3.4.1
Requires-Dist: click>=8.1.8
Requires-Dist: dataclasses-json>=0.6.7
Requires-Dist: distro>=1.9.0
Requires-Dist: exceptiongroup>=1.2.2
Requires-Dist: fastjsonschema>=2.21.1
Requires-Dist: frozenlist>=1.6.0
Requires-Dist: greenlet>=3.2.1
Requires-Dist: groq>=0.23.1
Requires-Dist: h11>=0.16.0
Requires-Dist: httpcore>=1.0.9
Requires-Dist: httpx>=0.28.1
Requires-Dist: httpx-sse>=0.4.0
Requires-Dist: idna>=3.10
Requires-Dist: jsonpatch>=1.33
Requires-Dist: jsonpointer>=3.0.0
Requires-Dist: jsonschema>=4.23.0
Requires-Dist: jsonschema-specifications>=2025.4.1
Requires-Dist: jupyter_core>=5.7.2
Requires-Dist: langchain>=0.3.24
Requires-Dist: langchain-community>=0.3.22
Requires-Dist: langchain-core>=0.3.56
Requires-Dist: langchain-groq>=0.3.2
Requires-Dist: langchain-text-splitters>=0.3.8
Requires-Dist: langsmith>=0.3.37
Requires-Dist: marshmallow>=3.26.1
Requires-Dist: multidict>=6.4.3
Requires-Dist: mypy_extensions>=1.1.0
Requires-Dist: nbformat>=5.10.4
Requires-Dist: numpy>=2.2.5
Requires-Dist: orjson>=3.10.16
Requires-Dist: packaging>=24.2
Requires-Dist: platformdirs>=4.3.7
Requires-Dist: propcache>=0.3.1
Requires-Dist: pydantic>=2.11.3
Requires-Dist: pydantic-settings>=2.9.1
Requires-Dist: pydantic_core>=2.33.1
Requires-Dist: python-dotenv>=1.1.0
Requires-Dist: PyYAML>=6.0.2
Requires-Dist: referencing>=0.36.2
Requires-Dist: requests>=2.32.3
Requires-Dist: requests-toolbelt>=1.0.0
Requires-Dist: rpds-py>=0.24.0
Requires-Dist: sniffio>=1.3.1
Requires-Dist: SQLAlchemy>=2.0.40
Requires-Dist: tenacity>=9.1.2
Requires-Dist: traitlets>=5.14.3
Requires-Dist: typing-inspect>=0.9.0
Requires-Dist: typing-inspection>=0.4.0
Requires-Dist: typing_extensions>=4.13.2
Requires-Dist: urllib3>=2.4.0
Requires-Dist: yarl>=1.20.0
Requires-Dist: zstandard>=0.23.0

# NBForge

- Python package to convert notebooks into well structured python projects .
- Goal is to be able to process notebooks to

  - 1. Create python project with well structured modules
  - 2. Create FAST-API wrapper
  - 3. Create Streamlit frontend
