Metadata-Version: 2.1
Name: backlogprocessing
Version: 0.1.6
Summary: processing working time on backlog.
Home-page: https://github.com/tys-hiroshi/backlogprocessing
Author: Hiroshi Tashiro
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: PyYAML
Requires-Dist: azure-functions
Requires-Dist: chardet
Requires-Dist: python-dateutil
Requires-Dist: jmespath
Requires-Dist: pybacklog
Requires-Dist: pytz
Requires-Dist: ruamel.appconfig
Requires-Dist: ruamel.std.argparse
Requires-Dist: zope.interface
Requires-Dist: typed-ast

[![Upload pypi package release](https://github.com/tys-hiroshi/backlogprocessing/actions/workflows/pypi-package-publish.yml/badge.svg?branch=master)](https://github.com/tys-hiroshi/backlogprocessing/actions/workflows/pypi-package-publish.yml)

# Summary

processing working time on backlog.

Reference

https://developer.nulab.com/ja/docs/backlog/

## Requirements

- Python 3.7+
- pybacklog
- pipenv install python-dateutil
- pipenv install --dev twine

## Install package

https://pypi.org/project/backlogprocessing/

```
pip install backlogprocessing
```

## Usage

```
from backlogprocessingmodule import *

backlogapiprocessing.run(ConfigFilePath, LoggingConfigFilePath)
```


## For Developer

When you need to upload this package, see package_release.md


### Migrate requirements.txt to Pipfile

https://www.kabuku.co.jp/developers/python-pipenv-graph

```
pipenv install -r requirements.txt
pipenv graph
```


