flupy:python和shell的流利数据管道

时间:2021-05-06 18:54:49
【文件属性】:
文件名称:flupy:python和shell的流利数据管道
文件大小:31KB
文件格式:ZIP
更新时间:2021-05-06 18:54:49
Python 蓬松的 说明文件: 源代码: 概述 Flupy实现了用于在python可迭代对象上运行的。 所有松散的方法都返回生成器,并且被懒惰地评估。 这允许表达式在极其有限的内存中转换任意大小的数据。 您可以将flupy看作是轻量级的,0依赖性的,纯Python的替代品,它是出色的Apache Spark项目的替代品。 设置 要求 Python 3.6+ 安装 用pip安装flupy: $ pip install flupy 图书馆 from itertools import count from flupy import flu # Processing an infinite sequence in constant memory pipeline = ( flu ( count ()) . map ( lambda x : x ** 2 ) . fi
【文件预览】:
flupy-master
----.gitignore(712B)
----.version(7B)
----setup.cfg(40B)
----README.md(4KB)
----.github()
--------workflows()
----.pre-commit-config.yaml(896B)
----mypy.ini(266B)
----docs()
--------cli.rst(2KB)
--------versions.rst(483B)
--------welcome.rst(2KB)
--------conf.py(8KB)
--------index.rst(191B)
--------api.rst(1KB)
--------license.rst(637B)
--------influances.rst(458B)
--------Makefile(5KB)
----pytest.ini(60B)
----CONTRIBUTING.md(1KB)
----.coveragerc(145B)
----src()
--------tests()
--------flupy()
----benchmark()
--------test_benchmark.py(4KB)
----LICENSE.md(1KB)
----pyproject.toml(153B)
----setup.py(3KB)
----.readthedocs.yml(77B)

网友评论