dummyfunction 0.0.0.dev0__tar.gz → 1.0.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.
- {dummyfunction-0.0.0.dev0/src/dummyfunction.egg-info → dummyfunction-1.0.0}/PKG-INFO +5 -36
- dummyfunction-1.0.0/README.rst +5 -0
- {dummyfunction-0.0.0.dev0 → dummyfunction-1.0.0}/pyproject.toml +4 -3
- {dummyfunction-0.0.0.dev0 → dummyfunction-1.0.0}/src/dummyfunction/__init__.py +0 -3
- dummyfunction-1.0.0/src/dummyfunction/core/__init__.py +8 -0
- {dummyfunction-0.0.0.dev0 → dummyfunction-1.0.0/src/dummyfunction.egg-info}/PKG-INFO +5 -36
- {dummyfunction-0.0.0.dev0 → dummyfunction-1.0.0}/src/dummyfunction.egg-info/SOURCES.txt +0 -1
- dummyfunction-0.0.0.dev0/README.rst +0 -37
- dummyfunction-0.0.0.dev0/src/dummyfunction/__main__.py +0 -4
- dummyfunction-0.0.0.dev0/src/dummyfunction/core/__init__.py +0 -2
- {dummyfunction-0.0.0.dev0 → dummyfunction-1.0.0}/LICENSE.txt +0 -0
- {dummyfunction-0.0.0.dev0 → dummyfunction-1.0.0}/MANIFEST.in +0 -0
- {dummyfunction-0.0.0.dev0 → dummyfunction-1.0.0}/setup.cfg +0 -0
- {dummyfunction-0.0.0.dev0 → dummyfunction-1.0.0}/src/dummyfunction/tests/__init__.py +0 -0
- {dummyfunction-0.0.0.dev0 → dummyfunction-1.0.0}/src/dummyfunction/tests/test_1984.py +0 -0
- {dummyfunction-0.0.0.dev0 → dummyfunction-1.0.0}/src/dummyfunction.egg-info/dependency_links.txt +0 -0
- {dummyfunction-0.0.0.dev0 → dummyfunction-1.0.0}/src/dummyfunction.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dummyfunction
|
|
3
|
-
Version:
|
|
3
|
+
Version: 1.0.0
|
|
4
4
|
Summary: dummyfunction
|
|
5
5
|
Author-email: Johannes <johannes-programming@mailfence.com>
|
|
6
6
|
License: The MIT License (MIT)
|
|
@@ -27,14 +27,15 @@ License: The MIT License (MIT)
|
|
|
27
27
|
Project-URL: Download, https://pypi.org/project/dummyfunction/#files
|
|
28
28
|
Project-URL: Index, https://pypi.org/project/dummyfunction/
|
|
29
29
|
Project-URL: Source, https://github.com/johannes-programming/dummyfunction/
|
|
30
|
-
|
|
30
|
+
Project-URL: Website, https://dummyfunction.johannes-programming.online/
|
|
31
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
31
32
|
Classifier: License :: OSI Approved :: MIT License
|
|
32
33
|
Classifier: Natural Language :: English
|
|
33
34
|
Classifier: Operating System :: OS Independent
|
|
34
35
|
Classifier: Programming Language :: Python
|
|
35
36
|
Classifier: Programming Language :: Python :: 3
|
|
36
37
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
37
|
-
Requires-Python: >=3.
|
|
38
|
+
Requires-Python: >=3.8
|
|
38
39
|
Description-Content-Type: text/x-rst
|
|
39
40
|
License-File: LICENSE.txt
|
|
40
41
|
|
|
@@ -42,36 +43,4 @@ License-File: LICENSE.txt
|
|
|
42
43
|
dummyfunction
|
|
43
44
|
=============
|
|
44
45
|
|
|
45
|
-
|
|
46
|
-
--------
|
|
47
|
-
|
|
48
|
-
dummyfunction
|
|
49
|
-
|
|
50
|
-
Installation
|
|
51
|
-
------------
|
|
52
|
-
|
|
53
|
-
To install ``dummyfunction``, you can use ``pip``. Open your terminal and run:
|
|
54
|
-
|
|
55
|
-
.. code-block:: bash
|
|
56
|
-
|
|
57
|
-
pip install dummyfunction
|
|
58
|
-
|
|
59
|
-
License
|
|
60
|
-
-------
|
|
61
|
-
|
|
62
|
-
This project is licensed under the MIT License.
|
|
63
|
-
|
|
64
|
-
Links
|
|
65
|
-
-----
|
|
66
|
-
|
|
67
|
-
* `Download <https://pypi.org/project/dummyfunction/#files>`_
|
|
68
|
-
* `Index <https://pypi.org/project/dummyfunction/>`_
|
|
69
|
-
* `Source <https://github.com/johannes-programming/dummyfunction/>`_
|
|
70
|
-
|
|
71
|
-
Credits
|
|
72
|
-
-------
|
|
73
|
-
|
|
74
|
-
* Author: Johannes
|
|
75
|
-
* Email: `johannes-programming@mailfence.com <mailto:johannes-programming@mailfence.com>`_
|
|
76
|
-
|
|
77
|
-
Thank you for using ``dummyfunction``!
|
|
46
|
+
Visit the website `https://dummyfunction.johannes-programming.online/ <https://dummyfunction.johannes-programming.online/>`_ for more information.
|
|
@@ -9,7 +9,7 @@ authors = [
|
|
|
9
9
|
{ email = "johannes-programming@mailfence.com", name = "Johannes" },
|
|
10
10
|
]
|
|
11
11
|
classifiers = [
|
|
12
|
-
"Development Status ::
|
|
12
|
+
"Development Status :: 5 - Production/Stable",
|
|
13
13
|
"License :: OSI Approved :: MIT License",
|
|
14
14
|
"Natural Language :: English",
|
|
15
15
|
"Operating System :: OS Independent",
|
|
@@ -22,8 +22,8 @@ description = "dummyfunction"
|
|
|
22
22
|
keywords = []
|
|
23
23
|
name = "dummyfunction"
|
|
24
24
|
readme = "README.rst"
|
|
25
|
-
requires-python = ">=3.
|
|
26
|
-
version = "
|
|
25
|
+
requires-python = ">=3.8"
|
|
26
|
+
version = "1.0.0"
|
|
27
27
|
|
|
28
28
|
[project.license]
|
|
29
29
|
file = "LICENSE.txt"
|
|
@@ -32,3 +32,4 @@ file = "LICENSE.txt"
|
|
|
32
32
|
Download = "https://pypi.org/project/dummyfunction/#files"
|
|
33
33
|
Index = "https://pypi.org/project/dummyfunction/"
|
|
34
34
|
Source = "https://github.com/johannes-programming/dummyfunction/"
|
|
35
|
+
Website = "https://dummyfunction.johannes-programming.online/"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dummyfunction
|
|
3
|
-
Version:
|
|
3
|
+
Version: 1.0.0
|
|
4
4
|
Summary: dummyfunction
|
|
5
5
|
Author-email: Johannes <johannes-programming@mailfence.com>
|
|
6
6
|
License: The MIT License (MIT)
|
|
@@ -27,14 +27,15 @@ License: The MIT License (MIT)
|
|
|
27
27
|
Project-URL: Download, https://pypi.org/project/dummyfunction/#files
|
|
28
28
|
Project-URL: Index, https://pypi.org/project/dummyfunction/
|
|
29
29
|
Project-URL: Source, https://github.com/johannes-programming/dummyfunction/
|
|
30
|
-
|
|
30
|
+
Project-URL: Website, https://dummyfunction.johannes-programming.online/
|
|
31
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
31
32
|
Classifier: License :: OSI Approved :: MIT License
|
|
32
33
|
Classifier: Natural Language :: English
|
|
33
34
|
Classifier: Operating System :: OS Independent
|
|
34
35
|
Classifier: Programming Language :: Python
|
|
35
36
|
Classifier: Programming Language :: Python :: 3
|
|
36
37
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
37
|
-
Requires-Python: >=3.
|
|
38
|
+
Requires-Python: >=3.8
|
|
38
39
|
Description-Content-Type: text/x-rst
|
|
39
40
|
License-File: LICENSE.txt
|
|
40
41
|
|
|
@@ -42,36 +43,4 @@ License-File: LICENSE.txt
|
|
|
42
43
|
dummyfunction
|
|
43
44
|
=============
|
|
44
45
|
|
|
45
|
-
|
|
46
|
-
--------
|
|
47
|
-
|
|
48
|
-
dummyfunction
|
|
49
|
-
|
|
50
|
-
Installation
|
|
51
|
-
------------
|
|
52
|
-
|
|
53
|
-
To install ``dummyfunction``, you can use ``pip``. Open your terminal and run:
|
|
54
|
-
|
|
55
|
-
.. code-block:: bash
|
|
56
|
-
|
|
57
|
-
pip install dummyfunction
|
|
58
|
-
|
|
59
|
-
License
|
|
60
|
-
-------
|
|
61
|
-
|
|
62
|
-
This project is licensed under the MIT License.
|
|
63
|
-
|
|
64
|
-
Links
|
|
65
|
-
-----
|
|
66
|
-
|
|
67
|
-
* `Download <https://pypi.org/project/dummyfunction/#files>`_
|
|
68
|
-
* `Index <https://pypi.org/project/dummyfunction/>`_
|
|
69
|
-
* `Source <https://github.com/johannes-programming/dummyfunction/>`_
|
|
70
|
-
|
|
71
|
-
Credits
|
|
72
|
-
-------
|
|
73
|
-
|
|
74
|
-
* Author: Johannes
|
|
75
|
-
* Email: `johannes-programming@mailfence.com <mailto:johannes-programming@mailfence.com>`_
|
|
76
|
-
|
|
77
|
-
Thank you for using ``dummyfunction``!
|
|
46
|
+
Visit the website `https://dummyfunction.johannes-programming.online/ <https://dummyfunction.johannes-programming.online/>`_ for more information.
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
=============
|
|
2
|
-
dummyfunction
|
|
3
|
-
=============
|
|
4
|
-
|
|
5
|
-
Overview
|
|
6
|
-
--------
|
|
7
|
-
|
|
8
|
-
dummyfunction
|
|
9
|
-
|
|
10
|
-
Installation
|
|
11
|
-
------------
|
|
12
|
-
|
|
13
|
-
To install ``dummyfunction``, you can use ``pip``. Open your terminal and run:
|
|
14
|
-
|
|
15
|
-
.. code-block:: bash
|
|
16
|
-
|
|
17
|
-
pip install dummyfunction
|
|
18
|
-
|
|
19
|
-
License
|
|
20
|
-
-------
|
|
21
|
-
|
|
22
|
-
This project is licensed under the MIT License.
|
|
23
|
-
|
|
24
|
-
Links
|
|
25
|
-
-----
|
|
26
|
-
|
|
27
|
-
* `Download <https://pypi.org/project/dummyfunction/#files>`_
|
|
28
|
-
* `Index <https://pypi.org/project/dummyfunction/>`_
|
|
29
|
-
* `Source <https://github.com/johannes-programming/dummyfunction/>`_
|
|
30
|
-
|
|
31
|
-
Credits
|
|
32
|
-
-------
|
|
33
|
-
|
|
34
|
-
* Author: Johannes
|
|
35
|
-
* Email: `johannes-programming@mailfence.com <mailto:johannes-programming@mailfence.com>`_
|
|
36
|
-
|
|
37
|
-
Thank you for using ``dummyfunction``!
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dummyfunction-0.0.0.dev0 → dummyfunction-1.0.0}/src/dummyfunction.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|