Manage DocBook Assemblies
To install the program run:
$ pip install dbassembly
To run the all tests run:
$ python3 -m venv .env $ source .env/bin/activate $ pip install -r dev-requirements.txt $ tox