Skip to content

Commit 7f18d5f

Browse files
Ryan Ashcraftekoniec1
Ryan Ashcraft
authored andcommitted
Merged in KRAUS-13 (pull request #16)
KRAUS-13: 🧑‍💻 add python badges to main readme file * KRAUS-13: 🧑‍💻 add python badges to main readme file * Merged dev into KRAUS-13 Approved-by: Edward Robinson Approved-by: Kevin Dendtler Approved-by: Eric Konieczny
1 parent 6a915c6 commit 7f18d5f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# Krausening - Externalized Property Management and Access #
2-
[![Maven Central](https://img.shields.io/maven-central/v/org.bitbucket.askllc.krausening/krausening.svg)](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.bitbucket.askllc.krausening%22%20AND%20a%3A%22krausening%22)
1+
# Krausening - Externalized Property Management and Access for Java and Python #
32
[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/mit)
3+
[![Maven Central](https://img.shields.io/maven-central/v/org.bitbucket.askllc.krausening/krausening.svg)](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.bitbucket.askllc.krausening%22%20AND%20a%3A%22krausening%22)
4+
[![PyPI](https://img.shields.io/pypi/v/krausening)](https://pypi.org/project/krausening/)
5+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/krausening)
6+
![PyPI - Wheel](https://img.shields.io/pypi/wheel/krausening)
47

58
In brewing, krausening (KROI-zen-ing) refers to adding a small amount of existing beer to fresh wort to prime the beer for carbonation. In Java, Krausening is a project to populate finished archives for deployment. This approach allows Properties files to be externalized from deployment units, enabling the same deployment unit to be leveraged repeatedly without the need to rebuild or hack the archive.
69

krausening-python/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Krausening Python - Externalized Property Management and Access for Python Projects #
2-
![PyPI](https://img.shields.io/pypi/v/krausening)
2+
[![PyPI](https://img.shields.io/pypi/v/krausening)](https://pypi.org/project/krausening/)
3+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/krausening)
4+
![PyPI - Wheel](https://img.shields.io/pypi/wheel/krausening)
35
[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/mit)
46

7+
58
Krausening property management and encryption for Python is packaged using the open-source Python Maven plugin [Habushu](https://bitbucket.org/cpointe/habushu) and made available as a [PyPI package](https://pypi.org/project/krausening/).
69

710
## Managing Properties with Krausening and Python

0 commit comments

Comments
 (0)