Skip to content

Commit 00277ca

Browse files
README updated
1 parent 1b2ecf0 commit 00277ca

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# ValiFn Python Image
1+
# ValiFn Python Image · [![code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=plastic&label=code%20style)](https://github.com/psf/black) [![code quality: pylint](https://img.shields.io/badge/code%20quality-pylint-yellowgreen?style=plastic&label=code%20quality)](https://github.com/PyCQA/pylint) [![code security: bandit](https://img.shields.io/badge/code%20security-bandit-yellow.svg?style=plastic&label=code%20security)](https://github.com/PyCQA/bandit) [![continuous integration](https://github.com/valispace/valifn-python/actions/workflows/continuous_integration.yml/badge.svg?style=plastic&label=continuous%20integration&branch=develop)](https://github.com/valispace/valifn-python/actions/workflows/continuous_integration.yml)
22

3-
ValiFn provides a way to connect and run scripts from Valispace in a safe and isolated environment.
3+
ValiFn provides a way to connect and run scripts from [Valispace](https://github.com/valispace) in a safe and isolated environment.
44

55
This repository contains code to generate a `python image` to be used by ValiFn.
6-
You can add and remove requirements at your will, build the image and replace the original image provided by Valispace using the following instructions.
6+
You can add and remove requirements at your will, build the image and replace the original image provided by [Valispace](https://github.com/valispace) using the following instructions.
77

88
## How to install new image
99

@@ -45,3 +45,18 @@ $ docker load -i valifn-python.tar.gz
4545
```
4646

4747
7. Thats it! You have now replaced ValiFn Python Image to match your needs on your deployment. No restart is needed.
48+
49+
50+
## Documentation
51+
52+
See the [Wiki](https://github.com/valispace/valifn-python/wiki) for details on project setup and usage, as also technical details.
53+
54+
55+
## Changelog
56+
57+
Detailed changes for each release are documented in the [release notes](https://github.com/valispace/valifn-python/releases).
58+
59+
60+
## Copyright
61+
62+
Copyright © 2015-present, [Valispace GmbH](https://www.valispace.com/about-us/)

0 commit comments

Comments
 (0)