.coveragerc
.dockerignore
.gitignore
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
mypy.ini
setup.cfg
setup.py
test.py
.github/workflows/pr-rating.yml
.github/workflows/test-build.yml
.github/workflows/test-pytest.yml
docker/Dockerfile
docker/with-ipfs.dockerfile
docker/with-ipfs.entrypoint.sh
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
docs/_static/logo.svg
docs/content/account.rst
docs/content/aggregates.rst
docs/content/async_notes.rst
docs/content/cli.rst
docs/content/introduction.rst
docs/content/posts.rst
docs/content/programs.rst
scripts/build-and-shell.sh
scripts/build-and-test.sh
scripts/build-to-publish.sh
src/aleph_client/__init__.py
src/aleph_client/__main__.py
src/aleph_client/account.py
src/aleph_client/conf.py
src/aleph_client/utils.py
src/aleph_client.egg-info/PKG-INFO
src/aleph_client.egg-info/SOURCES.txt
src/aleph_client.egg-info/dependency_links.txt
src/aleph_client.egg-info/entry_points.txt
src/aleph_client.egg-info/not-zip-safe
src/aleph_client.egg-info/requires.txt
src/aleph_client.egg-info/top_level.txt
src/aleph_client/commands/__init__.py
src/aleph_client/commands/about.py
src/aleph_client/commands/account.py
src/aleph_client/commands/aggregate.py
src/aleph_client/commands/domain.py
src/aleph_client/commands/files.py
src/aleph_client/commands/help_strings.py
src/aleph_client/commands/instance.py
src/aleph_client/commands/message.py
src/aleph_client/commands/node.py
src/aleph_client/commands/program.py
src/aleph_client/commands/utils.py
tests/__init__.py
tests/test_post.json
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_commands.py
tests/unit/test_init.py
tests/unit/test_utils.py