molscene 0.1.2__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.
@@ -0,0 +1,77 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age,
8
+ body size, disability, ethnicity, gender identity and expression, level of
9
+ experience, nationality, personal appearance, race, religion, or sexual
10
+ identity and orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment include:
15
+
16
+ * Using welcoming and inclusive language
17
+ * Being respectful of differing viewpoints and experiences
18
+ * Gracefully accepting constructive criticism
19
+ * Focusing on what is best for the community
20
+ * Showing empathy towards other community members
21
+
22
+ Examples of unacceptable behavior by participants include:
23
+
24
+ * The use of sexualized language or imagery and unwelcome sexual attention or advances
25
+ * Trolling, insulting/derogatory comments, and personal or political attacks
26
+ * Public or private harassment
27
+ * Publishing others' private information, such as a physical or electronic address, without explicit permission
28
+ * Other conduct which could reasonably be considered inappropriate in a professional setting
29
+
30
+ ## Our Responsibilities
31
+
32
+ Project maintainers are responsible for clarifying the standards of acceptable
33
+ behavior and are expected to take appropriate and fair corrective action in
34
+ response to any instances of unacceptable behavior.
35
+
36
+ Project maintainers have the right and responsibility to remove, edit, or
37
+ reject comments, commits, code, wiki edits, issues, and other contributions
38
+ that are not aligned to this Code of Conduct, or to ban temporarily or
39
+ permanently any contributor for other behaviors that they deem inappropriate,
40
+ threatening, offensive, or harmful.
41
+
42
+ Moreover, project maintainers will strive to offer feedback and advice to
43
+ ensure quality and consistency of contributions to the code. Contributions
44
+ from outside the group of project maintainers are strongly welcomed but the
45
+ final decision as to whether commits are merged into the codebase rests with
46
+ the team of project maintainers.
47
+
48
+ ## Scope
49
+
50
+ This Code of Conduct applies both within project spaces and in public spaces
51
+ when an individual is representing the project or its community. Examples of
52
+ representing a project or community include using an official project e-mail
53
+ address, posting via an official social media account, or acting as an
54
+ appointed representative at an online or offline event. Representation of a
55
+ project may be further defined and clarified by project maintainers.
56
+
57
+ ## Enforcement
58
+
59
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
60
+ reported by contacting the project team at 'carlos.bueno@rice.edu'. The project team will
61
+ review and investigate all complaints, and will respond in a way that it deems
62
+ appropriate to the circumstances. The project team is obligated to maintain
63
+ confidentiality with regard to the reporter of an incident. Further details of
64
+ specific enforcement policies may be posted separately.
65
+
66
+ Project maintainers who do not follow or enforce the Code of Conduct in good
67
+ faith may face temporary or permanent repercussions as determined by other
68
+ members of the project's leadership.
69
+
70
+ ## Attribution
71
+
72
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
73
+ version 1.4, available at
74
+ [http://contributor-covenant.org/version/1/4][version]
75
+
76
+ [homepage]: http://contributor-covenant.org
77
+ [version]: http://contributor-covenant.org/version/1/4/
molscene-0.1.2/LICENSE ADDED
@@ -0,0 +1,22 @@
1
+
2
+ MIT License
3
+
4
+ Copyright (c) 2025 Carlos Bueno
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ of this software and associated documentation files (the "Software"), to deal
8
+ in the Software without restriction, including without limitation the rights
9
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ copies of the Software, and to permit persons to whom the Software is
11
+ furnished to do so, subject to the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be included in all
14
+ copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
+ SOFTWARE.
@@ -0,0 +1,3 @@
1
+ include CODE_OF_CONDUCT.md
2
+
3
+ global-exclude *.py[cod] __pycache__ *.so
@@ -0,0 +1,34 @@
1
+ Metadata-Version: 2.4
2
+ Name: molscene
3
+ Version: 0.1.2
4
+ Summary: PDB/mmCIF file parsing using pandas DataFrames
5
+ Author-email: Carlos Bueno <carlos.bueno@rice.edu>
6
+ License-Expression: MIT
7
+ Classifier: Programming Language :: Python :: 3
8
+ Requires-Python: >=3.8
9
+ Description-Content-Type: text/markdown
10
+ License-File: LICENSE
11
+ Requires-Dist: pandas>=1.3.3
12
+ Requires-Dist: numpy>=1.21.0
13
+ Provides-Extra: test
14
+ Requires-Dist: pytest>=6.1.2; extra == "test"
15
+ Dynamic: license-file
16
+
17
+ MolScene
18
+ ==============================
19
+ [//]: # (Badges)
20
+ [![GitHub Actions Build Status](https://github.com/cabb99/molscene/workflows/CI/badge.svg)](https://github.com/cabb99/molscene/actions?query=workflow%3ACI)
21
+ [![codecov](https://codecov.io/gh/cabb99/MolScene/branch/main/graph/badge.svg)](https://codecov.io/gh/cabb99/MolScene/branch/main)
22
+
23
+
24
+ PDB file parsing using pandas DataFrames
25
+
26
+ ### Copyright
27
+
28
+ Copyright (c) 2025, Carlos Bueno
29
+
30
+
31
+ #### Acknowledgements
32
+
33
+ Project based on the
34
+ [Computational Molecular Science Python Cookiecutter](https://github.com/molssi/cookiecutter-cms) version 1.10.
@@ -0,0 +1,18 @@
1
+ MolScene
2
+ ==============================
3
+ [//]: # (Badges)
4
+ [![GitHub Actions Build Status](https://github.com/cabb99/molscene/workflows/CI/badge.svg)](https://github.com/cabb99/molscene/actions?query=workflow%3ACI)
5
+ [![codecov](https://codecov.io/gh/cabb99/MolScene/branch/main/graph/badge.svg)](https://codecov.io/gh/cabb99/MolScene/branch/main)
6
+
7
+
8
+ PDB file parsing using pandas DataFrames
9
+
10
+ ### Copyright
11
+
12
+ Copyright (c) 2025, Carlos Bueno
13
+
14
+
15
+ #### Acknowledgements
16
+
17
+ Project based on the
18
+ [Computational Molecular Science Python Cookiecutter](https://github.com/molssi/cookiecutter-cms) version 1.10.