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