lazydock 0.0.1__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.
- lazydock-0.0.1/LICENSE +21 -0
- lazydock-0.0.1/MANIFEST.in +2 -0
- lazydock-0.0.1/PKG-INFO +71 -0
- lazydock-0.0.1/README.md +49 -0
- lazydock-0.0.1/lazydock/__init__.py +0 -0
- lazydock-0.0.1/lazydock/__version__.py +9 -0
- lazydock-0.0.1/lazydock/storage/lazydock-cli-scripts-list.json +2 -0
- lazydock-0.0.1/lazydock.egg-info/PKG-INFO +71 -0
- lazydock-0.0.1/lazydock.egg-info/SOURCES.txt +14 -0
- lazydock-0.0.1/lazydock.egg-info/dependency_links.txt +1 -0
- lazydock-0.0.1/lazydock.egg-info/entry_points.txt +3 -0
- lazydock-0.0.1/lazydock.egg-info/requires.txt +11 -0
- lazydock-0.0.1/lazydock.egg-info/top_level.txt +1 -0
- lazydock-0.0.1/requirements.json +16 -0
- lazydock-0.0.1/setup.cfg +4 -0
- lazydock-0.0.1/setup.py +90 -0
lazydock-0.0.1/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2022 BHM-Bob
|
|
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.
|
lazydock-0.0.1/PKG-INFO
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: lazydock
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: A Python package for molecular docking
|
|
5
|
+
Home-page: https://github.com/BHM-Bob/LazyDock
|
|
6
|
+
Author: BHM-Bob G
|
|
7
|
+
Author-email: bhmfly@foxmail.com
|
|
8
|
+
License: MIT Licence
|
|
9
|
+
Description: <!--
|
|
10
|
+
* @Author: BHM-Bob 2262029386@qq.com
|
|
11
|
+
* @Date: 2022-10-19 22:16:22
|
|
12
|
+
* @LastEditors: BHM-Bob 2262029386@qq.com
|
|
13
|
+
* @LastEditTime: 2024-05-06 17:38:05
|
|
14
|
+
* @Description:
|
|
15
|
+
-->
|
|
16
|
+
|
|
17
|
+
<h1 style="text-align:center;">Lazy Dock</h1>
|
|
18
|
+
|
|
19
|
+
<p style="text-align:center;">
|
|
20
|
+
<img src="https://static.pepy.tech/badge/lazydock" alt="Downloads" style="display:inline-block; margin-left:auto; margin-right:auto;" />
|
|
21
|
+
<img src="https://img.shields.io/pypi/dm/lazydock" alt="Downloads" style="display:inline-block; margin-left:auto; margin-right:auto;" />
|
|
22
|
+
<img src="https://img.shields.io/github/downloads/BHM-Bob/LazyDock/total?label=GitHub%20all%20releases%20downloads" alt="Downloads" style="display:inline-block; margin-left:auto; margin-right:auto;" />
|
|
23
|
+
</p>
|
|
24
|
+
|
|
25
|
+
<p style="text-align:center;">
|
|
26
|
+
<a href="https://github.com/BHM-Bob/LazyDock/"><img src="https://img.shields.io/github/repo-size/BHM-Bob/LazyDock" alt="repo size" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
27
|
+
<a href="https://github.com/BHM-Bob/LazyDock/"><img src="https://img.shields.io/github/languages/code-size/BHM-Bob/LazyDock" alt="code size" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
28
|
+
<a href="https://github.com/BHM-Bob/LazyDock/releases"><img src="https://img.shields.io/github/v/release/BHM-Bob/LazyDock?label=GitHub%20Release" alt="GitHub release (latest by date)" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
29
|
+
<a href="https://github.com/BHM-Bob/LazyDock/releases"><img src="https://img.shields.io/github/commit-activity/m/BHM-Bob/LazyDock" alt="GitHub Commit Activity" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
30
|
+
<a><img src="https://img.shields.io/github/last-commit/BHM-Bob/LazyDock?label=GitHub%20Last%20Commit" alt="GitHub last commit" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
31
|
+
</p>
|
|
32
|
+
|
|
33
|
+
<p style="text-align:center;">
|
|
34
|
+
<a href="https://pypi.org/project/lazydock/"><img src="https://img.shields.io/pypi/status/lazydock?label=PyPI%20Status" alt="PyPI Status" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
35
|
+
<a href="https://pypi.org/project/lazydock/"><img src="https://img.shields.io/pypi/v/lazydock?label=PyPI%20Release" alt="PyPI" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
36
|
+
<a href="https://pypi.org/project/lazydock/"><img src="https://img.shields.io/pypi/pyversions/lazydock" alt="python versions" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
37
|
+
</p>
|
|
38
|
+
|
|
39
|
+
<p style="text-align:center;">
|
|
40
|
+
<img alt="GitHub language count" src="https://img.shields.io/github/languages/count/BHM-Bob/LazyDock">
|
|
41
|
+
<a href="https://github.com/BHM-Bob/LazyDock/"><img src="https://img.shields.io/readthedocs/ba-py" alt="docs" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
42
|
+
<a href="https://github.com/BHM-Bob/LazyDock/"><img src="https://img.shields.io/github/license/BHM-Bob/LazyDock" alt="license" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
43
|
+
</p>
|
|
44
|
+
|
|
45
|
+
<p style="text-align:center;">
|
|
46
|
+
<a href="https://github.com/BHM-Bob/LazyDock/"><img src="https://camo.githubusercontent.com/c292429e232884db22e86c2ea2ea7695bc49dc4ae13344003a95879eeb7425d8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f57696e646f77732d3030373844363f7374796c653d666f722d7468652d6261646765266c6f676f3d77696e646f7773266c6f676f436f6c6f723d7768697465" alt="windows" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
47
|
+
<a href="https://github.com/BHM-Bob/LazyDock/"><img src="https://camo.githubusercontent.com/7eefb2ba052806d8a9ce69863c2eeb3b03cd5935ead7bd2e9245ae2e705a1adf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c696e75782d4643433632343f7374796c653d666f722d7468652d6261646765266c6f676f3d6c696e7578266c6f676f436f6c6f723d626c61636b" alt="linux" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
48
|
+
</p>
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
<h2 style="text-align:center;">Get start</h2>
|
|
52
|
+
|
|
53
|
+
#### install
|
|
54
|
+
Now, lazydock only support pypi install:
|
|
55
|
+
```
|
|
56
|
+
pip install lazydock
|
|
57
|
+
```
|
|
58
|
+
Keywords: molecular docking,Utilities
|
|
59
|
+
Platform: any
|
|
60
|
+
Classifier: Development Status :: 4 - Beta
|
|
61
|
+
Classifier: Intended Audience :: Science/Research
|
|
62
|
+
Classifier: Topic :: Utilities
|
|
63
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
64
|
+
Classifier: Programming Language :: Python :: 3
|
|
65
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
66
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
67
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
68
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
69
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
70
|
+
Requires-Python: >=3.7, <3.12
|
|
71
|
+
Description-Content-Type: text/markdown
|
lazydock-0.0.1/README.md
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* @Author: BHM-Bob 2262029386@qq.com
|
|
3
|
+
* @Date: 2022-10-19 22:16:22
|
|
4
|
+
* @LastEditors: BHM-Bob 2262029386@qq.com
|
|
5
|
+
* @LastEditTime: 2024-05-06 17:38:05
|
|
6
|
+
* @Description:
|
|
7
|
+
-->
|
|
8
|
+
|
|
9
|
+
<h1 style="text-align:center;">Lazy Dock</h1>
|
|
10
|
+
|
|
11
|
+
<p style="text-align:center;">
|
|
12
|
+
<img src="https://static.pepy.tech/badge/lazydock" alt="Downloads" style="display:inline-block; margin-left:auto; margin-right:auto;" />
|
|
13
|
+
<img src="https://img.shields.io/pypi/dm/lazydock" alt="Downloads" style="display:inline-block; margin-left:auto; margin-right:auto;" />
|
|
14
|
+
<img src="https://img.shields.io/github/downloads/BHM-Bob/LazyDock/total?label=GitHub%20all%20releases%20downloads" alt="Downloads" style="display:inline-block; margin-left:auto; margin-right:auto;" />
|
|
15
|
+
</p>
|
|
16
|
+
|
|
17
|
+
<p style="text-align:center;">
|
|
18
|
+
<a href="https://github.com/BHM-Bob/LazyDock/"><img src="https://img.shields.io/github/repo-size/BHM-Bob/LazyDock" alt="repo size" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
19
|
+
<a href="https://github.com/BHM-Bob/LazyDock/"><img src="https://img.shields.io/github/languages/code-size/BHM-Bob/LazyDock" alt="code size" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
20
|
+
<a href="https://github.com/BHM-Bob/LazyDock/releases"><img src="https://img.shields.io/github/v/release/BHM-Bob/LazyDock?label=GitHub%20Release" alt="GitHub release (latest by date)" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
21
|
+
<a href="https://github.com/BHM-Bob/LazyDock/releases"><img src="https://img.shields.io/github/commit-activity/m/BHM-Bob/LazyDock" alt="GitHub Commit Activity" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
22
|
+
<a><img src="https://img.shields.io/github/last-commit/BHM-Bob/LazyDock?label=GitHub%20Last%20Commit" alt="GitHub last commit" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
23
|
+
</p>
|
|
24
|
+
|
|
25
|
+
<p style="text-align:center;">
|
|
26
|
+
<a href="https://pypi.org/project/lazydock/"><img src="https://img.shields.io/pypi/status/lazydock?label=PyPI%20Status" alt="PyPI Status" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
27
|
+
<a href="https://pypi.org/project/lazydock/"><img src="https://img.shields.io/pypi/v/lazydock?label=PyPI%20Release" alt="PyPI" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
28
|
+
<a href="https://pypi.org/project/lazydock/"><img src="https://img.shields.io/pypi/pyversions/lazydock" alt="python versions" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
29
|
+
</p>
|
|
30
|
+
|
|
31
|
+
<p style="text-align:center;">
|
|
32
|
+
<img alt="GitHub language count" src="https://img.shields.io/github/languages/count/BHM-Bob/LazyDock">
|
|
33
|
+
<a href="https://github.com/BHM-Bob/LazyDock/"><img src="https://img.shields.io/readthedocs/ba-py" alt="docs" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
34
|
+
<a href="https://github.com/BHM-Bob/LazyDock/"><img src="https://img.shields.io/github/license/BHM-Bob/LazyDock" alt="license" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
35
|
+
</p>
|
|
36
|
+
|
|
37
|
+
<p style="text-align:center;">
|
|
38
|
+
<a href="https://github.com/BHM-Bob/LazyDock/"><img src="https://camo.githubusercontent.com/c292429e232884db22e86c2ea2ea7695bc49dc4ae13344003a95879eeb7425d8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f57696e646f77732d3030373844363f7374796c653d666f722d7468652d6261646765266c6f676f3d77696e646f7773266c6f676f436f6c6f723d7768697465" alt="windows" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
39
|
+
<a href="https://github.com/BHM-Bob/LazyDock/"><img src="https://camo.githubusercontent.com/7eefb2ba052806d8a9ce69863c2eeb3b03cd5935ead7bd2e9245ae2e705a1adf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c696e75782d4643433632343f7374796c653d666f722d7468652d6261646765266c6f676f3d6c696e7578266c6f676f436f6c6f723d626c61636b" alt="linux" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
40
|
+
</p>
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
<h2 style="text-align:center;">Get start</h2>
|
|
44
|
+
|
|
45
|
+
#### install
|
|
46
|
+
Now, lazydock only support pypi install:
|
|
47
|
+
```
|
|
48
|
+
pip install lazydock
|
|
49
|
+
```
|
|
File without changes
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: lazydock
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: A Python package for molecular docking
|
|
5
|
+
Home-page: https://github.com/BHM-Bob/LazyDock
|
|
6
|
+
Author: BHM-Bob G
|
|
7
|
+
Author-email: bhmfly@foxmail.com
|
|
8
|
+
License: MIT Licence
|
|
9
|
+
Description: <!--
|
|
10
|
+
* @Author: BHM-Bob 2262029386@qq.com
|
|
11
|
+
* @Date: 2022-10-19 22:16:22
|
|
12
|
+
* @LastEditors: BHM-Bob 2262029386@qq.com
|
|
13
|
+
* @LastEditTime: 2024-05-06 17:38:05
|
|
14
|
+
* @Description:
|
|
15
|
+
-->
|
|
16
|
+
|
|
17
|
+
<h1 style="text-align:center;">Lazy Dock</h1>
|
|
18
|
+
|
|
19
|
+
<p style="text-align:center;">
|
|
20
|
+
<img src="https://static.pepy.tech/badge/lazydock" alt="Downloads" style="display:inline-block; margin-left:auto; margin-right:auto;" />
|
|
21
|
+
<img src="https://img.shields.io/pypi/dm/lazydock" alt="Downloads" style="display:inline-block; margin-left:auto; margin-right:auto;" />
|
|
22
|
+
<img src="https://img.shields.io/github/downloads/BHM-Bob/LazyDock/total?label=GitHub%20all%20releases%20downloads" alt="Downloads" style="display:inline-block; margin-left:auto; margin-right:auto;" />
|
|
23
|
+
</p>
|
|
24
|
+
|
|
25
|
+
<p style="text-align:center;">
|
|
26
|
+
<a href="https://github.com/BHM-Bob/LazyDock/"><img src="https://img.shields.io/github/repo-size/BHM-Bob/LazyDock" alt="repo size" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
27
|
+
<a href="https://github.com/BHM-Bob/LazyDock/"><img src="https://img.shields.io/github/languages/code-size/BHM-Bob/LazyDock" alt="code size" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
28
|
+
<a href="https://github.com/BHM-Bob/LazyDock/releases"><img src="https://img.shields.io/github/v/release/BHM-Bob/LazyDock?label=GitHub%20Release" alt="GitHub release (latest by date)" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
29
|
+
<a href="https://github.com/BHM-Bob/LazyDock/releases"><img src="https://img.shields.io/github/commit-activity/m/BHM-Bob/LazyDock" alt="GitHub Commit Activity" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
30
|
+
<a><img src="https://img.shields.io/github/last-commit/BHM-Bob/LazyDock?label=GitHub%20Last%20Commit" alt="GitHub last commit" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
31
|
+
</p>
|
|
32
|
+
|
|
33
|
+
<p style="text-align:center;">
|
|
34
|
+
<a href="https://pypi.org/project/lazydock/"><img src="https://img.shields.io/pypi/status/lazydock?label=PyPI%20Status" alt="PyPI Status" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
35
|
+
<a href="https://pypi.org/project/lazydock/"><img src="https://img.shields.io/pypi/v/lazydock?label=PyPI%20Release" alt="PyPI" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
36
|
+
<a href="https://pypi.org/project/lazydock/"><img src="https://img.shields.io/pypi/pyversions/lazydock" alt="python versions" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
37
|
+
</p>
|
|
38
|
+
|
|
39
|
+
<p style="text-align:center;">
|
|
40
|
+
<img alt="GitHub language count" src="https://img.shields.io/github/languages/count/BHM-Bob/LazyDock">
|
|
41
|
+
<a href="https://github.com/BHM-Bob/LazyDock/"><img src="https://img.shields.io/readthedocs/ba-py" alt="docs" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
42
|
+
<a href="https://github.com/BHM-Bob/LazyDock/"><img src="https://img.shields.io/github/license/BHM-Bob/LazyDock" alt="license" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
43
|
+
</p>
|
|
44
|
+
|
|
45
|
+
<p style="text-align:center;">
|
|
46
|
+
<a href="https://github.com/BHM-Bob/LazyDock/"><img src="https://camo.githubusercontent.com/c292429e232884db22e86c2ea2ea7695bc49dc4ae13344003a95879eeb7425d8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f57696e646f77732d3030373844363f7374796c653d666f722d7468652d6261646765266c6f676f3d77696e646f7773266c6f676f436f6c6f723d7768697465" alt="windows" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
47
|
+
<a href="https://github.com/BHM-Bob/LazyDock/"><img src="https://camo.githubusercontent.com/7eefb2ba052806d8a9ce69863c2eeb3b03cd5935ead7bd2e9245ae2e705a1adf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c696e75782d4643433632343f7374796c653d666f722d7468652d6261646765266c6f676f3d6c696e7578266c6f676f436f6c6f723d626c61636b" alt="linux" style="display:inline-block; margin-left:auto; margin-right:auto;" /></a>
|
|
48
|
+
</p>
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
<h2 style="text-align:center;">Get start</h2>
|
|
52
|
+
|
|
53
|
+
#### install
|
|
54
|
+
Now, lazydock only support pypi install:
|
|
55
|
+
```
|
|
56
|
+
pip install lazydock
|
|
57
|
+
```
|
|
58
|
+
Keywords: molecular docking,Utilities
|
|
59
|
+
Platform: any
|
|
60
|
+
Classifier: Development Status :: 4 - Beta
|
|
61
|
+
Classifier: Intended Audience :: Science/Research
|
|
62
|
+
Classifier: Topic :: Utilities
|
|
63
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
64
|
+
Classifier: Programming Language :: Python :: 3
|
|
65
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
66
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
67
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
68
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
69
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
70
|
+
Requires-Python: >=3.7, <3.12
|
|
71
|
+
Description-Content-Type: text/markdown
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
LICENSE
|
|
2
|
+
MANIFEST.in
|
|
3
|
+
README.md
|
|
4
|
+
requirements.json
|
|
5
|
+
setup.py
|
|
6
|
+
lazydock/__init__.py
|
|
7
|
+
lazydock/__version__.py
|
|
8
|
+
lazydock.egg-info/PKG-INFO
|
|
9
|
+
lazydock.egg-info/SOURCES.txt
|
|
10
|
+
lazydock.egg-info/dependency_links.txt
|
|
11
|
+
lazydock.egg-info/entry_points.txt
|
|
12
|
+
lazydock.egg-info/requires.txt
|
|
13
|
+
lazydock.egg-info/top_level.txt
|
|
14
|
+
lazydock/storage/lazydock-cli-scripts-list.json
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
lazydock
|
lazydock-0.0.1/setup.cfg
ADDED
lazydock-0.0.1/setup.py
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
'''
|
|
2
|
+
Date: 2024-05-06 17:18:10
|
|
3
|
+
LastEditors: BHM-Bob 2262029386@qq.com
|
|
4
|
+
LastEditTime: 2024-05-06 17:31:20
|
|
5
|
+
Description:
|
|
6
|
+
'''
|
|
7
|
+
|
|
8
|
+
import json
|
|
9
|
+
import pathlib
|
|
10
|
+
import sys
|
|
11
|
+
|
|
12
|
+
# Always prefer setuptools over distutils
|
|
13
|
+
from setuptools import find_packages, setup
|
|
14
|
+
|
|
15
|
+
here = pathlib.Path(__file__).parent.resolve()
|
|
16
|
+
|
|
17
|
+
# Get the long description from the README file
|
|
18
|
+
long_description = (here / "README.md").read_text(encoding="utf-8")
|
|
19
|
+
requirements = json.loads((here / "requirements.json").read_text())
|
|
20
|
+
version_info = (here / "lazydock/__version__.py").read_text(encoding="utf-8")
|
|
21
|
+
for line in version_info.split('\n'):
|
|
22
|
+
if '__version__' in line:
|
|
23
|
+
__version__ = line[line.find('"')+1:-1]
|
|
24
|
+
if '__author_email__' in line:
|
|
25
|
+
__author_email__ = line[line.find('"')+1:-1]
|
|
26
|
+
if '__author__' in line:
|
|
27
|
+
__author__ = line[line.find('"')+1:-1]
|
|
28
|
+
if '__url__' in line:
|
|
29
|
+
__url__ = line[line.find('"')+1:-1]
|
|
30
|
+
|
|
31
|
+
# decide which dyna lib to compare with
|
|
32
|
+
if sys.platform == "win32":
|
|
33
|
+
dynlib = [
|
|
34
|
+
]
|
|
35
|
+
elif sys.platform in ["linux", "linux2"]:
|
|
36
|
+
dynlib = [
|
|
37
|
+
]
|
|
38
|
+
else:
|
|
39
|
+
dynlib = [
|
|
40
|
+
]
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
setup(
|
|
44
|
+
name = "lazydock",
|
|
45
|
+
version = __version__,
|
|
46
|
+
|
|
47
|
+
classifiers=[
|
|
48
|
+
"Development Status :: 4 - Beta",
|
|
49
|
+
"Intended Audience :: Science/Research",
|
|
50
|
+
"Topic :: Utilities",
|
|
51
|
+
"License :: OSI Approved :: MIT License",
|
|
52
|
+
"Programming Language :: Python :: 3",
|
|
53
|
+
"Programming Language :: Python :: 3.7",
|
|
54
|
+
"Programming Language :: Python :: 3.8",
|
|
55
|
+
"Programming Language :: Python :: 3.9",
|
|
56
|
+
"Programming Language :: Python :: 3.10",
|
|
57
|
+
"Programming Language :: Python :: 3.11",
|
|
58
|
+
# "Programming Language :: Python :: 3 :: Only",
|
|
59
|
+
],
|
|
60
|
+
|
|
61
|
+
keywords = ["molecular docking", "Utilities"],
|
|
62
|
+
description = "A Python package for molecular docking",
|
|
63
|
+
long_description = long_description,
|
|
64
|
+
long_description_content_type='text/markdown',
|
|
65
|
+
python_requires=">=3.7, <3.12",
|
|
66
|
+
license = "MIT Licence",
|
|
67
|
+
|
|
68
|
+
url = __url__,
|
|
69
|
+
author = __author__,
|
|
70
|
+
author_email = __author_email__,
|
|
71
|
+
|
|
72
|
+
packages = find_packages(exclude=["test", "test."]),
|
|
73
|
+
include_package_data = True, # define in MANIFEST.in file
|
|
74
|
+
package_data = {"lazydock": dynlib},
|
|
75
|
+
|
|
76
|
+
entry_points={
|
|
77
|
+
"console_scripts": [
|
|
78
|
+
# "lazydock=lazydock.scripts:main",
|
|
79
|
+
],
|
|
80
|
+
},
|
|
81
|
+
|
|
82
|
+
platforms = "any",
|
|
83
|
+
|
|
84
|
+
install_requires=requirements['std'],
|
|
85
|
+
)
|
|
86
|
+
|
|
87
|
+
# pip install .
|
|
88
|
+
|
|
89
|
+
# python setup.py sdist
|
|
90
|
+
# twine upload dist/lazydock-0.0.1.tar.gz
|