fastreact 0.1.0__tar.gz → 0.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {fastreact-0.1.0 → fastreact-0.1.1}/PKG-INFO +16 -2
- {fastreact-0.1.0 → fastreact-0.1.1}/README.md +4 -0
- {fastreact-0.1.0 → fastreact-0.1.1}/fastreact.egg-info/PKG-INFO +16 -2
- fastreact-0.1.1/pyproject.toml +115 -0
- fastreact-0.1.0/pyproject.toml +0 -61
- {fastreact-0.1.0 → fastreact-0.1.1}/fastreact/__init__.py +0 -0
- {fastreact-0.1.0 → fastreact-0.1.1}/fastreact/cli.py +0 -0
- {fastreact-0.1.0 → fastreact-0.1.1}/fastreact/core.py +0 -0
- {fastreact-0.1.0 → fastreact-0.1.1}/fastreact/flask_core.py +0 -0
- {fastreact-0.1.0 → fastreact-0.1.1}/fastreact/utils.py +0 -0
- {fastreact-0.1.0 → fastreact-0.1.1}/fastreact.egg-info/SOURCES.txt +0 -0
- {fastreact-0.1.0 → fastreact-0.1.1}/fastreact.egg-info/dependency_links.txt +0 -0
- {fastreact-0.1.0 → fastreact-0.1.1}/fastreact.egg-info/entry_points.txt +0 -0
- {fastreact-0.1.0 → fastreact-0.1.1}/fastreact.egg-info/requires.txt +0 -0
- {fastreact-0.1.0 → fastreact-0.1.1}/fastreact.egg-info/top_level.txt +0 -0
- {fastreact-0.1.0 → fastreact-0.1.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fastreact
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: FastAPI + React unified stack — zero config, one server, Python tracebacks in browser
|
|
5
5
|
Author-email: Mohammad Ramiz <your@email.com>
|
|
6
6
|
License: MIT
|
|
@@ -9,18 +9,28 @@ Project-URL: Issues, https://github.com/RamizMohammad/fastreact/issues
|
|
|
9
9
|
Project-URL: Portfolio, https://www.mohammadramiz.in
|
|
10
10
|
Project-URL: LinkedIn, https://www.linkedin.com/in/mohammad-ramiz
|
|
11
11
|
Project-URL: Source Code, https://github.com/RamizMohammad/fastreact
|
|
12
|
-
Keywords: fastapi,react,fullstack,vite,
|
|
12
|
+
Keywords: fastreact,fastapi,react,fullstack,full-stack,fastapi-react,fastapi-frontend,fastapi-spa,fastapi-static,fastapi-vite,fastapi-fullstack,fastapi-react-integration,fastapi-serve-react,flask,flask-react,flask-spa,flask-frontend,flask-fullstack,flask-vite,react,reactjs,react-fastapi,react-python,react-flask,react-spa,react-vite,python-react,python-fullstack,python-spa,python-frontend,python-javascript,python-web,python-webdev,python-fullstack-framework,vite,uvicorn,starlette,spa,single-page-app,single-page-application,unified-stack,one-server,zero-config,hot-reload,hmr,dev-server,proxy,traceback,error-overlay,debug,developer-tools,react-router,client-side-routing,route-protection,production,docker,nginx,deployment,web,web-framework,web-app,webapp,javascript,typescript,frontend,backend,api,rest,rest-api,json,dx,developer-experience,cli,scaffold,boilerplate,starter,template
|
|
13
13
|
Classifier: Development Status :: 3 - Alpha
|
|
14
14
|
Classifier: Framework :: FastAPI
|
|
15
|
+
Classifier: Framework :: Flask
|
|
15
16
|
Classifier: Intended Audience :: Developers
|
|
16
17
|
Classifier: License :: OSI Approved :: MIT License
|
|
18
|
+
Classifier: Operating System :: OS Independent
|
|
17
19
|
Classifier: Programming Language :: Python :: 3
|
|
18
20
|
Classifier: Programming Language :: Python :: 3.9
|
|
19
21
|
Classifier: Programming Language :: Python :: 3.10
|
|
20
22
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
24
|
+
Classifier: Programming Language :: JavaScript
|
|
22
25
|
Classifier: Topic :: Internet :: WWW/HTTP
|
|
26
|
+
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
|
27
|
+
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
|
|
23
28
|
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
29
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
30
|
+
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
|
+
Classifier: Topic :: Software Development :: Build Tools
|
|
32
|
+
Classifier: Environment :: Web Environment
|
|
33
|
+
Classifier: Natural Language :: English
|
|
24
34
|
Requires-Python: >=3.9
|
|
25
35
|
Description-Content-Type: text/markdown
|
|
26
36
|
Requires-Dist: fastapi>=0.100.0
|
|
@@ -33,6 +43,10 @@ Requires-Dist: pytest>=7.0; extra == "dev"
|
|
|
33
43
|
Requires-Dist: pytest-asyncio>=0.21; extra == "dev"
|
|
34
44
|
Requires-Dist: httpx>=0.24.0; extra == "dev"
|
|
35
45
|
|
|
46
|
+
<p align="center">
|
|
47
|
+
<img src="https://raw.githubusercontent.com/RamizMohammad/fastreact/main/assets/logo.jpeg" width="150" />
|
|
48
|
+
</p>
|
|
49
|
+
|
|
36
50
|
# ⚡ FastReact
|
|
37
51
|
|
|
38
52
|
> **FastAPI + React = One Unified Stack**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fastreact
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: FastAPI + React unified stack — zero config, one server, Python tracebacks in browser
|
|
5
5
|
Author-email: Mohammad Ramiz <your@email.com>
|
|
6
6
|
License: MIT
|
|
@@ -9,18 +9,28 @@ Project-URL: Issues, https://github.com/RamizMohammad/fastreact/issues
|
|
|
9
9
|
Project-URL: Portfolio, https://www.mohammadramiz.in
|
|
10
10
|
Project-URL: LinkedIn, https://www.linkedin.com/in/mohammad-ramiz
|
|
11
11
|
Project-URL: Source Code, https://github.com/RamizMohammad/fastreact
|
|
12
|
-
Keywords: fastapi,react,fullstack,vite,
|
|
12
|
+
Keywords: fastreact,fastapi,react,fullstack,full-stack,fastapi-react,fastapi-frontend,fastapi-spa,fastapi-static,fastapi-vite,fastapi-fullstack,fastapi-react-integration,fastapi-serve-react,flask,flask-react,flask-spa,flask-frontend,flask-fullstack,flask-vite,react,reactjs,react-fastapi,react-python,react-flask,react-spa,react-vite,python-react,python-fullstack,python-spa,python-frontend,python-javascript,python-web,python-webdev,python-fullstack-framework,vite,uvicorn,starlette,spa,single-page-app,single-page-application,unified-stack,one-server,zero-config,hot-reload,hmr,dev-server,proxy,traceback,error-overlay,debug,developer-tools,react-router,client-side-routing,route-protection,production,docker,nginx,deployment,web,web-framework,web-app,webapp,javascript,typescript,frontend,backend,api,rest,rest-api,json,dx,developer-experience,cli,scaffold,boilerplate,starter,template
|
|
13
13
|
Classifier: Development Status :: 3 - Alpha
|
|
14
14
|
Classifier: Framework :: FastAPI
|
|
15
|
+
Classifier: Framework :: Flask
|
|
15
16
|
Classifier: Intended Audience :: Developers
|
|
16
17
|
Classifier: License :: OSI Approved :: MIT License
|
|
18
|
+
Classifier: Operating System :: OS Independent
|
|
17
19
|
Classifier: Programming Language :: Python :: 3
|
|
18
20
|
Classifier: Programming Language :: Python :: 3.9
|
|
19
21
|
Classifier: Programming Language :: Python :: 3.10
|
|
20
22
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
24
|
+
Classifier: Programming Language :: JavaScript
|
|
22
25
|
Classifier: Topic :: Internet :: WWW/HTTP
|
|
26
|
+
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
|
27
|
+
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
|
|
23
28
|
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
29
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
30
|
+
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
|
+
Classifier: Topic :: Software Development :: Build Tools
|
|
32
|
+
Classifier: Environment :: Web Environment
|
|
33
|
+
Classifier: Natural Language :: English
|
|
24
34
|
Requires-Python: >=3.9
|
|
25
35
|
Description-Content-Type: text/markdown
|
|
26
36
|
Requires-Dist: fastapi>=0.100.0
|
|
@@ -33,6 +43,10 @@ Requires-Dist: pytest>=7.0; extra == "dev"
|
|
|
33
43
|
Requires-Dist: pytest-asyncio>=0.21; extra == "dev"
|
|
34
44
|
Requires-Dist: httpx>=0.24.0; extra == "dev"
|
|
35
45
|
|
|
46
|
+
<p align="center">
|
|
47
|
+
<img src="https://raw.githubusercontent.com/RamizMohammad/fastreact/main/assets/logo.jpeg" width="150" />
|
|
48
|
+
</p>
|
|
49
|
+
|
|
36
50
|
# ⚡ FastReact
|
|
37
51
|
|
|
38
52
|
> **FastAPI + React = One Unified Stack**
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=68", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "fastreact"
|
|
7
|
+
version = "0.1.1"
|
|
8
|
+
description = "FastAPI + React unified stack — zero config, one server, Python tracebacks in browser"
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
license = { text = "MIT" }
|
|
11
|
+
requires-python = ">=3.9"
|
|
12
|
+
authors = [
|
|
13
|
+
{ name = "Mohammad Ramiz", email = "your@email.com" }
|
|
14
|
+
]
|
|
15
|
+
keywords = [
|
|
16
|
+
# Core identity
|
|
17
|
+
"fastreact", "fastapi", "react", "fullstack", "full-stack",
|
|
18
|
+
|
|
19
|
+
# FastAPI related
|
|
20
|
+
"fastapi-react", "fastapi-frontend", "fastapi-spa",
|
|
21
|
+
"fastapi-static", "fastapi-vite", "fastapi-fullstack",
|
|
22
|
+
"fastapi-react-integration", "fastapi-serve-react",
|
|
23
|
+
|
|
24
|
+
# Flask related
|
|
25
|
+
"flask", "flask-react", "flask-spa", "flask-frontend",
|
|
26
|
+
"flask-fullstack", "flask-vite",
|
|
27
|
+
|
|
28
|
+
# React related
|
|
29
|
+
"react", "reactjs", "react-fastapi", "react-python",
|
|
30
|
+
"react-flask", "react-spa", "react-vite",
|
|
31
|
+
|
|
32
|
+
# Python fullstack
|
|
33
|
+
"python-react", "python-fullstack", "python-spa",
|
|
34
|
+
"python-frontend", "python-javascript", "python-web",
|
|
35
|
+
"python-webdev", "python-fullstack-framework",
|
|
36
|
+
|
|
37
|
+
# Build tools
|
|
38
|
+
"vite", "uvicorn", "starlette",
|
|
39
|
+
|
|
40
|
+
# Concepts
|
|
41
|
+
"spa", "single-page-app", "single-page-application",
|
|
42
|
+
"unified-stack", "one-server", "zero-config",
|
|
43
|
+
"hot-reload", "hmr", "dev-server", "proxy",
|
|
44
|
+
|
|
45
|
+
# Error handling
|
|
46
|
+
"traceback", "error-overlay", "debug", "developer-tools",
|
|
47
|
+
|
|
48
|
+
# Routing
|
|
49
|
+
"react-router", "client-side-routing", "route-protection",
|
|
50
|
+
|
|
51
|
+
# Deployment
|
|
52
|
+
"production", "docker", "nginx", "deployment",
|
|
53
|
+
|
|
54
|
+
# General web
|
|
55
|
+
"web", "web-framework", "web-app", "webapp",
|
|
56
|
+
"javascript", "typescript", "frontend", "backend",
|
|
57
|
+
"api", "rest", "rest-api", "json",
|
|
58
|
+
|
|
59
|
+
# Developer experience
|
|
60
|
+
"dx", "developer-experience", "cli", "scaffold",
|
|
61
|
+
"boilerplate", "starter", "template"
|
|
62
|
+
]
|
|
63
|
+
classifiers = [
|
|
64
|
+
"Development Status :: 3 - Alpha",
|
|
65
|
+
"Framework :: FastAPI",
|
|
66
|
+
"Framework :: Flask",
|
|
67
|
+
"Intended Audience :: Developers",
|
|
68
|
+
"License :: OSI Approved :: MIT License",
|
|
69
|
+
"Operating System :: OS Independent",
|
|
70
|
+
"Programming Language :: Python :: 3",
|
|
71
|
+
"Programming Language :: Python :: 3.9",
|
|
72
|
+
"Programming Language :: Python :: 3.10",
|
|
73
|
+
"Programming Language :: Python :: 3.11",
|
|
74
|
+
"Programming Language :: Python :: 3.12",
|
|
75
|
+
"Programming Language :: JavaScript",
|
|
76
|
+
"Topic :: Internet :: WWW/HTTP",
|
|
77
|
+
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
|
|
78
|
+
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
|
|
79
|
+
"Topic :: Software Development :: Libraries :: Application Frameworks",
|
|
80
|
+
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
81
|
+
"Topic :: Software Development :: User Interfaces",
|
|
82
|
+
"Topic :: Software Development :: Build Tools",
|
|
83
|
+
"Environment :: Web Environment",
|
|
84
|
+
"Natural Language :: English",
|
|
85
|
+
]
|
|
86
|
+
|
|
87
|
+
dependencies = [
|
|
88
|
+
"fastapi>=0.100.0",
|
|
89
|
+
"uvicorn>=0.23.0",
|
|
90
|
+
"httpx>=0.24.0",
|
|
91
|
+
]
|
|
92
|
+
|
|
93
|
+
[project.optional-dependencies]
|
|
94
|
+
flask = [
|
|
95
|
+
"flask>=2.3.0",
|
|
96
|
+
]
|
|
97
|
+
dev = [
|
|
98
|
+
"pytest>=7.0",
|
|
99
|
+
"pytest-asyncio>=0.21",
|
|
100
|
+
"httpx>=0.24.0",
|
|
101
|
+
]
|
|
102
|
+
|
|
103
|
+
[project.scripts]
|
|
104
|
+
fastreact = "fastreact.cli:main"
|
|
105
|
+
|
|
106
|
+
[project.urls]
|
|
107
|
+
Homepage = "https://github.com/RamizMohammad/fastreact"
|
|
108
|
+
Issues = "https://github.com/RamizMohammad/fastreact/issues"
|
|
109
|
+
Portfolio = "https://www.mohammadramiz.in"
|
|
110
|
+
LinkedIn = "https://www.linkedin.com/in/mohammad-ramiz"
|
|
111
|
+
"Source Code" = "https://github.com/RamizMohammad/fastreact"
|
|
112
|
+
|
|
113
|
+
[tool.setuptools.packages.find]
|
|
114
|
+
where = ["."]
|
|
115
|
+
include = ["fastreact*"]
|
fastreact-0.1.0/pyproject.toml
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
[build-system]
|
|
2
|
-
requires = ["setuptools>=68", "wheel"]
|
|
3
|
-
build-backend = "setuptools.build_meta"
|
|
4
|
-
|
|
5
|
-
[project]
|
|
6
|
-
name = "fastreact"
|
|
7
|
-
version = "0.1.0"
|
|
8
|
-
description = "FastAPI + React unified stack — zero config, one server, Python tracebacks in browser"
|
|
9
|
-
readme = "README.md"
|
|
10
|
-
license = { text = "MIT" }
|
|
11
|
-
requires-python = ">=3.9"
|
|
12
|
-
authors = [
|
|
13
|
-
{ name = "Mohammad Ramiz", email = "your@email.com" }
|
|
14
|
-
]
|
|
15
|
-
keywords = [
|
|
16
|
-
"fastapi", "react", "fullstack", "vite", "uvicorn",
|
|
17
|
-
"flask", "spa", "single-page-app", "python", "javascript"
|
|
18
|
-
]
|
|
19
|
-
classifiers = [
|
|
20
|
-
"Development Status :: 3 - Alpha",
|
|
21
|
-
"Framework :: FastAPI",
|
|
22
|
-
"Intended Audience :: Developers",
|
|
23
|
-
"License :: OSI Approved :: MIT License",
|
|
24
|
-
"Programming Language :: Python :: 3",
|
|
25
|
-
"Programming Language :: Python :: 3.9",
|
|
26
|
-
"Programming Language :: Python :: 3.10",
|
|
27
|
-
"Programming Language :: Python :: 3.11",
|
|
28
|
-
"Programming Language :: Python :: 3.12",
|
|
29
|
-
"Topic :: Internet :: WWW/HTTP",
|
|
30
|
-
"Topic :: Software Development :: Libraries :: Application Frameworks",
|
|
31
|
-
]
|
|
32
|
-
|
|
33
|
-
dependencies = [
|
|
34
|
-
"fastapi>=0.100.0",
|
|
35
|
-
"uvicorn>=0.23.0",
|
|
36
|
-
"httpx>=0.24.0",
|
|
37
|
-
]
|
|
38
|
-
|
|
39
|
-
[project.optional-dependencies]
|
|
40
|
-
flask = [
|
|
41
|
-
"flask>=2.3.0",
|
|
42
|
-
]
|
|
43
|
-
dev = [
|
|
44
|
-
"pytest>=7.0",
|
|
45
|
-
"pytest-asyncio>=0.21",
|
|
46
|
-
"httpx>=0.24.0",
|
|
47
|
-
]
|
|
48
|
-
|
|
49
|
-
[project.scripts]
|
|
50
|
-
fastreact = "fastreact.cli:main"
|
|
51
|
-
|
|
52
|
-
[project.urls]
|
|
53
|
-
Homepage = "https://github.com/RamizMohammad/fastreact"
|
|
54
|
-
Issues = "https://github.com/RamizMohammad/fastreact/issues"
|
|
55
|
-
Portfolio = "https://www.mohammadramiz.in"
|
|
56
|
-
LinkedIn = "https://www.linkedin.com/in/mohammad-ramiz"
|
|
57
|
-
"Source Code" = "https://github.com/RamizMohammad/fastreact"
|
|
58
|
-
|
|
59
|
-
[tool.setuptools.packages.find]
|
|
60
|
-
where = ["."]
|
|
61
|
-
include = ["fastreact*"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|