Metadata-Version: 2.1
Name: coredotdata
Version: 0.3.0
Summary: Core.Today Dataset Management Library
Home-page: https://github.com/CoreDotToday/coredotdata
Author: Core.Today
Author-email: engine@core.today
License: Apache Software License 2.0
Description: # coredotdata
        ### 코어닷투데이의 데이터셋을 원하는 곳에 다운로드할 수 있습니다.
        [![PyPI version](https://badge.fury.io/py/coredotdata.svg)](https://badge.fury.io/py/coredotdata)
        [![GitHup issues](https://img.shields.io/github/issues/CoreDotToday/coredotdata)](https://github.com/CoreDotToday/coredotdata/issues)
        [![GitHub pull requests](https://img.shields.io/github/issues-pr/CoreDotToday/coredotdata)](https://github.com/CoreDotToday/coredotdata/pulls)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        ----------------------------
        
        -   Free software: Apache Software License 2.0
        
        ## Installation
        
        ```
        pip install coredotdata
        ```
        
        ```
        pip install git+https://github.com/CoreDotToday/coredotdata
        ```
        
        ```
        pip uninstall coredotdata -y
        ```
        
        ## Features
        
        -   데이터셋 uid를 이용하여 다운로드 하기 (data 폴더에 저장됩니다)
        
        ```python
        import coredotdata as cdd
        cdd.download_dataset("181I3nDWv0")
        ```
        
        -   특정 디렉토리 이름을 지정하여 다운받을 수 있습니다 `target_directory`
        
        ```python
        import coredotdata as cdd
        cdd.download_dataset("181I3nDWv0", target_directory="./AAA")
        ```
        
        
        ## Contributors
        <a href="https://github.com/coredottoday/coredotdata/graphs/contributors">
          <img src="https://contrib.rocks/image?repo=coredottoday/coredotdata" />
        </a>
        
        
        ## LICENSE
        `coredotdata` is licensed under the terms of the Apache License 2.0.
        
        
        =======
        History
        =======
        
        0.3.0 (2022-07-15)
        ------------------
        
        * Add `target_file_list` for selected file download
        
        
        0.2.1 (2022-07-11)
        ------------------
        
        * Target Directory mkdir issue.
        
        
        0.2.0 (2022-07-11)
        ------------------
        
        * Download Schema Modified.
        
        0.1.0 (2022-06-30)
        ------------------
        
        * First release on PyPI.
        
Keywords: coredotdata
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
