https://github.com/ZeroIntensity/view.py Skip to content Toggle navigation Sign up * Product + Actions Automate any workflow + Packages Host and manage packages + Security Find and fix vulnerabilities + Codespaces Instant dev environments + Copilot Write better code with AI + Code review Manage code changes + Issues Plan and track work + Discussions Collaborate outside of code Explore + All features + Documentation + GitHub Skills + Blog * Solutions For + Enterprise + Teams + Startups + Education By Solution + CI/CD & Automation + DevOps + DevSecOps Resources + Customer Stories + White papers, Ebooks, Webinars + Partners * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles Repositories + Topics + Trending + Collections * Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Search [ ] Clear Search syntax tips Provide feedback We read every piece of feedback, and take your input very seriously. [ ] [ ] Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Name [ ] Query [ ] To see all available qualifiers, see our documentation. Cancel Create saved search Sign in Sign up You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} ZeroIntensity / view.py Public * Notifications * Fork 0 * Star 49 Lightning-fast, modern web framework. view.zintensity.dev License MIT license 49 stars 0 forks Activity Star Notifications * Code * Issues 26 * Pull requests 0 * Actions * Projects 0 * Security * Insights More * Code * Issues * Pull requests * Actions * Projects * Security * Insights ZeroIntensity/view.py This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. master Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags Name already in use A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch? Cancel Create 2 branches 3 tags Code * Local * Codespaces * Clone HTTPS GitHub CLI [https://github.com/Z] Use Git or checkout with SVN using the web URL. [gh repo clone ZeroIn] Work fast with our official CLI. Learn more about the CLI. * Open with GitHub Desktop * Download ZIP Sign In Required Please sign in to use Codespaces. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching Xcode If nothing happens, download Xcode and try again. Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit Git stats * 112 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time .github/workflows docs html include/view src tests .gitignore CHANGELOG.md CONTRIBUTING.md LICENSE MANIFEST.in README.md _view.pyi hatch_build.py mkdocs.yml netlify.toml pyproject.toml requirements.txt runtime.txt setup.py View code view.py Lightning fast, modern web framework Help! I have too much free time! Installation Linux/macOS Windows README.md view.py Lightning fast, modern web framework * Docs * Source * PyPI import view from view.components import h1 app = view.new_app() @app.get("/") async def index(): return h1("Hello, view.py!") app.run() Help! I have too much free time! Fear not! view.py is currently in a very high alpha stage of development, and always looking for new contributors. If you're interested, you can take a look at the issues tab or CONTRIBUTING.md. Installation CPython 3.8+ is required. Linux/macOS $ python3 -m pip install -U view.py Windows > py -3 -m pip install -U view.py About Lightning-fast, modern web framework. view.zintensity.dev Topics python fast framework web Resources Readme License MIT license Activity Stars 49 stars Watchers 2 watching Forks 0 forks Report repository Releases 3 tags Languages * Python 50.3% * C 29.2% * CSS 16.5% * HTML 4.0% Footer (c) 2023 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time.