معرفی شرکت ها


fuefpyco-0.1.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Functional Efficient Python Computations
ویژگی مقدار
سیستم عامل -
نام فایل fuefpyco-0.1.0
نام fuefpyco
نسخه کتابخانه 0.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/fuefpyco/
مجوز " BSD-3-Clause"
# Functional Efficient Python Computations This project provides utilities for making computations (data transformations) using functional interfaces. Efficiency is both in resource consumption---no additional memory allocations, reliance on vanilla iterators, etc---and cognitive load -- we don't introduce any new syntax or metaprogramming, we stick to core python. We have a full typing annotations coverage, though at times Python limitation itself manifest itself in not being unable to guarantee correctness. ## Subpackages * [ds](src/fuefpyco/ds) contains useful dataclasses or contracts such as Monoid or Either, * [it](src/fuefpyco/it) provides iterator/iterable oriented functionality such as flatmaps, monoid sums or windowing, * [pa](src/fuefpyco/pa) boasts with parallel processing interfaces, alternative to that of standard python's `multiprocessing` or `concurrent`. Individual functions are documented in the docstring of the module, with illustrative examples located in [tests](tests). All public members of the subpackages are accessible from the main package -- users are encouraged to import them from there to protect from future refactoring moves within subpackages.


نیازمندی

مقدار نام
- typing-extensions
- coverage
- pytest


زبان مورد نیاز

مقدار نام
>=3.10 Python


نحوه نصب


نصب پکیج whl fuefpyco-0.1.0:

    pip install fuefpyco-0.1.0.whl


نصب پکیج tar.gz fuefpyco-0.1.0:

    pip install fuefpyco-0.1.0.tar.gz