splent-cli 0.0.1__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.
@@ -0,0 +1,133 @@
1
+ Metadata-Version: 2.2
2
+ Name: splent_cli
3
+ Version: 0.0.1
4
+ Summary: SPLENT-CLI is a CLI to be able to work on your development more easily.
5
+ Author-email: David Romero <drorganvidez@us.es>
6
+ License: GNU GENERAL PUBLIC LICENSE
7
+ Version 3, 29 June 2007
8
+
9
+ Copyright (C) 2007 Free Software Foundation, Inc.
10
+ Everyone is permitted to copy and distribute verbatim copies
11
+ of this license document, but changing it is not allowed.
12
+
13
+ Preamble
14
+
15
+ The GNU General Public License is a free, copyleft license for
16
+ software and other kinds of works.
17
+
18
+ The licenses for most software and other practical works are designed
19
+ to take away your freedom to share and change the works. By contrast,
20
+ the GNU General Public License is intended to guarantee your freedom to
21
+ share and change all versions of a program--to make sure it remains free
22
+ software for all its users. We, the Free Software Foundation, use the
23
+ GNU General Public License for most of our software; it applies also to
24
+ any other work released this way by its authors. You can apply it to
25
+ your programs, too.
26
+
27
+ When we speak of free software, we are referring to freedom, not
28
+ price. Our General Public Licenses are designed to make sure that you
29
+ have the freedom to distribute copies of free software (and charge for
30
+ them if you wish), that you receive source code or can get it if you
31
+ want it, that you can change the software or use pieces of it in new
32
+ free programs, and that you know you can do these things.
33
+
34
+ To protect your rights, we need to prevent others from denying you
35
+ these rights or asking you to surrender the rights. Therefore, you have
36
+ certain responsibilities if you distribute copies of the software, or if
37
+ you modify it: responsibilities to respect the freedom of others.
38
+
39
+ For example, if you distribute copies of such a program, whether
40
+ gratis or for a fee, you must pass on to the recipients the same
41
+ freedoms that you received. You must make sure that they, too, receive
42
+ or can get the source code. And you must show them these terms so they
43
+ know their rights.
44
+
45
+ Developers that use the GNU GPL protect your rights with two steps:
46
+ (1) assert copyright on the software, and (2) offer you this License
47
+ giving you legal permission to copy, distribute and/or modify it.
48
+
49
+ For the developers' and authors' protection, the GPL clearly explains
50
+ that there is no warranty for this free software. For both users' and
51
+ authors' sake, the GPL requires that modified versions be marked as
52
+ changed, so that their problems will not be attributed erroneously to
53
+ authors of previous versions.
54
+
55
+ Some devices are designed to deny users access to install or run
56
+ modified versions of the software inside them, although the manufacturer
57
+ can do so. This is fundamentally incompatible with the aim of protecting
58
+ users' freedom to change the software. The systematic pattern of such
59
+ abuse occurs in the area of products for individuals to use, which is
60
+ precisely where it is most unacceptable. Therefore, we have designed
61
+ this version of the GPL to prohibit the practice for those products. If
62
+ such problems arise substantially in other domains, we stand ready to
63
+ extend this provision to those domains in future versions of the GPL, as
64
+ needed to protect the freedom of users.
65
+
66
+ Finally, every program is threatened constantly by software patents.
67
+ States should not allow patents to restrict development and use of
68
+ software on general-purpose computers, but in those that do, we wish to
69
+ avoid the special danger that patents applied to a free program could
70
+ make it effectively proprietary. To prevent this, the GPL assures that
71
+ patents cannot be used to render the program non-free.
72
+
73
+ The precise terms and conditions for copying, distribution and
74
+ modification follow.
75
+
76
+ TERMS AND CONDITIONS
77
+
78
+ 0. Definitions.
79
+
80
+ "This License" refers to version 3 of the GNU General Public License.
81
+
82
+ "Copyright" also means copyright-like laws that apply to other kinds
83
+ of works, such as semiconductor masks.
84
+
85
+ "The Program" refers to any copyrightable work licensed under this
86
+ License. Each licensee is addressed as "you". "Licensees" and
87
+ "recipients" may be individuals or organizations.
88
+
89
+ To "modify" a work means to copy from or adapt all or part of the work
90
+ in a fashion requiring copyright permission, other than the making of an
91
+ exact copy. The resulting work is called a "modified version" of the
92
+ earlier work or a work "based on" the earlier work.
93
+
94
+ A "covered work" means either the unmodified Program or a work based
95
+ on the Program.
96
+
97
+ To "propagate" a work means to do anything with it that, without
98
+ permission, would make you directly or secondarily liable for
99
+ infringement under applicable copyright law, except executing it on a
100
+ computer or modifying a private copy. Propagation includes copying,
101
+ distribution (with or without modification), making available to the
102
+ public, and in some countries other activities as well.
103
+
104
+ To "convey" a work means any kind of propagation that enables other
105
+ parties to make or receive copies. Mere interaction with a user through
106
+ a computer network, with no transfer of a copy, is not conveying.
107
+
108
+ An interactive user interface displays "Appropriate Legal Notices"
109
+ to the extent that it includes a convenient and prominently visible
110
+ feature that (1) displays an appropriate copyright notice, and (2)
111
+ tells the user that there is no warranty for the work (except to the
112
+ extent that warranties are provided), that licensees may convey the
113
+ work under this License, and how to view a copy of this License. If
114
+ the interface presents a list of user commands or options, such as a
115
+ menu, a prominent item in the list meets this criterion.
116
+
117
+ (El texto completo es largo, puedes encontrarlo en https://www.gnu.org/licenses/gpl-3.0.txt)
118
+
119
+
120
+ Project-URL: Homepage, https://github.com/diverso-lab/splent_cli
121
+ Project-URL: Issues, https://github.com/diverso-lab/splent_cli/issues
122
+ Requires-Python: >=3.12
123
+ Description-Content-Type: text/markdown
124
+ License-File: LICENSE
125
+ Requires-Dist: click
126
+ Requires-Dist: python-dotenv
127
+ Requires-Dist: flask
128
+ Requires-Dist: setuptools
129
+ Requires-Dist: pytest
130
+ Requires-Dist: pytest-cov
131
+ Requires-Dist: ruff
132
+
133
+ # splent_cli
@@ -0,0 +1,33 @@
1
+ splent_cli/__init__.py,sha256=VktZQsfMNpBkjtEFLSeTMRRsAkIbieCXuESLONLzyPQ,246
2
+ splent_cli/__main__.py,sha256=oaqk2yoZReO-E8WQ8waRZ9D-XwVVnrey_9QIE297nNA,176
3
+ splent_cli/cli.py,sha256=e7rmkq37cM3lXPU8hF9A6QMnOqDx_jpJM1a2o_ZqqbA,1855
4
+ splent_cli/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ splent_cli/commands/clear_cache.py,sha256=uYZdeuuV8BqCQ685G-xN2yh3DX1aBILCq67Z5m9Mqwc,2716
6
+ splent_cli/commands/clear_log.py,sha256=QkeK5thaBU5TfgZ4jyE4kLhZmFFecezbWDwuudSHbmU,856
7
+ splent_cli/commands/clear_uploads.py,sha256=JEoZtwu9mH9ohQKqN94jyx4iKqzn9ac70W7mWGrzZro,1428
8
+ splent_cli/commands/compose_env.py,sha256=o7d3IrzXC8vCnyQdOJlWQCdabAKzwpWrPDmZ5_vjSXU,1635
9
+ splent_cli/commands/coverage.py,sha256=EEjQPpkJmRdPKQhjsdshf5HHZTaFCXWJojV5iomsExE,1271
10
+ splent_cli/commands/db_console.py,sha256=9ewElU9o5nSImcjzGIPD5eaQS8ghXV98cZK2ySyn9ps,824
11
+ splent_cli/commands/db_dump.py,sha256=Q0DxBVhVDwWrLyZ6dEALH7GfZc6uyB3xym3CBpzTEqk,1385
12
+ splent_cli/commands/db_migrate.py,sha256=CoHTftdeGj3DZ-5fcFcQLFLfUFDe42Ef3HBnuX0Fk9w,1192
13
+ splent_cli/commands/db_reset.py,sha256=RBRmIEdlwiQ828BgC2nsJPVG9M6HEVhRhIBJ8gQV8Xc,3061
14
+ splent_cli/commands/db_seed.py,sha256=JRPulcaFHwopME2BiQMo8dD4YRj4sMdFafvIdhw7RRU,3786
15
+ splent_cli/commands/env.py,sha256=dJ0Wp2krwXhXp4k4TBsoqgtDhMYXP1VCrzfbiy_Qqog,419
16
+ splent_cli/commands/info.py,sha256=gCisTYCiF3fD1HxfXMKwDoVshpi7sucFHG3H2SdYSdY,3556
17
+ splent_cli/commands/linter.py,sha256=7zda7moOPsvNJoGcWK8_yitp9Mp69td5NtMd8rZ_Hy8,3946
18
+ splent_cli/commands/locust.py,sha256=EZsGM98fBnSeu4xed-C6XaeYe7ADjTPFTugy_YfTJS8,6839
19
+ splent_cli/commands/module_create.py,sha256=wQ6aMYA4mZskEfjIdAVagkUUicxnb4sr5qgemNIiW7s,4685
20
+ splent_cli/commands/module_list.py,sha256=xW2pQnbmihcbdgcPzdlPmcAe0hFnfLmpruWewe7gH-o,795
21
+ splent_cli/commands/route_list.py,sha256=y0qbJwxS9QKzQLTj6Nwe-tp_PG-l19gUWlsxFASF1mY,2442
22
+ splent_cli/commands/selenium.py,sha256=LLKoFUY_ZMEl6xB4cxgYwGMXhhWi33SBbJYWa-Y30yk,2768
23
+ splent_cli/commands/test.py,sha256=n6aA_P0kh-vW7bfbuz1WZ7NxVDCmERpUC0WoUIYrn78,1219
24
+ splent_cli/commands/update.py,sha256=EgySDPOgF_-yUdYqTHi7JBroB_u19BayEOHCvsHx6q4,5012
25
+ splent_cli/commands/webpack_compile.py,sha256=CZFRsTT9QJRgqH-plKOpuTKPfz-SZ7K9pe_PxSoBaPY,2623
26
+ splent_cli/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
+ splent_cli/utils/path_utils.py,sha256=MJ4ERpNe3Q8W88CxvCltDzBKDrlyZIAfJWYYa8Pz6Jc,3195
28
+ splent_cli-0.0.1.dist-info/LICENSE,sha256=bLLm9Sa_dIY7G9qKnrToYx6xYjvD6v4rn_keLRNYBsw,5614
29
+ splent_cli-0.0.1.dist-info/METADATA,sha256=6TuOCCCx8MX8NrlniRc0y91ommWi-DyLePPDtTQg1bk,7111
30
+ splent_cli-0.0.1.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
31
+ splent_cli-0.0.1.dist-info/entry_points.txt,sha256=orMPpEhyviCabQ3LZd7K3LqwkxVVON939Kzho9DQs1o,56
32
+ splent_cli-0.0.1.dist-info/top_level.txt,sha256=7GEm22g1lIu8vq6BuCluTz05cYi6eN0u7vmB9wdtoSo,11
33
+ splent_cli-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (76.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ splent_cli = splent_cli.__main__:main
@@ -0,0 +1 @@
1
+ splent_cli