Skip to main content

A basic set of functions on iterators

Project description

Basic Iterator Operators for Python

This package provides basic functions on sequences (now only list is supported). All these provided functions are defined in functional way and do not update given arguments, but return newly constructed values.

Install

$ pip install basic_iter

Develop

Install dependencies for developing

basic_iter$ poetry install --no-root

Generate documents

To generate documents:

basic_iter$ make doc

This will generate documentation under ./docs/build/html.

Format Checking

For format checking by black:

basic_iter$ make format_check

Type Checking

For type checking by mypy:

basic_iter$ make type_check

Unit Test

For executing unit tests:

basic_iter$ make test

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

basic_iter-0.0.4.tar.gz (14.4 kB view hashes)

Uploaded Source

Built Distribution

basic_iter-0.0.4-py3-none-any.whl (15.1 kB view hashes)

Uploaded Python 3

Supported by

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