pdbstore

Test PyPI Docs Cover Python Code Style Pre-Commit License

pdbstore is a Python package providing command-line utility to manage PDB symbol store.

Installation

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

Bug reports

Please report bugs and feature requests at https://github.com/crabisoft/pdbstore/issues.

Documentation

The full documentation for CLI and API is available on readthedocs.

Build the docs

We use tox to manage our environment and build the documentation:

pip install tox
tox -e docs

Contributing

For guidelines for contributing to pdbstore, refer to CONTRIBUTING.rst.

Indices and tables