Metadata-Version: 2.1
Name: rocore
Version: 1.0.1
Summary: Core classes and functions, reusable in any kind of Python application
Home-page: https://github.com/RobertoPrevato/rocore
Author: RobertoPrevato
Author-email: roberto.prevato@gmail.com
License: MIT
Description: # Core classes and functions, reusable in any kind of Python application
        
        **Features:**
        * exception classes to express common scenarios
        * friendly JSON encoder, handling `datetime`, `date`, `time`, `UUID`, `bytes`
        * utilities to work with `folders` and paths
        * `StopWatch` implementation
        
        ## Installation
        
        ```bash
        pip install rocore
        ```
        
        ## Documentation
        Please refer to documentation in the project wiki: [https://github.com/RobertoPrevato/rocore/wiki](https://github.com/RobertoPrevato/rocore/wiki).
        
        ## Develop and run tests locally
        ```bash
        pip install -r dev_requirements.txt
        
        # run tests using automatic discovery:
        pytest
        ```
        
Keywords: core utilities
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
