lyrpy 0.0.2__py3-none-any.whl → 2024.0.1__py3-none-any.whl

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 lyrpy might be problematic. Click here for more details.

@@ -0,0 +1 @@
1
+ Hello World!
@@ -0,0 +1,43 @@
1
+ Metadata-Version: 2.1
2
+ Name: lyrpy
3
+ Version: 2024.0.1
4
+ Summary: lyrpy
5
+ Author: Lisitsin Y.R.
6
+ Author-email: lisitsinyr <lisitsinyr@gmail.com>
7
+ License: Copyright (c) 2018 The Python Packaging Authority
8
+
9
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10
+ of this software and associated documentation files (the "Software"), to deal
11
+ in the Software without restriction, including without limitation the rights
12
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13
+ copies of the Software, and to permit persons to whom the Software is
14
+ furnished to do so, subject to the following conditions:
15
+
16
+ The above copyright notice and this permission notice shall be included in all
17
+ copies or substantial portions of the Software.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25
+ SOFTWARE.
26
+
27
+ Keywords: tools,py
28
+ Classifier: Development Status :: 3 - Alpha
29
+ Classifier: Intended Audience :: Developers
30
+ Classifier: Topic :: Software Development :: Build Tools
31
+ Classifier: License :: OSI Approved :: MIT License
32
+ Classifier: Programming Language :: Python :: 3.8
33
+ Classifier: Programming Language :: Python :: 3.9
34
+ Classifier: Operating System :: OS Independent
35
+ Requires-Python: >=3.8
36
+ Description-Content-Type: text/markdown
37
+ License-File: LICENSE
38
+
39
+ TOOLS_PY
40
+ --------
41
+
42
+ This is a simple example package. You can use
43
+ [GitHub-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
@@ -30,8 +30,9 @@ lyr/LUos.py,sha256=0syOLJxWjXUZ-mJZkYFbS1tvfhtIoog0qLwSSYIeUIQ,27518
30
30
  lyr/LUsys.py,sha256=MVGkpR7O7Uj6zk10b5ZYfSnWWnBMVAXSgQb4EE61ObI,1103
31
31
  lyr/__init__.py,sha256=i43cQTRz46fNZn1T1ZYpZDfxGLK8OYFzQNB7uaexn94,498
32
32
  lyr/__main__.py,sha256=uHIH_TTuZ6PH1w4i5zHqVvWkGZHfll3zY9-TBlu-RJU,410
33
- lyrpy-0.0.2.dist-info/LICENSE,sha256=hM4FdoGLL-HQV5eP3W5n52Gkben0U-a50qcOXR9_M60,1096
34
- lyrpy-0.0.2.dist-info/METADATA,sha256=3QAkm9bh1gbEexpkQdthRU6vMQmzrUk95qEXdw0jN6A,640
35
- lyrpy-0.0.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
36
- lyrpy-0.0.2.dist-info/top_level.txt,sha256=etdBXwxZHHTkEX9Fx0DpdqFZ8IxuZRCG78h6uDc1yl8,4
37
- lyrpy-0.0.2.dist-info/RECORD,,
33
+ lyrpy-2024.0.1.data/data/data/text.txt,sha256=z85OKVJZHnmg3qFlSpLbpPCZ00irfBdrzQUtabiSl3A,14
34
+ lyrpy-2024.0.1.dist-info/LICENSE,sha256=hM4FdoGLL-HQV5eP3W5n52Gkben0U-a50qcOXR9_M60,1096
35
+ lyrpy-2024.0.1.dist-info/METADATA,sha256=8sROmPeIZ26Dwe7rZHwFzSG8lnzmTYhHqgSUTCHfGUQ,2015
36
+ lyrpy-2024.0.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
37
+ lyrpy-2024.0.1.dist-info/top_level.txt,sha256=etdBXwxZHHTkEX9Fx0DpdqFZ8IxuZRCG78h6uDc1yl8,4
38
+ lyrpy-2024.0.1.dist-info/RECORD,,
@@ -1,19 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: lyrpy
3
- Version: 0.0.2
4
- Summary: lyrpy
5
- Author-email: lisitsinyr <lisitsinyr@gmail.com>
6
- Project-URL: Homepage, https://github.com/lisitsinyr/TOOLS_PY
7
- Project-URL: Issues, https://github.com/lisitsinyr/TOOLS_PY/issues
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: License :: OSI Approved :: MIT License
10
- Classifier: Operating System :: OS Independent
11
- Requires-Python: >=3.8
12
- Description-Content-Type: text/markdown
13
- License-File: LICENSE
14
-
15
- TOOLS_PY
16
- --------
17
-
18
- This is a simple example package. You can use
19
- [GitHub-flavored Markdown](https://guides.github.com/features/mastering-markdown/)