Skip to main content

You can find the basic and usable scripts, code blocks or informations via using your command line with bringer

Project description

bringer

Bringer is a command line tool that tries to make faster your development process. You can write the keywords and you can get the script, command or information that you need using your terminal screen.

  • Practical Usage
  • Easy contribution for dataset
  • Faster development process.

How to use?

To install: pip install bringer

https://pypi.org/project/bringer/

You can add labels that you want to give after the command of bringer like:

bringer base64 encryption
bringer k8s ssvc yaml template

Example:

$ bringer k8s external svc yaml template
apiVersion: v1
kind: Service
metadata:
  name: $project_name
spec:
  externalName: $project_name.$namespace.svc.cluster.local
  ports:
    - port: $port
  type: ExternalName

How it works?

There is a simple python script running in background of the 'bringer'. It takes all the parameters as a label and it compares those labels to other labels in the dataset. It gets the content of the best match from dataset.

Contribution for dataset

Github Repository of Dataset: https://github.com/bilgehannal/bringer-data

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bringer-0.1.3.tar.gz (3.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page