tests | |
package |
A Python implementation of Delta CRDTs
- Free software: MIT license
pip install delta_crdt
You can also install the in-development version with:
pip install https://github.com/rtibbles/delta-crdt/archive/master.zip
To use the project:
import delta_crdt
To run the all tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows |
|
Other |
|