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
- Add your data into the content directory
- Add a description for your data into the file named content.yaml
- Open a pull request.
- That's all.
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
File details
Details for the file bringer-0.1.3.tar.gz
.
File metadata
- Download URL: bringer-0.1.3.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5dfac6273fa47a39f9670d9d541777ceb3f51ee0cd9b6d825cb0bfff16c5218 |
|
MD5 | 3bd3f4f63a88f76594bd3ebb403d0849 |
|
BLAKE2b-256 | 3906a30cdabc7157660415eea70fb942938a4ea6b86e751e01ee62412e1989d1 |