Metadata-Version: 2.4
Name: pdg
Version: 0.1.4
Summary: Python API for accessing PDG data
Home-page: https://pdg.lbl.gov
Author: Particle Data Group
Author-email: jberinger@lbl.gov
License: Modified BSD
Project-URL: Documentation, https://pdgapi.lbl.gov/doc/
Project-URL: GitHub, https://github.com/particledatagroup/api
Project-URL: Changelog, https://github.com/particledatagroup/api/blob/main/CHANGELOG.md
Keywords: PDG,particle physics
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: SQLAlchemy>=1.4
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: summary

PDG Python API
==============

The Python package `pdg` provides programmatic access to the data
published by the  Particle Data Group (PDG) in the *Review of Particle Physics*.
The *Review of Particle Physics* is available online from the PDG website at https://pdg.lbl.gov.
General information about PDG and the *Review of Particle Physics*
can be found at https://pdg.lbl.gov/about.

Documentation is available at https://pdgapi.lbl.gov/doc.

The source code for this package can be found at https://github.com/particledatagroup/api.
This repository uses Git LFS to manage SQlite database files. You need to have Git LFS installed
before checking out the repository with git. Please see the instructions at https://github.com/git-lfs/git-lfs.

To provide feedback or report bugs, please [submit an Issue](https://github.com/particledatagroup/api/issues)
or contact [api@pdg.lbl.gov](mailto:api@pdg.lbl.gov).
