Metadata-Version: 1.1
Name: PyDyTuesday
Version: 0.0.2
Summary: A Python port of the TidyTuesday Downloader
Home-page: UNKNOWN
Author: Andreas Varotsis
Author-email: andreas.varotsis@gmail.com
License: MIT
Description: =======================
        PyDyTuesday Downloader
        =======================
        
        A Python library to automatically download TidyTuesday datasets, inspired by the tidytuesdayR package for r.
        
        Contains two functions:
        
        .. code:: python
        
            python.code(get_date("2021-01-19"))
        
            python.code(get_week(2019, 3))
Keywords: python,Tidy Tuesday,learning
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
