Metadata-Version: 2.1
Name: reconfigurator
Version: 0.2.1
Summary: The purpose of this project is to provide tools for writing experiments. It can be long and slow to come up with all of your parameter files, but reconfigurator makes it a breeze.
Author-email: "Jared J. Beard" <jbeard6@mix.wvu.edu>
Project-URL: Homepage, https://github.com/jaredjbeard/reconfigurator
Project-URL: Documentation, https://reconfigurator.readthedocs.io/en/latest/introduction.html
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# reconfigurator

[![Downloads](https://static.pepy.tech/badge/reconfigurator)](https://pepy.tech/project/reconfigurator)

This package provides tools for reconfiguring files, markdown for sampling and generating configuration files. 


Please see our [Documentation](https://reconfigurator.readthedocs.io/en/latest/introduction.html), 
[Github source code](https://github.com/jaredjbeard/reconfigurator), 
and install from [PyPI](https://pypi.org/project/reconfigurator/)

Citation
--------
If you are using this in your work, please cite as

```
@misc{beard2022reconfigurator,
    author = {Beard, Jared J.},
    title = {reconfigurator: A tool for configuration files},
    year = {2022},
    publisher = {GitHub},
    journal = {GitHub repository},
    howpublished = {\url{https://github.com/jaredjbeard/reconfigurator}},
}
```
