kitty-common 0.5.4__tar.gz → 0.5.6__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.
Potentially problematic release.
This version of kitty-common might be problematic. Click here for more details.
- {kitty-common-0.5.4/src/kitty_common.egg-info → kitty_common-0.5.6}/PKG-INFO +11 -6
- {kitty-common-0.5.4 → kitty_common-0.5.6}/setup.py +1 -1
- {kitty-common-0.5.4 → kitty_common-0.5.6}/src/common/state.py +1 -0
- {kitty-common-0.5.4 → kitty_common-0.5.6/src/kitty_common.egg-info}/PKG-INFO +11 -6
- {kitty-common-0.5.4 → kitty_common-0.5.6}/LICENSE +0 -0
- {kitty-common-0.5.4 → kitty_common-0.5.6}/MANIFEST.in +0 -0
- {kitty-common-0.5.4 → kitty_common-0.5.6}/README.md +0 -0
- {kitty-common-0.5.4 → kitty_common-0.5.6}/setup.cfg +0 -0
- {kitty-common-0.5.4 → kitty_common-0.5.6}/src/common/__init__.py +0 -0
- {kitty-common-0.5.4 → kitty_common-0.5.6}/src/common/color.py +0 -0
- {kitty-common-0.5.4 → kitty_common-0.5.6}/src/common/img/title_card.png +0 -0
- {kitty-common-0.5.4 → kitty_common-0.5.6}/src/common/img.py +0 -0
- {kitty-common-0.5.4 → kitty_common-0.5.6}/src/common/test_utils.py +0 -0
- {kitty-common-0.5.4 → kitty_common-0.5.6}/src/kitty_common.egg-info/SOURCES.txt +0 -0
- {kitty-common-0.5.4 → kitty_common-0.5.6}/src/kitty_common.egg-info/dependency_links.txt +0 -0
- {kitty-common-0.5.4 → kitty_common-0.5.6}/src/kitty_common.egg-info/requires.txt +0 -0
- {kitty-common-0.5.4 → kitty_common-0.5.6}/src/kitty_common.egg-info/top_level.txt +0 -0
|
@@ -1,17 +1,22 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: kitty-common
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.6
|
|
4
4
|
Summary: kitty games common library
|
|
5
5
|
Home-page: https://github.com/rchen152/common
|
|
6
|
-
License: UNKNOWN
|
|
7
|
-
Platform: UNKNOWN
|
|
8
6
|
Classifier: Programming Language :: Python :: 3
|
|
9
7
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
10
8
|
Classifier: Operating System :: POSIX :: Linux
|
|
11
9
|
Requires-Python: >=3.10
|
|
12
10
|
Description-Content-Type: text/markdown
|
|
13
11
|
License-File: LICENSE
|
|
12
|
+
Requires-Dist: pygame>=2.1.2
|
|
13
|
+
Dynamic: classifier
|
|
14
|
+
Dynamic: description
|
|
15
|
+
Dynamic: description-content-type
|
|
16
|
+
Dynamic: home-page
|
|
17
|
+
Dynamic: license-file
|
|
18
|
+
Dynamic: requires-dist
|
|
19
|
+
Dynamic: requires-python
|
|
20
|
+
Dynamic: summary
|
|
14
21
|
|
|
15
22
|
# Kitty Common Library
|
|
16
|
-
|
|
17
|
-
|
|
@@ -1,17 +1,22 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: kitty-common
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.6
|
|
4
4
|
Summary: kitty games common library
|
|
5
5
|
Home-page: https://github.com/rchen152/common
|
|
6
|
-
License: UNKNOWN
|
|
7
|
-
Platform: UNKNOWN
|
|
8
6
|
Classifier: Programming Language :: Python :: 3
|
|
9
7
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
10
8
|
Classifier: Operating System :: POSIX :: Linux
|
|
11
9
|
Requires-Python: >=3.10
|
|
12
10
|
Description-Content-Type: text/markdown
|
|
13
11
|
License-File: LICENSE
|
|
12
|
+
Requires-Dist: pygame>=2.1.2
|
|
13
|
+
Dynamic: classifier
|
|
14
|
+
Dynamic: description
|
|
15
|
+
Dynamic: description-content-type
|
|
16
|
+
Dynamic: home-page
|
|
17
|
+
Dynamic: license-file
|
|
18
|
+
Dynamic: requires-dist
|
|
19
|
+
Dynamic: requires-python
|
|
20
|
+
Dynamic: summary
|
|
14
21
|
|
|
15
22
|
# Kitty Common Library
|
|
16
|
-
|
|
17
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|