Skip to content

jggatc/pyjsbitset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyjsBitset - Python-to-JavaScript BitSet Module

The BitSet module provides Python bitarray objects in which data is implemented using the PyjsArray module that wraps JavaScript TypedArray objects. It was designed for use in Python-to-JavaScript applications that are translated with the Pyjs compiler (http://pyjs.org). The module provides three class objects that store data in various bit size, BitSet (8-bit), BitSet16 (16-bit), and BitSet32 (32-bit), and provides functionality similar to Java BitSet.

PyjsBitset is released under the MIT License, see license.txt for further information.

PyjsBitset docs: http://gatc.ca/projects/pyjsdl/doc/

The module is depreciated and transferred into PyjsArray (https://github.com/jggatc/pyjsarray).

About

pyjs bitset module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages