Python db client

Hi,

I wanted to share a very simple python module I wrote to access the database. It was quick and dirty to fill a personal need, so it’s not production quality, but it may be useful to see how to pull data from the API in python.

The reason I wrote this was to pull from the database and automatically create module files for gpredict that contain certain subsets of active satellites. I don’t intend to maintain it as a generally useful module, but I’m happy to take pull requests, patches, etc, or add collaborators.

Here’s the github repo

2 Likes