pyreact-framework 1.0.0__tar.gz → 1.0.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.
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/PKG-INFO +11 -11
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/README.md +6 -6
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyproject.toml +5 -5
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact_framework.egg-info/PKG-INFO +11 -11
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/LICENSE +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/__init__.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/cli/__init__.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/cli/main.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/core/__init__.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/core/component.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/core/context.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/core/element.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/core/error_boundary.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/core/hooks.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/core/memo.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/core/portal.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/core/reconciler.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/core/refs.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/core/renderer.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/core/scheduler.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/devtools/__init__.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/devtools/debugger.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/devtools/profiler.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/dom/__init__.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/dom/attributes.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/dom/dom_operations.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/dom/events.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/server/__init__.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/server/hydration.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/server/ssr.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/styles/__init__.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/styles/css_module.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/styles/styled.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/testing/__init__.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/testing/fire_event.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/testing/screen.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/testing/test_renderer.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/utils/__init__.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/utils/diff.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/utils/object_pool.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact_framework.egg-info/SOURCES.txt +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact_framework.egg-info/dependency_links.txt +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact_framework.egg-info/entry_points.txt +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact_framework.egg-info/requires.txt +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact_framework.egg-info/top_level.txt +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/setup.cfg +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/tests/test_core.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/tests/test_dom.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/tests/test_hooks.py +0 -0
- {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/tests/test_ssr.py +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyreact-framework
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: Framework web declarativo inspirado no React, construído nativamente para Python
|
|
5
|
-
Author-email:
|
|
5
|
+
Author-email: wanbnn <wanbnn@users.noreply.github.com>
|
|
6
6
|
License: MIT
|
|
7
|
-
Project-URL: Homepage, https://github.com/
|
|
7
|
+
Project-URL: Homepage, https://github.com/wanbnn/pyreact
|
|
8
8
|
Project-URL: Documentation, https://pyreact.readthedocs.io
|
|
9
|
-
Project-URL: Repository, https://github.com/
|
|
10
|
-
Project-URL: Issues, https://github.com/
|
|
9
|
+
Project-URL: Repository, https://github.com/wanbnn/pyreact
|
|
10
|
+
Project-URL: Issues, https://github.com/wanbnn/pyreact/issues
|
|
11
11
|
Keywords: react,ui,frontend,declarative,components,virtual-dom,web,framework
|
|
12
12
|
Classifier: Development Status :: 4 - Beta
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
@@ -36,8 +36,8 @@ Dynamic: license-file
|
|
|
36
36
|
|
|
37
37
|
# 🐍 PyReact - Framework Web Declarativo para Python
|
|
38
38
|
|
|
39
|
-
[](https://pypi.org/project/pyreact/)
|
|
40
|
-
[](https://pypi.org/project/pyreact/)
|
|
39
|
+
[](https://pypi.org/project/pyreact-framework/)
|
|
40
|
+
[](https://pypi.org/project/pyreact-framework/)
|
|
41
41
|
[](https://opensource.org/licenses/MIT)
|
|
42
42
|
|
|
43
43
|
**PyReact** é um framework web declarativo inspirado no React, mas construído nativamente para Python. Permite criar interfaces de usuário reativas, com componentes, hooks e renderização eficiente.
|
|
@@ -55,13 +55,13 @@ pip install pyreact-framework
|
|
|
55
55
|
### Via pip (GitHub)
|
|
56
56
|
|
|
57
57
|
```bash
|
|
58
|
-
pip install git+https://github.com/
|
|
58
|
+
pip install git+https://github.com/wanbnn/pyreact.git
|
|
59
59
|
```
|
|
60
60
|
|
|
61
61
|
### Desenvolvimento Local
|
|
62
62
|
|
|
63
63
|
```bash
|
|
64
|
-
git clone https://github.com/
|
|
64
|
+
git clone https://github.com/wanbnn/pyreact.git
|
|
65
65
|
cd pyreact
|
|
66
66
|
pip install -e .
|
|
67
67
|
```
|
|
@@ -264,7 +264,7 @@ pyreact/
|
|
|
264
264
|
|
|
265
265
|
```bash
|
|
266
266
|
# Clonar repositório
|
|
267
|
-
git clone https://github.com/
|
|
267
|
+
git clone https://github.com/wanbnn/pyreact.git
|
|
268
268
|
cd pyreact
|
|
269
269
|
|
|
270
270
|
# Criar ambiente virtual
|
|
@@ -347,7 +347,7 @@ Este projeto está licenciado sob a licença MIT - veja o arquivo [LICENSE](LICE
|
|
|
347
347
|
|
|
348
348
|
## 📞 Contato
|
|
349
349
|
|
|
350
|
-
- **GitHub Issues:** https://github.com/
|
|
350
|
+
- **GitHub Issues:** https://github.com/wanbnn/pyreact/issues
|
|
351
351
|
- **Documentação:** https://pyreact.readthedocs.io/
|
|
352
352
|
- **Email:** contato@pyreact.dev
|
|
353
353
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# 🐍 PyReact - Framework Web Declarativo para Python
|
|
2
2
|
|
|
3
|
-
[](https://pypi.org/project/pyreact/)
|
|
4
|
-
[](https://pypi.org/project/pyreact/)
|
|
3
|
+
[](https://pypi.org/project/pyreact-framework/)
|
|
4
|
+
[](https://pypi.org/project/pyreact-framework/)
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
6
|
|
|
7
7
|
**PyReact** é um framework web declarativo inspirado no React, mas construído nativamente para Python. Permite criar interfaces de usuário reativas, com componentes, hooks e renderização eficiente.
|
|
@@ -19,13 +19,13 @@ pip install pyreact-framework
|
|
|
19
19
|
### Via pip (GitHub)
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
pip install git+https://github.com/
|
|
22
|
+
pip install git+https://github.com/wanbnn/pyreact.git
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
### Desenvolvimento Local
|
|
26
26
|
|
|
27
27
|
```bash
|
|
28
|
-
git clone https://github.com/
|
|
28
|
+
git clone https://github.com/wanbnn/pyreact.git
|
|
29
29
|
cd pyreact
|
|
30
30
|
pip install -e .
|
|
31
31
|
```
|
|
@@ -228,7 +228,7 @@ pyreact/
|
|
|
228
228
|
|
|
229
229
|
```bash
|
|
230
230
|
# Clonar repositório
|
|
231
|
-
git clone https://github.com/
|
|
231
|
+
git clone https://github.com/wanbnn/pyreact.git
|
|
232
232
|
cd pyreact
|
|
233
233
|
|
|
234
234
|
# Criar ambiente virtual
|
|
@@ -311,7 +311,7 @@ Este projeto está licenciado sob a licença MIT - veja o arquivo [LICENSE](LICE
|
|
|
311
311
|
|
|
312
312
|
## 📞 Contato
|
|
313
313
|
|
|
314
|
-
- **GitHub Issues:** https://github.com/
|
|
314
|
+
- **GitHub Issues:** https://github.com/wanbnn/pyreact/issues
|
|
315
315
|
- **Documentação:** https://pyreact.readthedocs.io/
|
|
316
316
|
- **Email:** contato@pyreact.dev
|
|
317
317
|
|
|
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pyreact-framework"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.1"
|
|
8
8
|
description = "Framework web declarativo inspirado no React, construído nativamente para Python"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "MIT"}
|
|
11
11
|
requires-python = ">=3.8"
|
|
12
12
|
authors = [
|
|
13
|
-
{name = "
|
|
13
|
+
{name = "wanbnn", email = "wanbnn@users.noreply.github.com"}
|
|
14
14
|
]
|
|
15
15
|
keywords = [
|
|
16
16
|
"react",
|
|
@@ -50,10 +50,10 @@ dev = [
|
|
|
50
50
|
]
|
|
51
51
|
|
|
52
52
|
[project.urls]
|
|
53
|
-
Homepage = "https://github.com/
|
|
53
|
+
Homepage = "https://github.com/wanbnn/pyreact"
|
|
54
54
|
Documentation = "https://pyreact.readthedocs.io"
|
|
55
|
-
Repository = "https://github.com/
|
|
56
|
-
Issues = "https://github.com/
|
|
55
|
+
Repository = "https://github.com/wanbnn/pyreact"
|
|
56
|
+
Issues = "https://github.com/wanbnn/pyreact/issues"
|
|
57
57
|
|
|
58
58
|
[project.scripts]
|
|
59
59
|
pyreact-framework = "pyreact.cli.main:main"
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyreact-framework
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: Framework web declarativo inspirado no React, construído nativamente para Python
|
|
5
|
-
Author-email:
|
|
5
|
+
Author-email: wanbnn <wanbnn@users.noreply.github.com>
|
|
6
6
|
License: MIT
|
|
7
|
-
Project-URL: Homepage, https://github.com/
|
|
7
|
+
Project-URL: Homepage, https://github.com/wanbnn/pyreact
|
|
8
8
|
Project-URL: Documentation, https://pyreact.readthedocs.io
|
|
9
|
-
Project-URL: Repository, https://github.com/
|
|
10
|
-
Project-URL: Issues, https://github.com/
|
|
9
|
+
Project-URL: Repository, https://github.com/wanbnn/pyreact
|
|
10
|
+
Project-URL: Issues, https://github.com/wanbnn/pyreact/issues
|
|
11
11
|
Keywords: react,ui,frontend,declarative,components,virtual-dom,web,framework
|
|
12
12
|
Classifier: Development Status :: 4 - Beta
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
@@ -36,8 +36,8 @@ Dynamic: license-file
|
|
|
36
36
|
|
|
37
37
|
# 🐍 PyReact - Framework Web Declarativo para Python
|
|
38
38
|
|
|
39
|
-
[](https://pypi.org/project/pyreact/)
|
|
40
|
-
[](https://pypi.org/project/pyreact/)
|
|
39
|
+
[](https://pypi.org/project/pyreact-framework/)
|
|
40
|
+
[](https://pypi.org/project/pyreact-framework/)
|
|
41
41
|
[](https://opensource.org/licenses/MIT)
|
|
42
42
|
|
|
43
43
|
**PyReact** é um framework web declarativo inspirado no React, mas construído nativamente para Python. Permite criar interfaces de usuário reativas, com componentes, hooks e renderização eficiente.
|
|
@@ -55,13 +55,13 @@ pip install pyreact-framework
|
|
|
55
55
|
### Via pip (GitHub)
|
|
56
56
|
|
|
57
57
|
```bash
|
|
58
|
-
pip install git+https://github.com/
|
|
58
|
+
pip install git+https://github.com/wanbnn/pyreact.git
|
|
59
59
|
```
|
|
60
60
|
|
|
61
61
|
### Desenvolvimento Local
|
|
62
62
|
|
|
63
63
|
```bash
|
|
64
|
-
git clone https://github.com/
|
|
64
|
+
git clone https://github.com/wanbnn/pyreact.git
|
|
65
65
|
cd pyreact
|
|
66
66
|
pip install -e .
|
|
67
67
|
```
|
|
@@ -264,7 +264,7 @@ pyreact/
|
|
|
264
264
|
|
|
265
265
|
```bash
|
|
266
266
|
# Clonar repositório
|
|
267
|
-
git clone https://github.com/
|
|
267
|
+
git clone https://github.com/wanbnn/pyreact.git
|
|
268
268
|
cd pyreact
|
|
269
269
|
|
|
270
270
|
# Criar ambiente virtual
|
|
@@ -347,7 +347,7 @@ Este projeto está licenciado sob a licença MIT - veja o arquivo [LICENSE](LICE
|
|
|
347
347
|
|
|
348
348
|
## 📞 Contato
|
|
349
349
|
|
|
350
|
-
- **GitHub Issues:** https://github.com/
|
|
350
|
+
- **GitHub Issues:** https://github.com/wanbnn/pyreact/issues
|
|
351
351
|
- **Documentação:** https://pyreact.readthedocs.io/
|
|
352
352
|
- **Email:** contato@pyreact.dev
|
|
353
353
|
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact_framework.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact_framework.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
{pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact_framework.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|