Example package for teaching pip usage with Python
This package contains a module lfuncs that has the following functions:
-
find_startswith_in_list(prefix, list)given a prefix and a list, this functions will return a list with all the elements in provided list that start with the provided prefix. The function assumes prefix and all list elements are strings. -
find_endswith_in_list(suffix, list)given a suffix and a list, this functions will return a list with all the elements in provided list that end with the provided suffix. The function assumes suffix and all list elements are strings. -
split_lists(list, prefix)given a prefix and a list, this functions will return two lists, one that contains all elements that start with the provided prefix and one with all other elements. The function assumes prefix and all list elements are strings. -
joke()prints a joke.
Release files for example-lfuncs 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| example-lfuncs-0.1.tar.gz | 1.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| example_lfuncs-0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.0 kB
Release files / example-lfuncs-0.1.tar.gz
| Download URL | example-lfuncs-0.1.tar.gz |
|---|---|
| Size | 1.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
716c38be1b387b165fb9828c42578b27dd84e9bb23b957afc6aa10612c423f1f
|
|
BLAKE2b-256 checksum How to use checksums |
3ea9b9dfa86b63ecae22173559b0509650953a04cc4c1a9b07e697a2edd121a6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
|
Release files / example_lfuncs-0.1-py3-none-any.whl
| Download URL | example_lfuncs-0.1-py3-none-any.whl |
|---|---|
| Size | 7.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5c281020a5cc27102c0c067bc5e888a150ed44900c5433c2adfb9aa6ceb4bc5a
|
|
BLAKE2b-256 checksum How to use checksums |
6593edc31c67d806cc17b2d408e881af206510f18caa15a969f34c9e23f87cd8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
|