Metadata-Version: 1.0
Name: adsquery
Version: 0.0.4
Summary: Query the ADS using python
Home-page: https://github.com/cphyc/adsquery
Author: cphyc (Corentin Cadiou)
Author-email: contact@cphyc.me
License: MIT
Description: # adsquery
        
        This tool let you query the ADS using a simple CLI.
        
        ## Installation
        You can install it through pip:
        ```
        $ pip install adsquery
        ```
        
        After that, you should be able to use it under the name `adsquery`:
        ```
        $ adsquery --help
        $ adsquery query --help
        ```
        
        ## Bugs and suggestions
        Feel free to fill in an issue if you have any problem or suggestion
        
        ## Thanks
        Special thanks to andycasey for providing https://github.com/andycasey/ads and the ADS!
        
        
Platform: UNKNOWN
