A collection of assorted methods to make small tasks easier.
Project description
usefulib v1.0.5
A useful library for Python with a lot of assorted functions to make numerous small tasks easier.GitHub Page: https://github.com/hamdivazim/usefulib
How to install
Install with pip in your terminal, making sure Python is added to PATH:
$ pip install usefulib
Alternatively, you can use the git URL to do the same.
$ pip install "git+https://github.com/hamdivazim/usefulib.git@pip-install#egg=usefulib"
How to use
All you need to do is import the package, and all usefulibs that you may want will come along with it! As an example:
import usefulib
a_string = "abcdef123456"
reverse_string = usefulib.reverse_string(a_string)
If all you need is one usefulib:
from usefulib import reverse_string
a_string = "abcdef123456"
reverse_string = reverse_string(a_string)
What can it do?
As an open-source library and can be contributed to by anyone, it offers a lot of simple functions to make writing code easier and quicker. A complete list of all usefulibs that are available can be found here.
Support usefulib
usefulib is full of contributions from the community! We're beginner-friendly here, so read the contributing guidelines and give us your best usefulibs 😃!
View the site
Recently, usefulib's website launched at https://hamdivazim.github.io/usefulib/, feel free to report bugs or give feature requests, using the web-issue
label. Or, take a look at the discussion.
License
usefulib is licensed under the GNU General Public License v3.0.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file usefulib-1.0.5.tar.gz
.
File metadata
- Download URL: usefulib-1.0.5.tar.gz
- Upload date:
- Size: 18.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50a9f9b350d172863db9ffcde7f987efce00811985d6d62ca2fb1cd8f684c24a |
|
MD5 | 28810b6f05242f9418460d0d9758da52 |
|
BLAKE2b-256 | bb59182f97c9c898be7905c37565f6dc7c83d75d92ff0334b86c7a6e1477e056 |
File details
Details for the file usefulib-1.0.5-py3-none-any.whl
.
File metadata
- Download URL: usefulib-1.0.5-py3-none-any.whl
- Upload date:
- Size: 19.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd1eb33a2b0510275779222e0dcf1b254800b64b39cd1b2a148bb7d31d700b9f |
|
MD5 | 9ddd15bb65616a6599796058ae1708ff |
|
BLAKE2b-256 | 2cfc9f0b952e2db9862dddf940f8c012d8d16311684f9bc62fb98540f2cb9cdd |