A powerful package of python generators
Project description
Easy Generators
How does this work?
Let me show you how this module works
First Example
from EasyGeneators.generator import odd_generator
for number in odd_generator(0, 10):
print(number)
Second Example
from EasyGeneators.generator import even_generator
for number in even_generator(0, 10):
print(number)
Is this open source?
The answer is yes!!!! Its open source you can contribute add more powerful and cool features to it Here
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
EasyGenerators-0.0.2.tar.gz
(2.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file EasyGenerators-0.0.2.tar.gz.
File metadata
- Download URL: EasyGenerators-0.0.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50e770923091870b252e934d1d90514c915747e453f87bd1e7b0e25f12966893
|
|
| MD5 |
544ff172fb088266ede1a0c9b3f495a2
|
|
| BLAKE2b-256 |
bb3bdfd664cafcc465dc04c5d9aeeba177e3c624c67df51c89b67263823f4375
|
File details
Details for the file EasyGenerators-0.0.2-py3-none-any.whl.
File metadata
- Download URL: EasyGenerators-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1ba6077129ed8783082dc6678003dce3d40e8c0ef300bf740ccabfdc3b3d792
|
|
| MD5 |
b8bc7114f9eec89b6b66ed1a4c6f441b
|
|
| BLAKE2b-256 |
2fc274fb86eaf207360551f2f1c4b190dc6baba1eb37b1b9387570e27e8f5951
|