pythonQEPest 2.0.0a2__py3-none-any.whl → 2.0.0a3__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.
@@ -1,7 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pythonQEPest
3
- Version: 2.0.0a2
3
+ Version: 2.0.0a3
4
4
  Summary: Java QEPest but written in Python
5
+ License-File: LICENSE
5
6
  Author: Lina
6
7
  Author-email: knocker767@gmail.com
7
8
  Requires-Python: >=3.12,<3.15
@@ -20,6 +21,7 @@ Description-Content-Type: text/markdown
20
21
  # pythonQEPest
21
22
 
22
23
  [![pythonQEPest](https://github.com/PonyLianna/pythonQEPest/actions/workflows/python-package.yml/badge.svg)](https://github.com/PonyLianna/pythonQEPest/actions/workflows/python-package.yml)
24
+ [![PyPI Version](https://img.shields.io/pypi/v/pythonQEPest)](https://pypi.org/project/pythonQEPest/)
23
25
 
24
26
 
25
27
  Python implementation of QEPest (Quantitative Estimation of Pesticide), a program for scoring molecules as herbicides (QEH), insecticides (QEI), and fungicides (QEF).
@@ -58,7 +58,8 @@ pythonQEPest/providers/json_provider.py,sha256=138zV_15bQ3AYdm_7EAad6_MPBuJP1FVo
58
58
  pythonQEPest/providers/txt_provider.py,sha256=NKZQYtSOnzrr4hJPXGxiGk0D3YfGyAAW4nbbGPr1nM4,1793
59
59
  pythonQEPest/services/__init__.py,sha256=wlxF_SZSIY8igTmrzuMOMKE9Y6t5ne-iwwgQNSMa5Js,106
60
60
  pythonQEPest/services/QEPestFileService.py,sha256=t2CkiI_mTPYrpME58qraaIVoZmtNUHxVtXsLXOGxRwg,4892
61
- pythonqepest-2.0.0a2.dist-info/entry_points.txt,sha256=i9kkDdHEsC_JbdZrAI9QtGled425GyfvRkskotSnwl0,116
62
- pythonqepest-2.0.0a2.dist-info/METADATA,sha256=E417Q2s886uR5jZE4QVZXN62x2hinGXQMzpDW9SklE4,4954
63
- pythonqepest-2.0.0a2.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
64
- pythonqepest-2.0.0a2.dist-info/RECORD,,
61
+ pythonqepest-2.0.0a3.dist-info/entry_points.txt,sha256=i9kkDdHEsC_JbdZrAI9QtGled425GyfvRkskotSnwl0,116
62
+ pythonqepest-2.0.0a3.dist-info/licenses/LICENSE,sha256=bACP9nTNYCDayOI-2ujgP0X5q9O5lRMeq70qu_3eLdU,1088
63
+ pythonqepest-2.0.0a3.dist-info/METADATA,sha256=QpbqFriER8CShiKYU8xdrClbFqMGXzISIPzpuzACjnk,5078
64
+ pythonqepest-2.0.0a3.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
65
+ pythonqepest-2.0.0a3.dist-info/RECORD,,
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 PonyLianna
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.