flet-easy 0.2.0.dev3__tar.gz → 0.2.0.dev4__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.
@@ -1,12 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: flet-easy
3
- Version: 0.2.0.dev3
3
+ Version: 0.2.0.dev4
4
4
  Summary: Flet-Easy is a package created as a Flet add-on, designed to be easy to use with a cleaner order in the code, having many customizable features.
5
5
  Keywords: flet easy flet python flet router
6
6
  Author-Email: Daxexs <Daxexsdev@gmail.com>
7
7
  License: apache-2.0
8
8
  Classifier: Topic :: Software Development :: Build Tools
9
- Classifier: Programming Language :: Python :: 3
10
9
  Classifier: Programming Language :: Python :: 3.8
11
10
  Classifier: Programming Language :: Python :: 3.9
12
11
  Classifier: Programming Language :: Python :: 3.10
@@ -17,7 +16,8 @@ Project-URL: Repository, https://github.com/Daxexs/flet-easy
17
16
  Project-URL: Documentation, https://github.com/Daxexs/flet-easy/blob/main/README.md
18
17
  Project-URL: Changelog, https://github.com/Daxexs/flet-easy/blob/main/README.md
19
18
  Requires-Python: >=3.8
20
- Requires-Dist: parse
19
+ Requires-Dist: flet>=0.21.1
20
+ Requires-Dist: parse>=1.20.1
21
21
  Requires-Dist: schedule>=1.2.1
22
22
  Requires-Dist: pytoml>=0.1.21
23
23
  Requires-Dist: typer[all]>=0.9.0
@@ -25,11 +25,11 @@ Requires-Dist: PyJWT>=2.8.0
25
25
  Description-Content-Type: text/markdown
26
26
 
27
27
  [![github](https://img.shields.io/badge/my_profile-000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Daxexs)[![pypi](https://img.shields.io/badge/Pypi-0A66C2?style=for-the-badge&logo=pypi&logoColor=white)](https://pypi.org/project/flet-easy)
28
-
29
- [![Downloads](https://static.pepy.tech/badge/flet-easy)](https://pepy.tech/project/flet-easy) [![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm-project.org)
28
+ [![Flet-Easy](https://img.shields.io/badge/FletEasy-crimson?logo=ray&logoColor=white)](https://github.com/daxexs/flet-easy)[![image](https://img.shields.io/pypi/v/flet-easy)](https://pypi.python.org/pypi/flet-easy) [![Flet](https://img.shields.io/badge/Flet-blue?logo=ray&logoColor=white)](https://github.com/daxexs/flet)[![image](https://img.shields.io/pypi/v/flet.svg)](https://pypi.python.org/pypi/flet)
29
+ [![image](https://img.shields.io/pypi/l/flet-easy.svg)](https://pypi.python.org/pypi/flet-easy) [![image](https://img.shields.io/pypi/pyversions/flet-easy.svg?logo=python&logoColor=f5f5f5)](https://pypi.python.org/pypi/flet-easy) [![Downloads](https://static.pepy.tech/badge/flet-easy)](https://pepy.tech/project/flet-easy) [![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm-project.org)
30
30
 
31
31
  <div align="center">
32
- <img src="media/logo.png" alt="logo" width="250">
32
+ <img src="https://github.com/Daxexs/flet-easy/blob/main/media/logo.png?raw=true" alt="logo" width="250">
33
33
  </div>
34
34
 
35
35
 
@@ -1,9 +1,9 @@
1
1
  [![github](https://img.shields.io/badge/my_profile-000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Daxexs)[![pypi](https://img.shields.io/badge/Pypi-0A66C2?style=for-the-badge&logo=pypi&logoColor=white)](https://pypi.org/project/flet-easy)
2
-
3
- [![Downloads](https://static.pepy.tech/badge/flet-easy)](https://pepy.tech/project/flet-easy) [![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm-project.org)
2
+ [![Flet-Easy](https://img.shields.io/badge/FletEasy-crimson?logo=ray&logoColor=white)](https://github.com/daxexs/flet-easy)[![image](https://img.shields.io/pypi/v/flet-easy)](https://pypi.python.org/pypi/flet-easy) [![Flet](https://img.shields.io/badge/Flet-blue?logo=ray&logoColor=white)](https://github.com/daxexs/flet)[![image](https://img.shields.io/pypi/v/flet.svg)](https://pypi.python.org/pypi/flet)
3
+ [![image](https://img.shields.io/pypi/l/flet-easy.svg)](https://pypi.python.org/pypi/flet-easy) [![image](https://img.shields.io/pypi/pyversions/flet-easy.svg?logo=python&logoColor=f5f5f5)](https://pypi.python.org/pypi/flet-easy) [![Downloads](https://static.pepy.tech/badge/flet-easy)](https://pepy.tech/project/flet-easy) [![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm-project.org)
4
4
 
5
5
  <div align="center">
6
- <img src="media/logo.png" alt="logo" width="250">
6
+ <img src="https://github.com/Daxexs/flet-easy/blob/main/media/logo.png?raw=true" alt="logo" width="250">
7
7
  </div>
8
8
 
9
9
 
@@ -1,12 +1,13 @@
1
1
  [project]
2
2
  name = "flet-easy"
3
- version = "0.2.0.dev3"
3
+ version = "0.2.0.dev4"
4
4
  description = "Flet-Easy is a package created as a Flet add-on, designed to be easy to use with a cleaner order in the code, having many customizable features."
5
5
  authors = [
6
6
  { name = "Daxexs", email = "Daxexsdev@gmail.com" },
7
7
  ]
8
8
  dependencies = [
9
- "parse",
9
+ "flet>=0.21.1",
10
+ "parse>=1.20.1",
10
11
  "schedule>=1.2.1",
11
12
  "pytoml>=0.1.21",
12
13
  "typer[all]>=0.9.0",
@@ -22,7 +23,6 @@ keywords = [
22
23
  ]
23
24
  classifiers = [
24
25
  "Topic :: Software Development :: Build Tools",
25
- "Programming Language :: Python :: 3",
26
26
  "Programming Language :: Python :: 3.8",
27
27
  "Programming Language :: Python :: 3.9",
28
28
  "Programming Language :: Python :: 3.10",
@@ -67,7 +67,6 @@ source-includes = [
67
67
  [tool.pdm.dev-dependencies]
68
68
  test = [
69
69
  "python-dotenv>=1.0.1",
70
- "sqlmodel>=0.0.16",
71
70
  "peewee>=3.17.1",
72
71
  ]
73
72
 
File without changes