Metadata-Version: 1.1
Name: pysourcebin
Version: 0.0.4
Summary: a sourcebin api wrapper
Home-page: UNKNOWN
Author: Amashi
Author-email: amashisenpai386@gmail.com
License: MIT
Description: FUNCTIONS:
        
          get_key(url) -> gets the key to the sourcebin out of the link(must be a valid link)
        
          get_url(key) -> takes in the key to a sourcebin and turns it into a sourbin url
        
          create(name, code, title="None", description="None") -> creates a sourcbin with the inputted code
        
          read_key(key) -> returns the contents of the sourbin with that key
        
          read_url(url) -> same as read_key but you can put in a sourbin url
Keywords: sourcebin,source,bin
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
