Skip to content

pittquantum/PQRPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

PQRPy

from pqrpy import PQRPy

key = 'LOUPRKONTZGTKE-FOEVPDMQSA-N'
caller = PQRPy(key)

molecule_json = caller.json() # Returns a JSON string
molecules_json_dict = caller.json_dict() # Returns a dictionary with molecular data
molecule_mol2 = caller.mol2() # Returns a MOL2 file as a string

weekly_molecules = caller.weekly() # Returns a list formatted like
                                   # [(InchiKey, Name), (InchiKey, Name), ...]

inchikeys = caller.inchikeys() # Returns a list of InChIKeys

About

Python interface to the PQR web API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages