معرفی شرکت ها


bautils-0.1.4


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Utils for the Python bitarray module
ویژگی مقدار
سیستم عامل -
نام فایل bautils-0.1.4
نام bautils
نسخه کتابخانه 0.1.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ben Rosser
ایمیل نویسنده rosser.bjr@gmail.com
آدرس صفحه اصلی https://gitlab.com/TC01/python-bautils
آدرس اینترنتی https://pypi.org/project/bautils/
مجوز MIT
python-bautils ============== bautils is a Python module implementing some useful helper functions for working with the Python `bitarray <https://pypi.python.org/pypi/bitarray/>`__ module. Specifically, bautils supports adding (and, coming soon) other basic arithmetic operations on bitarrays as if they were arbitrary length binary numbers, something the bitarray package itself doesn't seem to support. It also contains helper methods to convert between the binary arrays in the pure Python bitstring module I opted to put these functions in a new module; none are terribly complicated to implement, so they're essentially just a set of convenient wrappers. Unit tests are also a work in progress. Changelog: ========== This logs changes starting from version 0.1.1. Version 0.1.4 ~~~~~~~~~~~~~ - Fix another namespace issue in minb and maxb functions. Version 0.1.3 ~~~~~~~~~~~~~ - Add tests for the random, minb, and maxb functions, mostly completing tests. - Fix namespace collision issue between bautils.random and random module. Version 0.1.2 ~~~~~~~~~~~~~ - Adds unit tests for left and right shift functions. - Fixes bug where left/right shifts modified their input. Credits, Legal ============== bautils is written by Ben Rosser rosser.bjr@gmail.com, and is released under the MIT License (see LICENSE file).


نحوه نصب


نصب پکیج whl bautils-0.1.4:

    pip install bautils-0.1.4.whl


نصب پکیج tar.gz bautils-0.1.4:

    pip install bautils-0.1.4.tar.gz