Metadata-Version: 2.1
Name: cbchelpers
Version: 0.0.3
Summary: Various functions and methods to facilitate my work
Author: Florian Joerg
Author-email: Florian Joerg <florian.joerg@univie.ac.at>
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

cbchelpers
==============================
[//]: # (Badges)
[![GitHub Actions Build Status](https://github.com/REPLACE_WITH_OWNER_ACCOUNT/cbchelpers/workflows/CI/badge.svg)](https://github.com/REPLACE_WITH_OWNER_ACCOUNT/cbchelpers/actions?query=workflow%3ACI)

[//]: <[![codecov](https://codecov.io/gh/REPLACE_WITH_OWNER_ACCOUNT/cbchelpers/branch/main/graph/badge.svg)](https://codecov.io/gh/REPLACE_WITH_OWNER_ACCOUNT/cbchelpers/branch/main)>

Various functions and methods to facilitate my work

### Installation

```python
pip install cbchelpers
```

### Copyright

Copyright (c) 2023, Florian Joerg


#### Acknowledgements
 
Project based on the 
[Computational Molecular Science Python Cookiecutter](https://github.com/molssi/cookiecutter-cms) version 1.1.
