moldeck 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.
moldeck-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,44 @@
1
+ Metadata-Version: 2.4
2
+ Name: moldeck
3
+ Version: 0.0.1
4
+ Summary: Name registration for moldeck, a privately distributed molecular modelling workflow package (no modules included)
5
+ Author-email: Koji Okuwaki <koujioku81@gmail.com>
6
+ Project-URL: Public counterpart (abmptools), https://pypi.org/project/abmptools/
7
+ Classifier: Development Status :: 1 - Planning
8
+ Classifier: Intended Audience :: Science/Research
9
+ Classifier: License :: Other/Proprietary License
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Topic :: Scientific/Engineering :: Chemistry
12
+ Classifier: Topic :: Scientific/Engineering :: Physics
13
+ Requires-Python: >=3.8
14
+ Description-Content-Type: text/markdown
15
+
16
+ # moldeck
17
+
18
+ `moldeck` is a private molecular modelling workflow package by Koji Okuwaki:
19
+ generators and analysers for coarse-grained / DPD input, molecular fragmentation,
20
+ crystal and amorphous model building, and enhanced-sampling and binding-free-energy
21
+ workflows.
22
+
23
+ **This name is registered by the author. It is not a public distribution.**
24
+
25
+ This release intentionally contains **no importable modules** — installing it
26
+ gives you nothing but this description, and it will not shadow a real `moldeck`
27
+ installation.
28
+
29
+ ## Getting moldeck
30
+
31
+ `moldeck` is distributed privately, as an archive, to individually approved
32
+ recipients. It is proprietary: reuse, redistribution and modification require
33
+ the author's prior written permission. Please contact the author if you have a
34
+ reason to use it.
35
+
36
+ ## Public counterpart
37
+
38
+ The author's public package is
39
+ [**abmptools**](https://pypi.org/project/abmptools/) (Apache-2.0) —
40
+ pre/post-processing and analysis for ABINIT-MP Fragment Molecular Orbital
41
+ calculations, plus all-atom MD utilities. `moldeck` depends on `abmptools`;
42
+ the dependency runs one way only.
43
+
44
+ If you are looking for something to install, you want `abmptools`.
@@ -0,0 +1,29 @@
1
+ # moldeck
2
+
3
+ `moldeck` is a private molecular modelling workflow package by Koji Okuwaki:
4
+ generators and analysers for coarse-grained / DPD input, molecular fragmentation,
5
+ crystal and amorphous model building, and enhanced-sampling and binding-free-energy
6
+ workflows.
7
+
8
+ **This name is registered by the author. It is not a public distribution.**
9
+
10
+ This release intentionally contains **no importable modules** — installing it
11
+ gives you nothing but this description, and it will not shadow a real `moldeck`
12
+ installation.
13
+
14
+ ## Getting moldeck
15
+
16
+ `moldeck` is distributed privately, as an archive, to individually approved
17
+ recipients. It is proprietary: reuse, redistribution and modification require
18
+ the author's prior written permission. Please contact the author if you have a
19
+ reason to use it.
20
+
21
+ ## Public counterpart
22
+
23
+ The author's public package is
24
+ [**abmptools**](https://pypi.org/project/abmptools/) (Apache-2.0) —
25
+ pre/post-processing and analysis for ABINIT-MP Fragment Molecular Orbital
26
+ calculations, plus all-atom MD utilities. `moldeck` depends on `abmptools`;
27
+ the dependency runs one way only.
28
+
29
+ If you are looking for something to install, you want `abmptools`.
@@ -0,0 +1,44 @@
1
+ Metadata-Version: 2.4
2
+ Name: moldeck
3
+ Version: 0.0.1
4
+ Summary: Name registration for moldeck, a privately distributed molecular modelling workflow package (no modules included)
5
+ Author-email: Koji Okuwaki <koujioku81@gmail.com>
6
+ Project-URL: Public counterpart (abmptools), https://pypi.org/project/abmptools/
7
+ Classifier: Development Status :: 1 - Planning
8
+ Classifier: Intended Audience :: Science/Research
9
+ Classifier: License :: Other/Proprietary License
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Topic :: Scientific/Engineering :: Chemistry
12
+ Classifier: Topic :: Scientific/Engineering :: Physics
13
+ Requires-Python: >=3.8
14
+ Description-Content-Type: text/markdown
15
+
16
+ # moldeck
17
+
18
+ `moldeck` is a private molecular modelling workflow package by Koji Okuwaki:
19
+ generators and analysers for coarse-grained / DPD input, molecular fragmentation,
20
+ crystal and amorphous model building, and enhanced-sampling and binding-free-energy
21
+ workflows.
22
+
23
+ **This name is registered by the author. It is not a public distribution.**
24
+
25
+ This release intentionally contains **no importable modules** — installing it
26
+ gives you nothing but this description, and it will not shadow a real `moldeck`
27
+ installation.
28
+
29
+ ## Getting moldeck
30
+
31
+ `moldeck` is distributed privately, as an archive, to individually approved
32
+ recipients. It is proprietary: reuse, redistribution and modification require
33
+ the author's prior written permission. Please contact the author if you have a
34
+ reason to use it.
35
+
36
+ ## Public counterpart
37
+
38
+ The author's public package is
39
+ [**abmptools**](https://pypi.org/project/abmptools/) (Apache-2.0) —
40
+ pre/post-processing and analysis for ABINIT-MP Fragment Molecular Orbital
41
+ calculations, plus all-atom MD utilities. `moldeck` depends on `abmptools`;
42
+ the dependency runs one way only.
43
+
44
+ If you are looking for something to install, you want `abmptools`.
@@ -0,0 +1,6 @@
1
+ README.md
2
+ pyproject.toml
3
+ moldeck.egg-info/PKG-INFO
4
+ moldeck.egg-info/SOURCES.txt
5
+ moldeck.egg-info/dependency_links.txt
6
+ moldeck.egg-info/top_level.txt
@@ -0,0 +1,29 @@
1
+ [build-system]
2
+ requires = ["setuptools>=64"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "moldeck"
7
+ version = "0.0.1"
8
+ description = "Name registration for moldeck, a privately distributed molecular modelling workflow package (no modules included)"
9
+ readme = {file = "README.md", content-type = "text/markdown"}
10
+ authors = [
11
+ {name = "Koji Okuwaki", email = "koujioku81@gmail.com"},
12
+ ]
13
+ requires-python = ">=3.8"
14
+ classifiers = [
15
+ "Development Status :: 1 - Planning",
16
+ "Intended Audience :: Science/Research",
17
+ "License :: Other/Proprietary License",
18
+ "Programming Language :: Python :: 3",
19
+ "Topic :: Scientific/Engineering :: Chemistry",
20
+ "Topic :: Scientific/Engineering :: Physics",
21
+ ]
22
+
23
+ [project.urls]
24
+ "Public counterpart (abmptools)" = "https://pypi.org/project/abmptools/"
25
+
26
+ # Deliberately ships no packages: this distribution must never shadow a real
27
+ # `moldeck` installation on a recipient's machine.
28
+ [tool.setuptools]
29
+ packages = []
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+