Skip to main content

A kit for creating FastAPI + Svelte applications

Project description

Coloco

A kit for creating full-stack apps with co-located code, built on FastAPI and Svelte. Bundle your front-end and back-end code and easily tie them together with codegen.

Example:

hello/api.py

from coloco import api

@api
def test(name: str) -> str:
    return f"Hello {name}!"

hello/index.svelte

<script lang="ts">
  import { test } from "./api";

  const response = test({ query: { name: "Coloco" } });
</script>

{#if $response.loading}
    Loading...
{:else}
    The server says {$response.data}
{/if}

Serves the page myapp.com/hello, which calls myapp.com/hello/test?name=Coloco and prints the message Hello Coloco!

Opinions

This framework is opinionated and combines the following excellent tools:

  • FastAPI
  • Svelte
  • openapi-ts (codegen)
  • svelte5-router (file-based routing)
  • tortoise-orm (optional)

Plans

  • Deploy tools
  • ORM Support
  • SQLite/Postgres support

Dreams

  • Move node_modules into +node
  • Remove the need for query, params, body for simple REST requests (maybe use legacy client but support the new one?)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coloco-0.1.3.tar.gz (11.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

coloco-0.1.3-py3-none-any.whl (19.0 kB view details)

Uploaded Python 3

File details

Details for the file coloco-0.1.3.tar.gz.

File metadata

  • Download URL: coloco-0.1.3.tar.gz
  • Upload date:
  • Size: 11.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: pdm/2.22.3 CPython/3.13.2 Linux/6.8.0-1021-azure

File hashes

Hashes for coloco-0.1.3.tar.gz
Algorithm Hash digest
SHA256 2275b653b98708bc5ee7328ea80952ef4e555419eff9df9ebfbe4796c36cd5c9
MD5 2582c4ccbe542a17b7cf42d0558a0db4
BLAKE2b-256 4a92a9ba8da3eb5fd65e7888795f817312bbb5c6a3aa255fe9544ba85f89207d

See more details on using hashes here.

File details

Details for the file coloco-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: coloco-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 19.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: pdm/2.22.3 CPython/3.13.2 Linux/6.8.0-1021-azure

File hashes

Hashes for coloco-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 04f0a8913e968716f48d07b09e9a2bbea1a407e4d383f7e576bc83fb7b2755ee
MD5 dd8fa326286cc73fe58803ce5a7a37af
BLAKE2b-256 e719df5fa6f76df6f304766249a1fdac0a50b9e589f8ee9209124cdac581860d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page