pdbstore
is a Python package providing command-line utility to manage PDB symbol store.
As of first version, pdbstore
is compatible with Python 3.8+.
Use pip
to install the latest stable version of pdbstore
:
$ pip install --upgrade pdbstore
The current development version is available on both GitHub.com and can be installed directly from the git repository:
$ pip install git+https://github.com/crabisoft/pdbstore.git
Please report bugs and feature requests at https://github.com/crabisoft/pdbstore/issues.
The full documentation for CLI and API is available on readthedocs.
We use tox
to manage our environment and build the documentation:
pip install tox tox -e docs
For guidelines for contributing to pdbstore
, refer to CONTRIBUTING.rst.