datakit-all 0.4.0__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,23 @@
1
+ Metadata-Version: 2.4
2
+ Name: datakit-all
3
+ Version: 0.4.0
4
+ Summary: The datakit CLI bundled with the standard AP Data Team plugin set.
5
+ Project-URL: Homepage, https://github.com/associatedpress/datakit-all
6
+ Project-URL: Source, https://github.com/associatedpress/datakit-all
7
+ Project-URL: Tracker, https://github.com/associatedpress/datakit-all/issues
8
+ Author-email: Larry Fenn <lfenn@ap.org>
9
+ License: ISC
10
+ License-File: LICENSE
11
+ Keywords: datakit
12
+ Classifier: Development Status :: 5 - Production/Stable
13
+ Classifier: Environment :: Console
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: License :: OSI Approved :: ISC License (ISCL)
16
+ Classifier: Natural Language :: English
17
+ Classifier: Programming Language :: Python :: 3
18
+ Requires-Python: >=3.10
19
+ Requires-Dist: datakit-core>=0.4.0
20
+ Requires-Dist: datakit-data>=0.6.3
21
+ Requires-Dist: datakit-github>=0.2.1
22
+ Requires-Dist: datakit-gitlab>=0.6.0
23
+ Requires-Dist: datakit-project>=0.4.0
@@ -0,0 +1,4 @@
1
+ datakit_all-0.4.0.dist-info/METADATA,sha256=AkpelvdvdB1ZJCa04bfqb1xpgUuqwrHP9KE_hxR4HN0,925
2
+ datakit_all-0.4.0.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
3
+ datakit_all-0.4.0.dist-info/licenses/LICENSE,sha256=9CGoLD13JvgtDC6K_7sTBRJ2mH299HIe56bcFV51kTE,753
4
+ datakit_all-0.4.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.30.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,15 @@
1
+ ISC License
2
+
3
+ Copyright (c) 2016 2017, Associated Press
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted, provided that the above
7
+ copyright notice and this permission notice appear in all copies.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
10
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
12
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14
+ OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15
+ PERFORMANCE OF THIS SOFTWARE.