Metadata-Version: 2.1
Name: backlogprocessing
Version: 0.0.21
Summary: processing working time on backlog.
Home-page: https://github.com/tys-hiroshi/backlogprocessing
Author: tys-hiroshi
Author-email: tashiro.hiroshi@toyoko-sys.co.jp
License: MIT
Description: # Summary
        
        processing working time on backlog.
        
        ## Requirements
        
        - Python 3.7+
        - pybacklog
        - pip install python-dateutil
        
        ## Install package
        
        https://pypi.org/project/backlogprocessing/
        
        ```
        pip install backlogprocessing
        ```
        
        ## Usage
        
        ```
        from backlogprocessingmodule import *
        
        backlogapiprocessing.run(ConfigFilePath, LoggingConfigFilePath)
        ```
        
Keywords: backlog pybacklog processing
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
