Metadata-Version: 2.1
Name: bpda
Version: 6.0
Summary: BingPanDevApi.py: Make Old Bing Pics Can Access
Home-page:  http://rdpstudio.top
Author: Jack
Author-email: admin@rdpstudo.top
Maintainer: Jack
Maintainer-email: admin@rdpstudo.top
License: Public domain
Description: #A SDK For http://rdpstudio.utools.club/bingpan  
        How to use：  
        import：  
            ```
            from bpda.bpda import *
            ```  
        Get the specified date of bing background image address and print it to the console：  
            ```
             print(geturl("2020/04/18"))
            ```  
        full example code：  
            ```
            from bpda.bpda import *
        
            print(geturl("2020/04/18"))
            ```  
Platform: any
Description-Content-Type: text/markdown
