egaznepy
is a Python package I developed for my personal needs. It contains streamlining code for publication-grade figures creation, and other helper code I often need across projects.
- Supports for
Python 3.9
and higher.
python -m pip install git+https://github.com/egaznep/egaznepy.git
You can see the list of available releases on the GitHub Releases page.
We follow Semantic Versions specification.
We use Release Drafter
. As pull requests are merged, a draft release is kept up-to-date listing the changes, ready to publish when you’re ready. With the categories option, you can categorize pull requests in release notes using labels.
This project is licensed under the terms of the MIT
license. See LICENSE for more details.
This project was generated with python-package-template