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
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
basic_iter-0.0.4.tar.gz
(14.4 kB
view details)
Built Distribution
File details
Details for the file basic_iter-0.0.4.tar.gz
.
File metadata
- Download URL: basic_iter-0.0.4.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.6.9 Linux/5.4.0-1077-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1725d6e01dafc49b9772df9cfa8e80955c46d39e6ff4f10de0327fac291e738d |
|
MD5 | 8abb8e15602318821a4daffb5ad38c0b |
|
BLAKE2b-256 | 6cbbc32f6a0bc634989df35af405f9532bcad26f596da98f6f02c6afe8b8ba55 |
File details
Details for the file basic_iter-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: basic_iter-0.0.4-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.6.9 Linux/5.4.0-1077-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af29a3766fdde164de2dc5c57fb09ca2b1ff41f7f87169f2dee171368f13e82b |
|
MD5 | 5bcc96a4d9913cd7e3819749045405b3 |
|
BLAKE2b-256 | 1c502f52b2cd52be4481a90b44ccd5d26521f7fc21dff033dd9785e148b7dc3d |