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.
Files changed (50) hide show
  1. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/PKG-INFO +11 -11
  2. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/README.md +6 -6
  3. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyproject.toml +5 -5
  4. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact_framework.egg-info/PKG-INFO +11 -11
  5. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/LICENSE +0 -0
  6. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/__init__.py +0 -0
  7. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/cli/__init__.py +0 -0
  8. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/cli/main.py +0 -0
  9. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/core/__init__.py +0 -0
  10. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/core/component.py +0 -0
  11. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/core/context.py +0 -0
  12. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/core/element.py +0 -0
  13. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/core/error_boundary.py +0 -0
  14. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/core/hooks.py +0 -0
  15. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/core/memo.py +0 -0
  16. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/core/portal.py +0 -0
  17. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/core/reconciler.py +0 -0
  18. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/core/refs.py +0 -0
  19. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/core/renderer.py +0 -0
  20. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/core/scheduler.py +0 -0
  21. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/devtools/__init__.py +0 -0
  22. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/devtools/debugger.py +0 -0
  23. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/devtools/profiler.py +0 -0
  24. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/dom/__init__.py +0 -0
  25. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/dom/attributes.py +0 -0
  26. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/dom/dom_operations.py +0 -0
  27. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/dom/events.py +0 -0
  28. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/server/__init__.py +0 -0
  29. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/server/hydration.py +0 -0
  30. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/server/ssr.py +0 -0
  31. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/styles/__init__.py +0 -0
  32. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/styles/css_module.py +0 -0
  33. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/styles/styled.py +0 -0
  34. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/testing/__init__.py +0 -0
  35. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/testing/fire_event.py +0 -0
  36. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/testing/screen.py +0 -0
  37. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/testing/test_renderer.py +0 -0
  38. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/utils/__init__.py +0 -0
  39. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/utils/diff.py +0 -0
  40. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact/utils/object_pool.py +0 -0
  41. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact_framework.egg-info/SOURCES.txt +0 -0
  42. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact_framework.egg-info/dependency_links.txt +0 -0
  43. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact_framework.egg-info/entry_points.txt +0 -0
  44. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact_framework.egg-info/requires.txt +0 -0
  45. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/pyreact_framework.egg-info/top_level.txt +0 -0
  46. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/setup.cfg +0 -0
  47. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/tests/test_core.py +0 -0
  48. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/tests/test_dom.py +0 -0
  49. {pyreact_framework-1.0.0 → pyreact_framework-1.0.1}/tests/test_hooks.py +0 -0
  50. {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.0
3
+ Version: 1.0.1
4
4
  Summary: Framework web declarativo inspirado no React, construído nativamente para Python
5
- Author-email: PyReact Team <pyreact@example.com>
5
+ Author-email: wanbnn <wanbnn@users.noreply.github.com>
6
6
  License: MIT
7
- Project-URL: Homepage, https://github.com/pyreact/pyreact
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/pyreact/pyreact
10
- Project-URL: Issues, https://github.com/pyreact/pyreact/issues
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
- [![PyPI version](https://badge.fury.io/py/pyreact.svg)](https://pypi.org/project/pyreact/)
40
- [![Python](https://img.shields.io/pypi/pyversions/pyreact.svg)](https://pypi.org/project/pyreact/)
39
+ [![PyPI version](https://badge.fury.io/py/pyreact-framework.svg)](https://pypi.org/project/pyreact-framework/)
40
+ [![Python](https://img.shields.io/pypi/pyversions/pyreact-framework.svg)](https://pypi.org/project/pyreact-framework/)
41
41
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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/seu-usuario/pyreact.git
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/seu-usuario/pyreact.git
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/seu-usuario/pyreact.git
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/seu-usuario/pyreact/issues
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
- [![PyPI version](https://badge.fury.io/py/pyreact.svg)](https://pypi.org/project/pyreact/)
4
- [![Python](https://img.shields.io/pypi/pyversions/pyreact.svg)](https://pypi.org/project/pyreact/)
3
+ [![PyPI version](https://badge.fury.io/py/pyreact-framework.svg)](https://pypi.org/project/pyreact-framework/)
4
+ [![Python](https://img.shields.io/pypi/pyversions/pyreact-framework.svg)](https://pypi.org/project/pyreact-framework/)
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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/seu-usuario/pyreact.git
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/seu-usuario/pyreact.git
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/seu-usuario/pyreact.git
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/seu-usuario/pyreact/issues
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.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 = "PyReact Team", email = "pyreact@example.com"}
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/pyreact/pyreact"
53
+ Homepage = "https://github.com/wanbnn/pyreact"
54
54
  Documentation = "https://pyreact.readthedocs.io"
55
- Repository = "https://github.com/pyreact/pyreact"
56
- Issues = "https://github.com/pyreact/pyreact/issues"
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.0
3
+ Version: 1.0.1
4
4
  Summary: Framework web declarativo inspirado no React, construído nativamente para Python
5
- Author-email: PyReact Team <pyreact@example.com>
5
+ Author-email: wanbnn <wanbnn@users.noreply.github.com>
6
6
  License: MIT
7
- Project-URL: Homepage, https://github.com/pyreact/pyreact
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/pyreact/pyreact
10
- Project-URL: Issues, https://github.com/pyreact/pyreact/issues
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
- [![PyPI version](https://badge.fury.io/py/pyreact.svg)](https://pypi.org/project/pyreact/)
40
- [![Python](https://img.shields.io/pypi/pyversions/pyreact.svg)](https://pypi.org/project/pyreact/)
39
+ [![PyPI version](https://badge.fury.io/py/pyreact-framework.svg)](https://pypi.org/project/pyreact-framework/)
40
+ [![Python](https://img.shields.io/pypi/pyversions/pyreact-framework.svg)](https://pypi.org/project/pyreact-framework/)
41
41
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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/seu-usuario/pyreact.git
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/seu-usuario/pyreact.git
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/seu-usuario/pyreact.git
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/seu-usuario/pyreact/issues
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