pdbstore


Namepdbstore JSON
Version 1.1.0 PyPI version JSON
download
home_pageNone
Summarymanage PDB and PE files through a local symbols store
upload_time2024-04-28 17:57:01
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords development symstore pdb pdbstore
VCS
bugtrack_url
requirements colorama pefile Jinja2
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pdbstore
=============

|Test| |PyPI| |Read the Docs| |Coverage| |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``:

.. code-block:: console

   $ pip install --upgrade pdbstore

The current development version is available on both `GitHub.com
<https://github.com/crabisoft/pdbstore>`__ and can be
installed directly from the git repository:

.. code-block:: console

   $ 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
<http://pdbstore.readthedocs.org/en/stable/>`_.

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 <https://github.com/crabisoft/pdbstore/blob/main/CONTRIBUTING.rst>`_.


.. |Test| image:: https://github.com/crabisoft/pdbstore/workflows/Test/badge.svg
   :target: https://github.com/crabisoft/pdbstore/actions
   :alt: Test

.. |PyPI| image:: https://img.shields.io/pypi/v/pdbstore?label=PyPI&logo=pypi
   :target: https://badge.fury.io/py/pdbstore
   :alt: PyPI

.. |Conda| image:: https://img.shields.io/conda/v/conda-forge/pdbstore?label=Conda
   :target: https://anaconda.org/conda-forge/pdbstore
   :alt: Conda

.. |Read the Docs| image:: https://img.shields.io/readthedocs/pdbstore?label=Read%20the%20Docs&logo=Read%20the%20Docs
   :target: https://pdbstore.readthedocs.org/en/latest
   :alt: Docs

.. |Coverage| image:: https://img.shields.io/codecov/c/github/crabisoft/pdbstore?logo=Codecov&label=Coverage
   :target: https://codecov.io/github/crabisoft/pdbstore?branch=main
   :alt: Cover

.. |Python| image:: https://img.shields.io/pypi/pyversions/pdbstore.svg?label=Python&logo=Python
   :target: https://pypi.python.org/pypi/pdbstore
   :alt: Python

.. |Code Style| image:: https://img.shields.io/badge/code%20style-black-000000.svg?label=Code%20Style
   :target: https://github.com/python/black
   :alt: Code Style

.. |Pre-Commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&label=Pre-Commit
   :target: https://github.com/pre-commit/pre-commit
   :alt: Pre-Commit

.. |License| image:: https://img.shields.io/github/license/crabisoft/pdbstore?label=License
   :target: https://github.com/crabisoft/pdbstore/blob/main/COPYING
   :alt: License

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pdbstore",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "development, symstore, pdb, pdbstore",
    "author": null,
    "author_email": "Jacques Raphanel <jrp@crabisoft.fr>",
    "download_url": "https://files.pythonhosted.org/packages/d8/5e/f4d85571290ee25619bece637148d0eae015844e51dde51c7095f1a1a50b/pdbstore-1.1.0.tar.gz",
    "platform": null,
    "description": "pdbstore\n=============\n\n|Test| |PyPI| |Read the Docs| |Coverage| |Python| |Code Style| |Pre-Commit| |License|\n\n``pdbstore`` is a Python package providing command-line utility to manage PDB symbol store.\n\n\nInstallation\n------------\n\nAs of first version, ``pdbstore`` is compatible with Python 3.8+.\n\nUse ``pip`` to install the latest stable version of ``pdbstore``:\n\n.. code-block:: console\n\n   $ pip install --upgrade pdbstore\n\nThe current development version is available on both `GitHub.com\n<https://github.com/crabisoft/pdbstore>`__ and can be\ninstalled directly from the git repository:\n\n.. code-block:: console\n\n   $ pip install git+https://github.com/crabisoft/pdbstore.git\n\n\nBug reports\n-----------\n\nPlease report bugs and feature requests at\nhttps://github.com/crabisoft/pdbstore/issues.\n\n\nDocumentation\n-------------\n\nThe full documentation for CLI and API is available on `readthedocs\n<http://pdbstore.readthedocs.org/en/stable/>`_.\n\nBuild the docs\n~~~~~~~~~~~~~~\n\nWe use ``tox`` to manage our environment and build the documentation::\n\n    pip install tox\n    tox -e docs\n\nContributing\n------------\n\nFor guidelines for contributing to ``pdbstore``, refer to `CONTRIBUTING.rst <https://github.com/crabisoft/pdbstore/blob/main/CONTRIBUTING.rst>`_.\n\n\n.. |Test| image:: https://github.com/crabisoft/pdbstore/workflows/Test/badge.svg\n   :target: https://github.com/crabisoft/pdbstore/actions\n   :alt: Test\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/pdbstore?label=PyPI&logo=pypi\n   :target: https://badge.fury.io/py/pdbstore\n   :alt: PyPI\n\n.. |Conda| image:: https://img.shields.io/conda/v/conda-forge/pdbstore?label=Conda\n   :target: https://anaconda.org/conda-forge/pdbstore\n   :alt: Conda\n\n.. |Read the Docs| image:: https://img.shields.io/readthedocs/pdbstore?label=Read%20the%20Docs&logo=Read%20the%20Docs\n   :target: https://pdbstore.readthedocs.org/en/latest\n   :alt: Docs\n\n.. |Coverage| image:: https://img.shields.io/codecov/c/github/crabisoft/pdbstore?logo=Codecov&label=Coverage\n   :target: https://codecov.io/github/crabisoft/pdbstore?branch=main\n   :alt: Cover\n\n.. |Python| image:: https://img.shields.io/pypi/pyversions/pdbstore.svg?label=Python&logo=Python\n   :target: https://pypi.python.org/pypi/pdbstore\n   :alt: Python\n\n.. |Code Style| image:: https://img.shields.io/badge/code%20style-black-000000.svg?label=Code%20Style\n   :target: https://github.com/python/black\n   :alt: Code Style\n\n.. |Pre-Commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&label=Pre-Commit\n   :target: https://github.com/pre-commit/pre-commit\n   :alt: Pre-Commit\n\n.. |License| image:: https://img.shields.io/github/license/crabisoft/pdbstore?label=License\n   :target: https://github.com/crabisoft/pdbstore/blob/main/COPYING\n   :alt: License\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "manage PDB and PE files through a local symbols store",
    "version": "1.1.0",
    "project_urls": {
        "changelog": "https://github.com/crabisoft/pdbstore/blob/main/CHANGELOG.md",
        "documentation": "https://pdbstore.readthedocs.io",
        "homepage": "https://github.com/crabisoft/pdbstore",
        "issues": "https://github.com/crabisoft/pdbstore/issues",
        "repository": "http://github.com/crabisoft/pdbstore.git"
    },
    "split_keywords": [
        "development",
        " symstore",
        " pdb",
        " pdbstore"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b811836cdfb3d1209d5f1b4d726d3ea60460cbc5bbb7dd8cc7de484172cc31a",
                "md5": "aa09abdd7d7ad1fb5335188e45f79ae4",
                "sha256": "681c7c2d560b4f7c92fdc1f8c5da19b75298551a784a0dedda4005595d719c0a"
            },
            "downloads": -1,
            "filename": "pdbstore-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aa09abdd7d7ad1fb5335188e45f79ae4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 83742,
            "upload_time": "2024-04-28T17:57:00",
            "upload_time_iso_8601": "2024-04-28T17:57:00.103462Z",
            "url": "https://files.pythonhosted.org/packages/1b/81/1836cdfb3d1209d5f1b4d726d3ea60460cbc5bbb7dd8cc7de484172cc31a/pdbstore-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d85ef4d85571290ee25619bece637148d0eae015844e51dde51c7095f1a1a50b",
                "md5": "bd74ba9c2ea01eb45709c76e94b574cc",
                "sha256": "f5c2385f335401cf24936e2c22c8e7f9258c40a166e1d06e6f7b35873b4f98bb"
            },
            "downloads": -1,
            "filename": "pdbstore-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bd74ba9c2ea01eb45709c76e94b574cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 108889,
            "upload_time": "2024-04-28T17:57:01",
            "upload_time_iso_8601": "2024-04-28T17:57:01.656360Z",
            "url": "https://files.pythonhosted.org/packages/d8/5e/f4d85571290ee25619bece637148d0eae015844e51dde51c7095f1a1a50b/pdbstore-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-28 17:57:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "crabisoft",
    "github_project": "pdbstore",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "colorama",
            "specs": []
        },
        {
            "name": "pefile",
            "specs": []
        },
        {
            "name": "Jinja2",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "pdbstore"
}
        
Elapsed time: 0.23392s