Metadata-Version: 2.1
Name: supreme-community
Version: 1.0.1
Summary: A python module to grab data from droplists online and list products on the next drop, given the brand being searched for.
Home-page: https://github.com/ckinateder/supreme-community
Author: Calvin Kinateder
Author-email: calvinkinateder@gmail.com
License: UNKNOWN
Description: # pydroplist
        
        A python module to grab data from droplists online and list products on the next drop, given the brand being searched for.
        
        ## Installation
        
        Install via `pip install pydroplist`.
        
        ## Usage
        
        First import to your project with `import pydroplist`.
        To use, call the function `latest('brand')` – this returns a list of the products dropping. Input the brand you are looking for.
        Currently only supports `'supreme'` as an argument – will be adding more later.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
