Skip to main content

No project description provided

Project description

A Packaged React Application

A simple demo client for demonsrating how to build & package frontend application into a Python package. This template was created by Vitejs.

Getting Started

Usage

You can install this client in your Python backend server:

pip install vite-project

Contribution

Installation

npm install
npm run build

Packaging

touch setup.py

with the following content:

from setuptools import setup
from pathlib import Path

cwd = Path(__file__).parent
long_description = (cwd / "README.md").read_text()

setup(
    name="vite-project",
    version="0.0.1",
    package_dir={"vite_project": "dist"},
    package_data={"vite_project": ["**/*.*"]},
    long_description=long_description,
    long_description_content_type="text/markdown",
)

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

vite-project-1.0.6.tar.gz (52.6 kB view details)

Uploaded Source

Built Distribution

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

vite_project-1.0.6-py3-none-any.whl (53.0 kB view details)

Uploaded Python 3

File details

Details for the file vite-project-1.0.6.tar.gz.

File metadata

  • Download URL: vite-project-1.0.6.tar.gz
  • Upload date:
  • Size: 52.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for vite-project-1.0.6.tar.gz
Algorithm Hash digest
SHA256 5de901ac484995ded08564839066bca73b03cd42f742e09f6fd5393212253f37
MD5 c1cc5063b385c31fbb9fc16db2bd14c2
BLAKE2b-256 8658be6210bda8cc3df74122be27bccf17896bff41bc50e692dfbe68f6ea904d

See more details on using hashes here.

Provenance

The following attestation bundles were made for vite-project-1.0.6.tar.gz:

Publisher: publish.yml on itayB/vite-project

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file vite_project-1.0.6-py3-none-any.whl.

File metadata

  • Download URL: vite_project-1.0.6-py3-none-any.whl
  • Upload date:
  • Size: 53.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for vite_project-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 97668ba446e59caa899c9f767f27338da2db96aa577e0ecac5244e169803b94a
MD5 e57dc8633967ee1d86ad0336ee320706
BLAKE2b-256 6940ab3f18232a18ee5c8d968c0d81c9ef48d63d04302ecf2e57a3324646fd99

See more details on using hashes here.

Provenance

The following attestation bundles were made for vite_project-1.0.6-py3-none-any.whl:

Publisher: publish.yml on itayB/vite-project

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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