Ufpy (Useful Python) - package for Python with some useful features which can help you!
- Useful dict (UDict) for simplification working with dictionaries. See more...
- Download GitHub's public repositories, its folders and files. See more...
- Some type alias and protocols
- And more!
To install ufpy
with pip
use this command in your shell
pip install ufpy
To install specific version of ufpy
with pip
use this command in your shell
# Example: install ufpy 0.2
pip install ufpy==0.2
To install dev version with pip
use this command in your shell
pip install git+https://github.com/honey-team/ufpy.git
You can contribute to this project via GitHub. Here's how:
- Fork the repository
- Create a new branch for your feature or bug fix
- Make your changes, following our coding standards
- Write tests for your changes
- Ensure all tests pass
- Submit a pull request with a clear description of your changes For more detailed guidelines, please see our Contributing Guide.
If you want to contribute to docs website, fork website repository and open pull request!
If you have a problem or just have a question, open discussion in GitHub. Also you can tell me your suggestions and ideas in this discussions.
Enjoy ufpy
! I'd like to see that my project will be using in your projects. Bye! :)