Metadata-Version: 2.1
Name: datascience-workbench
Version: 0.0.1
Summary: Utilities for data science projects
Home-page: UNKNOWN
Author: Philipp Schmalen
Author-email: philippschmalen@gmail.com
License: UNKNOWN
Description: # Data Science Workbench
        
        Data Science Workbench is a Python library to handle common tasks in a data science project.
        It gives a shortcut to processing, storing and preparing data.
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install.
        
        ```bash
        pip install datascience-workbench
        ```
        
        ## Usage
        
        ```python
        from workbench import Lists as wl
        from workbench import Time as wt
        
        
        
        ```
        
        <!-- # [TODO: ADD EXAMPLE] -->
        ## Todo 
        
        1. add unit tests
        2. 
        
        ## 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
Description-Content-Type: text/markdown
