Metadata-Version: 2.1
Name: Data-Split
Version: 1.0.0
Summary: A python package to split Directory into Training, Testing and Validation Directory
Home-page: https://github.com/Bhawika16/Data_Split
Author: BHAWIKA ARORA
Author-email: bhawikavk2@gmail.com
License: MIT
Description: # Data_split
        
        Data_split is a Python library which help you to split directory or folder into training, testing and validation directories.
        
        Submitted By: **BHAWIKA ARORA**
        
        ***
        pypi: <https://pypi.org/project/Data_Split>
        
        
        
        git: <https://github.com/Bhawika16/Data_Split/>
        ***
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.
        
        ```bash
        pip install Data-Split
        ```
        
        ## Command Line Usage
        
        ```python
        train_test_split "directory_name" "split_size"
        train_test_split "C:\Users\BHAWIKA ARORA\plants" 0.80
        ```
        
        ## Contributing
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        Please make sure to update tests as appropriate.
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
