Skip to main content

rust-style iterating functions (fiterators)

Project description

Functional Iterators (Fiterators)

do you like functional style programming?

do you not like list(map(lambda x: x * 2, filter(lambda x: x < 5, [2, 4, 6, 8])))?

try Fiterators today! it lets you do this:

into_iter([2, 4, 6, 8]).filter(lambda x: x < 5).map(lambda x: x * 2).collect()

much nicer, and much better for my rusty brain .

made by me because i got frustrated ~Vivian <3

But what functions does it have???

i'm glad you asked. with Fiterators you can:

  • filter
  • map
  • reduce
  • enumerate
  • chain
  • any
  • all
  • find
  • for_each
    and
  • collect

i might add more if i wanna use them

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

functional_iterators-1.0.0.tar.gz (2.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

functional_iterators-1.0.0-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

File details

Details for the file functional_iterators-1.0.0.tar.gz.

File metadata

  • Download URL: functional_iterators-1.0.0.tar.gz
  • Upload date:
  • Size: 2.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.12

File hashes

Hashes for functional_iterators-1.0.0.tar.gz
Algorithm Hash digest
SHA256 348cad3c1ccd99ce5d78fa3e27eaafc017f157c21bbf47365bc603e48d1b248e
MD5 9bbc6097062298fbc8bd1a7a34f75632
BLAKE2b-256 0a177ff9d43ac8d76996b58aa193003158000c685933621d2f2ed49cc1d4453f

See more details on using hashes here.

File details

Details for the file functional_iterators-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for functional_iterators-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7be0df9be98e3f7d35d2919cb38cb2191e08cccc064c29a29f52480f1381b428
MD5 d6a1722f2d6cf84847cca18a019c4cc5
BLAKE2b-256 d3e82f93835ad893b382e1b12cd9c90d4aeb91e96a4977c7e85b03374f4f10c6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page