Metadata-Version: 2.4
Name: pycodebox
Version: 1.0.0.4
Summary: A collection of Python functions for commonly performed actions in computational biology and data science projects.
Author-email: Zachary Wallen <zachary.d.wallen@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/PyCodeBox
Project-URL: Source, https://github.com/PyCodeBox/PyCodeBox
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=1.0
Requires-Dist: numpy>=1.20
Dynamic: license-file

# PyCodeBox

A collection of Python functions for commonly performed actions in computational biology and data science projects.

Install from PyPI using:

```bash
pip install pycodebox
```

> [!IMPORTANT]
> As these are personal convenience functions wrapping existing functions and packages:
>
> * **Compatibility:** They may or may not work for your purposes as they were designed in response to specific workflows and analyses.
> * **Support:** Limited support is provided - use at your own risk and test thoroughly with your data.
> * **Citation:** Citation of the package is not necessary if you decide to use any of the functions written here (but glad if they were able to help!).

## Issues and Contributing

This is primarily a personal package, but if you encounter bugs or have suggestions:

* Open an issue on GitHub for bug reports
* Pull requests are welcome for bug fixes
* For questions, contact: zachary.d.wallen@gmail.com

## License

This project is licensed under the MIT License - see the LICENSE file for details.
