MANIFEST.in
README.md
pyproject.toml
setup.py
nextpy/__init__.py
nextpy/cli.py
nextpy/config.py
nextpy/project_generator.py
nextpy/prompts.py
nextpy/generators/__init__.py
nextpy/generators/backend.py
nextpy/generators/docker.py
nextpy/generators/frontend.py
nextpy/generators/git.py
nextpy/generators/readme.py
nextpy/templates/docker/.gitkeep
nextpy/templates/docker/Dockerfile.backend
nextpy/templates/docker/Dockerfile.next
nextpy/templates/docker/Dockerfile.vite
nextpy/templates/docker/docker-compose-mongo.yml
nextpy/templates/docker/docker-compose-postgres.yml
nextpy/templates/docker/docker-compose-sqlite.yml
nextpy/templates/fastapi/.env-mongo
nextpy/templates/fastapi/.env-postgres
nextpy/templates/fastapi/.env-sqlite
nextpy/templates/fastapi/.gitkeep
nextpy/templates/fastapi/gitignore.template
nextpy/templates/fastapi/main-mongo.py
nextpy/templates/fastapi/main-postgres.py
nextpy/templates/fastapi/main-sqlite.py
nextpy/templates/fastapi/main.py
nextpy/templates/fastapi/requirements-mongo.txt
nextpy/templates/fastapi/requirements-postgres.txt
nextpy/templates/fastapi/requirements-sqlite.txt
nextpy/templates/git/.gitkeep
nextpy/templates/git/gitignore.template
nextpy/templates/next/.gitkeep
nextpy/templates/next/env.local.template
nextpy/templates/next/gitignore.template
nextpy/templates/vite/.gitkeep
nextpy/utils/__init__.py
nextpy/utils/filesystem.py
nextpy/utils/logger.py
nextpy/utils/validation.py
nextpy_cli.egg-info/PKG-INFO
nextpy_cli.egg-info/SOURCES.txt
nextpy_cli.egg-info/dependency_links.txt
nextpy_cli.egg-info/entry_points.txt
nextpy_cli.egg-info/requires.txt
nextpy_cli.egg-info/top_level.txt