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-2.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-2.0.0-py3-none-any.whl (2.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: functional_iterators-2.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.13.5

File hashes

Hashes for functional_iterators-2.0.0.tar.gz
Algorithm Hash digest
SHA256 57fe9f48d7e98f44ecb59d7f178b913e9e95ee7c02b596c1613b9f7a771c0a47
MD5 96bfd1bddb31030fc6b0952b75d934ad
BLAKE2b-256 089f82ca10dc01c2c7c396da4f8819c77f041a19f007b7c0fcfac791c11f7c24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for functional_iterators-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 29552ee066a30483a654a20a58f56677b19e6f2cc221eb0991bf37895b20a73a
MD5 edb89911a297cf9fd3fcaf911c8f187d
BLAKE2b-256 a0605406773f8e10a153e63ee2a0ddc274f079e5f7123bff08cd550bc2b8c068

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