ufpy
package
Introduction
Ufpy (Useful Python) - is a package for simplifying Python programs using many useful features.
Now Ufpy has these features:
UDict
.uSTL
package.- Generators of classes methods:
- many protocols for type hinting.
- many type alias for type hinting.
Installing
To install ufpy
, you need python 3.12+
and pip
.
After installing, use this command in your cmd
/bash
terminal:
Importing and writing some code
After installing, you can use ufpy
package in all your projects with 3.12+
python version.
Just import ufpy
or import certain classes, functions and variables.
Enjoy!
About the site
Site was made using mkdocs
with mkdocs material
theme. You can use search: just click Search
text input at the top of the page or use the S or F hotkeys. You can switch themes using the
button on the left and access the ufpy
repository using the button on the right.
Contribute
You can also contribute to ufpy
package or ufpy
docs site. Just
go to ufpy
repository using
button in right-top of page. For contributing to site you can
go to ufpy-website
repository.