This repository contains a collection of utility functions that are designed to be helpful in various projects. These functions can assist in common tasks and streamline your development process. Feel free to explore and utilize these utilities to enhance your own projects.
To use the functions in this repository, follow the steps below:
-
Clone the repository to your local machine:
git clone https://github.com/n2oblife/utils_n2oblife.git -
Run the following commands :
cd utils_n2oblife pip install -e ./ -
Install the required dependencies, if any, by running:
pip install -r requirements.txt -
Import the desired functions into your Python project using the following syntax:
from utils_n2oblife import function_name
add an automatic versioning system
Contributions to this repository are welcome. If you have any suggestions, bug reports, or enhancements, please submit an issue or a pull request. Your feedback and contributions will be highly appreciated.
This project is licensed under the MIT License. See the LICENSE file for more details.
We would like to express our gratitude to the open-source community for their valuable contributions and inspiration. Without their efforts, this collection of utility functions would not have been possible.
If you find these utilities helpful in your projects, consider giving credit and acknowledgment to this repository.
If you have any questions, suggestions, or inquiries, please contact us at zackanit@gmail.com
Happy coding!
To build the package launch :
python -m build