Metadata-Version: 2.1
Name: gumo-core
Version: 0.0.9
Summary: Gumo Core Library
Home-page: https://github.com/gumo-py/gumo
Author: Gumo Project Team
Author-email: gumo-organizer@levii.co.jp
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pyyaml (>=5.1)
Requires-Dist: injector (>=0.13.1)

# gumo-core

## Setup Development Environment

```sh
$ pyenv virtualenv 3.7.2 gumo-core
$ pyenv local 3.7.2/envs/gumo-core

$ make setup
```

## Test

```sh
$ make test
```

## Build and Deploy

```sh
$ make test-deploy  # for https://test.pypi.org
## or
$ make deploy  # for https://pypi.org
```


