[ ソース: python-bitstring ]
パッケージ: python3-bitstring (4.2.3-1)
python3-bitstring に関するリンク
Debian の資源:
python-bitstring ソースパッケージをダウンロード:
- [python-bitstring_4.2.3-1.dsc]
- [python-bitstring_4.2.3.orig.tar.gz]
- [python-bitstring_4.2.3-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Python module for manipulation of binary data (Python 3)
Bitstring is a pure Python module designed to help make the creation and analysis of binary data as simple and natural as possible.
Bitstrings can be constructed from integers (big and little endian), hex, octal, binary, strings or files. They can be sliced, joined, reversed, inserted into, overwritten, etc. with simple functions or slice notation. They can also be read from, searched and replaced, and navigated in, similar to a file or stream.
This package provides the Python 3 version of the module.
その他の python3-bitstring 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-bitarray
- Python3 module for efficient boolean array handling
-
- sug: python-bitstring-doc
- Python module for manipulation of binary data (documentation)