معرفی شرکت ها


bitfile-0.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Module for reading/writing an arbitrary number of bits from a file.
ویژگی مقدار
سیستم عامل -
نام فایل bitfile-0.2
نام bitfile
نسخه کتابخانه 0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Michael Dipperstein
ایمیل نویسنده mdipper@alumni.engr.ucsb.edu
آدرس صفحه اصلی http://michael.dipperstein.com/bitlibs/
آدرس اینترنتی https://pypi.org/project/bitfile/
مجوز GPL
============= BitFile Class ============= Description ----------- This archive contains a python package that includes a class implementing bitwise reading and writing for sequential files. This class is intended to be easy to follow and expand upon, though it may be used without an understanding of its implementation. License ------- BitFile is licensed under the GNU General Public License v3. See COPYING for full license text. Files ----- :: __init__.py - Python package initializtion code for bitfile. bitfile.py - Class implementing bitwise reading and writing for sequential files. COPYING - GNU General Public License v3 README - Package documentation sample.py - Sample usage and doctest. setup.py - distutils setup file. Installing ---------- This package uses distutils. The package may be installed with the following command:: python setup.py install Usage ----- bitfile.py is fully documented with docstrings. Use your favorite tool for generating documentation from docstrings. sample.py demonstrates usage of each of the BitFile methods. sample.py also contains doctest information. The doctest may be excuted with the following command:: python sample.py -v History ------- | 01/14/10 - Initial release | 03/04/10 - Add support for 'r+' (read/write) mode ToDo ---- * Add constructor to convert a standard file into a BitFile.


نحوه نصب


نصب پکیج whl bitfile-0.2:

    pip install bitfile-0.2.whl


نصب پکیج tar.gz bitfile-0.2:

    pip install bitfile-0.2.tar.gz