Re: [PDB Tech] PeeringDB Account Verification

2022-09-19 Thread Noelle Kenny
Hi all, Thank you for the information! We will take a look at the python client and let you know if we have any questions. I really appreciate your time and support on this, Noelle On Sun, Sep 18, 2022 at 9:02 PM Chris Caputo wrote: > As I understand things, an account is needed in order to

[PDB Tech] peeringdb-py example setup

2022-09-19 Thread Chris Caputo
In case useful to others, below is how peeringdb-py is set up & upgraded at the SeattleIX. Questions/improvements welcome. Chris --- INSTALL: mkdir ~/peeringdb-py && cd ~/peeringdb-py virtualenv --python=python3 pdbvenv source pdbvenv/bin/activate pip install --upgrade pip pip install -U