Skip to content

janbrohl/BytesOp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

BytesOp

https://travis-ci.org/janbrohl/BytesOp.svg?branch=master

🍕Buy me a Pizza

BytesOp is an extension library providing fast bitwise operations on bytes-like objects for Python 2 and 3.

Functions in module bytesop

op_and(...)
AND two bytes-like objects.
op_nand(...)
NAND two bytes-like objects.
op_nor(...)
NOR two bytes-like objects.
op_not(...)
NOT a bytes-like object.
op_or(...)
OR two bytes-like objects.
op_xnor(...)
XNOR (NXOR) two bytes-like objects.
op_xor(...)
XOR two bytes-like objects.

About

BytesOp is an extension library providing fast bitwise operations on bytes-like objects for Python 2 and 3.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published