https://github.com/user0332/pyx
https://github.com/user0332/pyx
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/user0332/pyx
- Owner: User0332
- Created: 2022-10-10T02:04:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T16:32:44.000Z (about 3 years ago)
- Last Synced: 2025-07-16T06:46:41.079Z (11 months ago)
- Language: Python
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python XML
Kind of like JSX but with Python. This repository will also include `pysite`, a library to be used with PYX and Flask, basically filling in the place of React. Create your project in `test_proj`, with app.pyx being your main application. Then, with the root directory of the repo added to PYTHONPATH, `src/` added to PATH, and Flask installed, run the command `python -m pysite run` inside of your project directory to deploy your app using Flask. If you want to create a new project, use the command `python -m pysite new {projectname}`.