variablesplus 2.2.1__tar.gz → 2.2.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: variablesplus
3
- Version: 2.2.1
3
+ Version: 2.2.2
4
4
  Summary: A Python package for variables plus
5
5
  Author: Egglord
6
6
  License: MIT
@@ -22,3 +22,7 @@ vp.vp("clear(variable)") # Leave clear() empty to clear all variables.
22
22
  vp.vp("delete(variable)") # Variable needs to exist.
23
23
  vp.vp("read(variable)") # Doesn't print it. Use print(vp.vp("read(variable)")) to print the variables contents.
24
24
  vp.vp(“write(variable=something)”) # Variable needs to exist.
25
+
26
+ !NB!
27
+ Use: pip install variablesplus
28
+ But, to import it: import vb
@@ -10,3 +10,7 @@ vp.vp("clear(variable)") # Leave clear() empty to clear all variables.
10
10
  vp.vp("delete(variable)") # Variable needs to exist.
11
11
  vp.vp("read(variable)") # Doesn't print it. Use print(vp.vp("read(variable)")) to print the variables contents.
12
12
  vp.vp(“write(variable=something)”) # Variable needs to exist.
13
+
14
+ !NB!
15
+ Use: pip install variablesplus
16
+ But, to import it: import vb
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "variablesplus"
7
- version = "2.2.1"
7
+ version = "2.2.2"
8
8
  description = "A Python package for variables plus"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="variables_plus",
5
- version="2.2.1",
5
+ version="2.2.2",
6
6
  packages=find_packages(),
7
7
  description="A simple library to create, clear, and delete global variables",
8
8
  author="",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: variablesplus
3
- Version: 2.2.1
3
+ Version: 2.2.2
4
4
  Summary: A Python package for variables plus
5
5
  Author: Egglord
6
6
  License: MIT
@@ -22,3 +22,7 @@ vp.vp("clear(variable)") # Leave clear() empty to clear all variables.
22
22
  vp.vp("delete(variable)") # Variable needs to exist.
23
23
  vp.vp("read(variable)") # Doesn't print it. Use print(vp.vp("read(variable)")) to print the variables contents.
24
24
  vp.vp(“write(variable=something)”) # Variable needs to exist.
25
+
26
+ !NB!
27
+ Use: pip install variablesplus
28
+ But, to import it: import vb
File without changes
File without changes