Skip to content

This python3 library contains functions to create, interpret and manipulate sequences of bits stored in integers.

License

Notifications You must be signed in to change notification settings

JesperGlas/jgbitlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitstore

This python3 library contains functions to create, interpret and manipulate sequences of bits stored in integers.

Installation

To install this library just run the following code in you python3 venv: pip3 install -e .

Usage

Development

To install dev dependencies run the following command in your venv: pip3 install -e '.[dev]'

Testing

To test the code simply run the following command in your python3 venv: python3 -m pytest

About

This python3 library contains functions to create, interpret and manipulate sequences of bits stored in integers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages