Metadata-Version: 2.1
Name: struvolpy
Version: 1.0.5
Summary: "A python package for parsing atomic coordinates files (pdb, mmcif) and electron density files (map, mrc, ccp4)"
Home-page: https://github.com/hllelli2/struvolpy/
Author: Luc Elliott
Author-email: hllelli2@liverpool.ac.uk
License: "GPLv3"
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.21.6
Requires-Dist: mrcfile>=1.4.3
Requires-Dist: gemmi>=0.4.5
Requires-Dist: scikit-learn>=1.0.2
Provides-Extra: tempy
Requires-Dist: biotempy; extra == "tempy"


# StruVolPy <img src="https://github.com/hllelli2/struvolpy/blob/main/.logo.png" width="100" align="right">

[![Pytest](https://github.com/hllelli2/struvolpy/actions/workflows/run_test.yml/badge.svg)](https://github.com/hllelli2/struvolpy/actions/workflows/run_test.yml?event=push)


\
\
The StruVolpy package provides parsers for structural biology data formats, atomic coordinates files and electron density maps. This package is designed to help developers working with structural biology data to easily read and manipulate these types of files. The package also includes installation instructions and related projects.






## Installation

Install struvolpy with pip (hopefully soon)

```
pip install struvolpy
```
    
## Related

Here are some projects that use StruVolPy:


[SliceNDice]()

[PowerFit37]()

*Links added soon*


## License

[GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html)
