typeglide 0.1.0__tar.gz → 0.2.0__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.
- {typeglide-0.1.0 → typeglide-0.2.0}/PKG-INFO +2 -2
- {typeglide-0.1.0 → typeglide-0.2.0}/pyproject.toml +2 -2
- {typeglide-0.1.0 → typeglide-0.2.0}/LICENSE +0 -0
- {typeglide-0.1.0 → typeglide-0.2.0}/README.md +0 -0
- {typeglide-0.1.0 → typeglide-0.2.0}/pytypewriter/__init__.py +0 -0
- {typeglide-0.1.0 → typeglide-0.2.0}/pytypewriter/engine.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: typeglide
|
|
3
|
-
Version: 0.
|
|
4
|
-
Summary: A lightweight utility for typing out console text dynamically.
|
|
3
|
+
Version: 0.2.0
|
|
4
|
+
Summary: A lightweight utility for typing out console text dynamically. This is made by dakshu
|
|
5
5
|
Author-email: Dakshu <dakshumail98@gmail.com>
|
|
6
6
|
License-File: LICENSE
|
|
7
7
|
Classifier: License :: OSI Approved :: MIT License
|
|
@@ -4,8 +4,8 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "typeglide" # PyPI requires a unique name
|
|
7
|
-
version = "0.
|
|
8
|
-
description = "A lightweight utility for typing out console text dynamically."
|
|
7
|
+
version = "0.2.0"
|
|
8
|
+
description = "A lightweight utility for typing out console text dynamically. This is made by dakshu"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.8"
|
|
11
11
|
authors = [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|