-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Xellu edited this page Jun 14, 2026
·
7 revisions
Nautica V3 is a backend platform for Python. It gives you a managed runtime environment with a service registry, lifecycle system, CLI, and built-in tools, saving you time from putting your app together and giving you more time building it.
- Service Registry
- Built-in Services
- Managers
- Requirement Validators
- CLI Reference
You can install using pip from PyPI:
pip install nauticaTo create a new project, simply run
nautica create my-project --demo
cd my-project
nautica install
nautica runRemove the --demo flag if you want just the project layout
- Home
- CLI Reference
- Service Registry
- Built-in Services
- Managers
- Requirement Validators