Metadata-Version: 2.1
Name: dvdp.utils
Version: 0.0.2
Summary: Python utilities.
Home-page: https://github.com/davidvdp/utils
Author: David van der Pol
Author-email: david@davidvanderpol.com
License: MIT
Download-URL: https://github.com/davidvdp/utils/archive/v0.0.2.tar.gz
Description: # Utilities
        Library containing all kinds of python utilities.
        
        ## Install
        `$ pip install dvdp.utils`
        
        ## Data
        ### DataSaver
        `from dvdp.utils.data import DataSaver`  
        Helps with saving large datasets with images (or other np.arrays) to disk.
        It also allows you to load them with DataSaver.load_data().
        
        ### fetch images
        `from dvdp.utils.data import fetch_images`  
        Fetch all images from a directory.  
        Load them as a list of numpy arrays or a list Paths.
Keywords: Utils
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
