Metadata-Version: 2.1
Name: devkit
Version: 0.0.9
Summary: A tool to efficiently manage development environment
Home-page: https://gitlab.com/hoshiyosan/devtools/devkit/devkit-python
Author: Sylvan LE DEUNFF
Author-email: sledeunf@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://hoshiyosan.gitlab.io/devtools/devkit/devkit-python
Project-URL: Source, https://gitlab.com/hoshiyosan/devtools/devkit/devkit-python
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: flask (==1.1.2)

# DevKit

> This package provides a web interface which helps developers to efficiently manage
> their development environment on a linux machine.


## Requirements

* Python3/pip3
* Linux

## Installation

```bash
pip install devkit
```

## Usage

Display web ui

```bash
devkit.web
```

## Contribute

### Requirements

* GNU make
* pipenv
* npm

### Install in dev. mode

```bash
git clone https://gitlab.com/hoshiyosan/devtools/devkit/devkit-python.git
make init
```


