Metadata-Version: 2.4
Name: matmacore
Version: 0.2.2
Summary: Add your description here
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# artdep

## About
This is a python package designed for use in the marianski lab to easily create, and design figures for publications. The package can generate a variety of differnt plots for data analysis such as scatterplot, MD trajectories, free energy maps, histograms, etc. And can take data by importing log files from several different computational chemistry software such as Gaussian 16, Gromacs, ORCA and CP2K.

Documentation for this project can be found [here](https://marianski-lab.github.io/artdep/index.html)  

Documentation for the colors can be found [here](https://pratiman-91.github.io/colormaps/docs/Sequential)

## Dependencies
You need the following python packages to use this package:  

Python >= 3.12  

Numpy  
Matplotlib  
Colormaps  
Networkx

## Install Instructions
To install the package you can run  
```
pip install matmacore
```

To update the package:
```
pip install matmacore --upgrade
```
