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.8.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.8-py3-none-any.whl (53.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: vite-project-1.0.8.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.8.tar.gz
Algorithm Hash digest
SHA256 96b5ddf06923d53e3f13e535283f943426a9a16ced466e5744b8939341d1d137
MD5 d026a9f78726e86e7b0ebc829ea1fffa
BLAKE2b-256 fa40d06f41973469e743df3571a4edb631f5e0f6a9ef6b6c9e263547452204f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for vite-project-1.0.8.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.8-py3-none-any.whl.

File metadata

  • Download URL: vite_project-1.0.8-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.8-py3-none-any.whl
Algorithm Hash digest
SHA256 a32c23206fcf922f5340cf2368ed18500d73935318f7a9a76d3cb53712b1c2d3
MD5 35d70573615a2c419775be4e0ccaa23b
BLAKE2b-256 7beecb5c7b385d35b36f2e026b63a0900fa777dac5c0e7b3a50e5b0bc03ea937

See more details on using hashes here.

Provenance

The following attestation bundles were made for vite_project-1.0.8-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