Sign inSign up

meschac38000/update-config-file

By meschac38000

Updated over 5 years ago
Archived

Image
0

47

meschac38000/update-config-file repository overview

Get started

Required Python version

Python > 3.9

Run with Docker

First build the image

docker build -t app .

Then run the program with the following command:

docker run --rm app

Manual installation

Create a virtual environment
python -m venv venv

Activate the virtual environment

on Window

./venv/Scripts/activate

on Linux/Mac

source venv/bin/activate
install requirements
pip install -r requirements.txt
Before runnig the program

The program support json or Any types of config changes file (* or JSON) You can set this by changing FILE TYPE in the settings file. By default it's set to json

Then run the program with the following command
python main.py
Run the unittest with the following command
pytest

Preview terminal Output Preview Output

Tag summary

Content type

Image

Digest

Size

46.3 MB

Last updated

over 5 years ago

docker pull meschac38000/update-config-file