Skip to content

Commit 3968988

Browse files
authored
Merge pull request #11 from yhoiseth/patch-1
Add build status badge
2 parents 46c0714 + 061890d commit 3968988

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Platform.sh Config Reader (Python)
22

3+
[![CircleCI Status](https://circleci.com/gh/platformsh/config-reader-python.svg?style=shield&circle-token=:circle-token)](https://circleci.com/gh/platformsh/config-reader-python)
4+
35
This library provides a streamlined and easy to use way to interact with a Platform.sh environment. It offers utility methods to access routes and relationships more cleanly than reading the raw environment variables yourself.
46

57
This library requires Python 3.5 or later.
@@ -161,4 +163,4 @@ The `route()` method takes a single string for the route ID ("main" in this case
161163

162164
To access all routes, or to search for a route that has no ID, the `routes()` method returns an dictionary of routes keyed by their URL. That mirrors the structure of the `PLATFORM_ROUTES` environment variable.
163165

164-
If called in the build phase an exception is thrown.
166+
If called in the build phase an exception is thrown.

0 commit comments

Comments
 (0)