click-extended 0.0.1__py3-none-any.whl → 0.0.3__py3-none-any.whl

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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: click_extended
3
- Version: 0.0.1
3
+ Version: 0.0.3
4
4
  Summary: An extension to Click with additional features like automatic async support, aliasing and a modular decorator system.
5
5
  Author-email: Marcus Fredriksson <marcus@marcusfredriksson.com>
6
6
  License: MIT License
@@ -65,7 +65,14 @@ Dynamic: license-file
65
65
 
66
66
  # Click Extended
67
67
 
68
- TBD
68
+ An extension of the [Click](https://github.com/pallets/click) library with additional features like aliasing, asynchronous support, an extended decorator system and more.
69
+
70
+ ## Features
71
+
72
+ - **Aliasing**: Add multiple aliases to a group or command.
73
+ - **Async supprt**: Automatically run both synchronous and asynchronous functions.
74
+ - **Extended decorator system**: Create or use pre-made validation and transformation decorators, inject values into the context and more.
75
+ - **Environment variables**: Automatically validate and inject environment variables into the function.
69
76
 
70
77
  ## Installation
71
78
 
@@ -75,16 +82,20 @@ pip install click-extended
75
82
 
76
83
  ## Requirements
77
84
 
78
- TBD
85
+ - **Python**: 3.10 or higher
79
86
 
80
- ## License
87
+ ## Usage
81
88
 
82
- This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.
89
+ TBD
83
90
 
84
91
  ## Contributing
85
92
 
86
93
  TBD
87
94
 
95
+ ## License
96
+
97
+ This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.
98
+
88
99
  ## Acknowledgements
89
100
 
90
101
  This project is built on top of the [Click](https://github.com/pallets/click) library.
@@ -0,0 +1,9 @@
1
+ click_extended/__init__.py,sha256=dqtS3EH0att5KwxtbvkSdvN9CzvISgys6YT1OAzgsT8,568
2
+ click_extended/errors.py,sha256=nFhxTtEHYJBO1tWwx1YdMwEKFvenEOD5dLfuZY9yCzI,4099
3
+ click_extended/types.py,sha256=Xed59Ss7tRr0RQOXCgqRIAMCI7uopkOY4LrvT43Qu40,867
4
+ click_extended-0.0.3.dist-info/licenses/AUTHORS.md,sha256=NkShPinjqtnRDQVRyVnfJuOGM56sejauE3WRoYCcbtw,132
5
+ click_extended-0.0.3.dist-info/licenses/LICENSE,sha256=gjO8hzM4mFSBXFikktaXVSgmXGcre91_GPJ-E_yP56E,1075
6
+ click_extended-0.0.3.dist-info/METADATA,sha256=Dz1SChMnsHDuE4i1m8j03ygHUbGUB1uv5Tfvo8ZpKTU,4054
7
+ click_extended-0.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ click_extended-0.0.3.dist-info/top_level.txt,sha256=2G3bm6tCNv80okRm773jKTk-_z1ElY-seaozZrn_TxA,15
9
+ click_extended-0.0.3.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- click_extended/__init__.py,sha256=dqtS3EH0att5KwxtbvkSdvN9CzvISgys6YT1OAzgsT8,568
2
- click_extended/errors.py,sha256=nFhxTtEHYJBO1tWwx1YdMwEKFvenEOD5dLfuZY9yCzI,4099
3
- click_extended/types.py,sha256=Xed59Ss7tRr0RQOXCgqRIAMCI7uopkOY4LrvT43Qu40,867
4
- click_extended-0.0.1.dist-info/licenses/AUTHORS.md,sha256=NkShPinjqtnRDQVRyVnfJuOGM56sejauE3WRoYCcbtw,132
5
- click_extended-0.0.1.dist-info/licenses/LICENSE,sha256=gjO8hzM4mFSBXFikktaXVSgmXGcre91_GPJ-E_yP56E,1075
6
- click_extended-0.0.1.dist-info/METADATA,sha256=1NeKay2PaDb04EmVk5dHA5Mpi0NIRvfefq1LcEMtZs4,3447
7
- click_extended-0.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- click_extended-0.0.1.dist-info/top_level.txt,sha256=2G3bm6tCNv80okRm773jKTk-_z1ElY-seaozZrn_TxA,15
9
- click_extended-0.0.1.dist-info/RECORD,,