Sign inSign up

autophagy/scieldas

By autophagy

Updated over 6 years ago

Flask-based README badge service, inspired by shields.io

Image
0

1.1K

autophagy/scieldas repository overview

Scieldas

Documentation Status Docker Build Status Black MIT License

Scieldas is a service to provide metadata badges for open source project READMEs, inspired by Shields.io. It currently supports:

  • Read The Docs :: Build status of the Latest tag.
  • Travis CI :: Build status of the last build.
  • PyPI :: Version of project and supported python versions.
  • Docker Hub :: Status of the latest build.
  • Licenses :: The license of the project.
  • Styles :: The autoformatted code style of the project.

Built with Flask and Docker.

Running Scieldas

Running the Scieldas service requires Docker. You can either build it yourself:

$ docker build -t "autophagy:scieldas" .
$ docker run -d --name=scieldas -p 80:8080 --env TRAVIS_API_KEY=key autophagy:scieldas

Or pull the image from Docker Hub :

$ docker pull autophagy/scieldas
$ docker run -d --name=scieldas -p 80:8080 --env TRAVIS_API_KEY=key autophagy/scieldas

For more detailed information, including reqiured API keys, please see the documentation.

Supported Badges

Travis CI

Travis Build Passing Travis Build Failing Travis Build Unknown

Read The Docs

Read The Docs Build Passing Read The Docs Build Failing Read The Docs Build Unknown

Coveralls

Coveralls Coverage

PyPI
Version

PyPI Version

Python Versions

Python Versions

PePy Downloads

PePy Downloads

Docker Hub

Docker Build Passing Docker Build Failing Docker Build Building Docker Build Unknown

Licenses

Apache 2.0 license GPL license MIT license

Code Styles

Black Yapf AutoPEP8

Tag summary

Content type

Image

Digest

Size

245.3 MB

Last updated

over 6 years ago

docker pull autophagy/scieldas