MANIFEST.in
README.rst
mypy.ini
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/source/conf.py
docs/source/history.rst
docs/source/index.rst
docs/source/xotl.crdt/base.rst
docs/source/xotl.crdt/clocks.rst
docs/source/xotl.crdt/counter.rst
docs/source/xotl.crdt/register.rst
docs/source/xotl.crdt/sets.rst
docs/source/xotl.crdt/testing/base.rst
docs/source/xotl.crdt/testing/counters.rst
docs/source/xotl.crdt/testing/registers.rst
docs/source/xotl.crdt/testing/sets.rst
xotl/__init__.py
xotl.crdt.egg-info/PKG-INFO
xotl.crdt.egg-info/SOURCES.txt
xotl.crdt.egg-info/dependency_links.txt
xotl.crdt.egg-info/namespace_packages.txt
xotl.crdt.egg-info/not-zip-safe
xotl.crdt.egg-info/requires.txt
xotl.crdt.egg-info/top_level.txt
xotl/crdt/__init__.py
xotl/crdt/base.py
xotl/crdt/clocks.py
xotl/crdt/counter.py
xotl/crdt/register.py
xotl/crdt/release.py
xotl/crdt/sets.py
xotl/crdt/testing/__init__.py
xotl/crdt/testing/base.py
xotl/crdt/testing/counters.py
xotl/crdt/testing/registers.py
xotl/crdt/testing/sets.py