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

Uploaded Python 3

File details

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

File metadata

  • Download URL: vite-project-1.0.7.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.7.tar.gz
Algorithm Hash digest
SHA256 9dbbaf5e966b02dff4fbcb5eccde77ba3eea7ff48240c0d1a67f05a196cadf29
MD5 a1f4fc9771f3e9b6ad7ebed0122fb55d
BLAKE2b-256 5ef9cdcb10187e29f2790a6c671f33dda1a773ad31c9e3547ebcf03ef37fc7f1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: vite_project-1.0.7-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.7-py3-none-any.whl
Algorithm Hash digest
SHA256 4c6751409aeb31badb7095d9676db159e0f8fcbf013a602170b66f7efb06a36e
MD5 147fb7848abcef698e8d3b08da7ff8fc
BLAKE2b-256 5018267d555264622f17e8138791acd69f2affb4cf216feb63fbae42b8dfb4a3

See more details on using hashes here.

Provenance

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