Last active
July 16, 2020 16:51
-
-
Save geoffreygarrett/28d9eca27d066734c3a73bb380a9659e to your computer and use it in GitHub Desktop.
python_dbcache_example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from dbcachepy import DatabaseCache | |
if __name__ == "__main__": | |
test_db = DatabaseCache.from_json("test/test.json") | |
print(test_db["index_resource/spk/asteroids/codes_300ast_20100725.bsp"]) | |
print(test_db["index_resource/spk/planets/de430.bsp"]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment