Metadata-Version: 2.4
Name: peeringdb
Version: 2.4.0
Summary: PeeringDB Django models
Project-URL: repository, https://github.com/peeringdb/peeringdb-py
Author-email: PeeringDB <support@peeringdb.com>
License: BSD-2-Clause
License-File: LICENSE.txt
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Framework :: Django :: 5.1
Classifier: Framework :: Django :: 5.2
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: confu>=1
Requires-Dist: httpx>=0.24.1
Requires-Dist: munge[toml,tomlkit,yaml]>=1.2.0
Requires-Dist: pyyaml>=6.0.1
Requires-Dist: twentyc-rpc>=1
Description-Content-Type: text/markdown

# peeringdb-py

[![PyPI](https://img.shields.io/pypi/v/peeringdb.svg?maxAge=3600)](https://pypi.python.org/pypi/peeringdb)
[![Tests](https://github.com/peeringdb/peeringdb-py/workflows/tests/badge.svg)](https://github.com/peeringdb/peeringdb-py)
[![Codecov](https://img.shields.io/codecov/c/github/peeringdb/peeringdb-py/master.svg?maxAge=3600)](https://codecov.io/github/peeringdb/peeringdb-py)

PeeringDB python client

We have an installation guide on our [documentation site](https://docs.peeringdb.com/howto/peeringdb-py/).
