Socket
Book a DemoInstallSign in
Socket

tala-frame

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tala-frame

Vue.js-like framework for Python - Build modern web apps with Python syntax

pipPyPI
Version
1.0.0
Maintainers
1

Tala Framework

A Vue.js-like framework for Python lovers.

Features

  • 🎯 Vue-like Syntax: Familiar .tala files with template, script, and style sections
  • Reactive System: Full reactivity with ref, reactive, computed, and watch
  • 🧩 Component Based: Build reusable components with props and events
  • 🚦 Router Included: Client-side routing with RouterView and RouterLink
  • 🛠 CLI Tools: Create, develop, build, and serve your apps
  • 🔥 Hot Reload: Instant updates during development

Quick Start

# Install Tala
pip install tala

# Create a new project
tala create my-app
cd my-app

# Start development server
tala dev

# Build for production
tala build

# Serve production build
tala serve

Keywords

vue

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts