python
go-formatter
python | go-formatter | |
---|---|---|
22 | 116 | |
7,306 | 151,039 | |
1.5% | 1.5% | |
8.2 | 9.3 | |
5 days ago | 5 days ago | |
Python | Go | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
python
- Show HN: Kr8s a batteries-included Python client library for Kubernetes
-
How can I get a list of all namespaces within a specific Kubernetes cluster, using the Kubernetes API?
One option is to use list_namespace(), as described in https://github.com/kubernetes-client/python/blob/master/kubernetes/docs/CoreV1Api.md
- python-k8sclient documentatiom
-
Running `connect_get_namespaced_pod_exec` using kubernetes client corev1api gives bad request
I have checked the python version == 2.7 and pip freeze - ipaddress==1.0.22, urllib3==1.24.1 and websocket-client==0.54.0 are the versions which satisfy the requirement - as mentioned here: https://github.com/kubernetes-client/python/blob/master/README.md#hostname-doesnt-matchfollowed the issue on this thread - https://github.com/kubernetes-client/python/issues/36 - not much help.
-
How to use the kubernetes-client for executing "kubectl apply"
kubectl apply -f class.yamlkubectl apply -f rbac.yamlkubectl apply -f deployment-arm.yaml I want to use the kubernetes-client written in python to replace it. My current code, loads the there yaml files (using pyyaml), edits them a bit, inserts into a file and use the command line kubectl to execute those three commands. Some of the code:
-
Tell HN: Amusing Substitutions for Class Keyword
In the Kubernetes Python client code it's called "klass":
https://github.com/kubernetes-client/python/blob/1a0cb469528e6b2bdeb3eb2c06945f1c22303dfd/kubernetes/client/api_client.py#L266
and in Apache ecosystem it's called clazz:
https://github.com/search?q=org%3Aapache+clazz&type=code
Just thought it was amusing and wanted to share
- Connecting to EKS from a Python Lambda
-
Leader Election In Kubernetes
One way is to use configmap lock https://github.com/kubernetes-client/python/tree/master/kubernetes/base/leaderelection
-
Unable to connect to kubernetes python api - .kube/config file not found
I'm having trouble connecting to the kubernetes python client even though I'm following the examples here in the api.
-
Automate All the Boring Kubernetes Operations with Python
As you can imagine, that's a lot of functions to choose from, luckily all of them are listed in docs and you can click on any one of them to get an example of its usage.
go-formatter
-
Show HN: Doom port to pure Go – Gore
Yes.
Ok, if that answer is too short: there are some others (https://github.com/avelino/awesome-go?tab=readme-ov-file#gam...), but ebitengine is by far the most popular...
-
Is Go Worth Learning in 2025?
Huge Open-Source Community: Check out projects on Awesome Go — you'll find everything from web frameworks, CLI tools, machine learning, and more.
-
Golang Web: PATCH Method
Awesome Go projects and frmaeworks
-
💡 The Untold History of GitHub Awesome-Lists 🤯
The rapid growth signals continued a couple of days later on July 6, 2014 when @avelino launched awesome-go. The initial commit reads:
-
Ask HN: What is the best way to learn Go?
There’s no Go book that I personally would recommend without hesitation.
Instead, I would suggest that you try to find a bunch of blog posts and lectures and read/watch them in order to get a feeling of the Go philosophy. The official Go blog has some good articles and otherwise I recommend to have a look at what Rob Pike and Russ Cox has written/presented.
Then I believe that as soon as possible it’s a good idea to start some toy project so that you can dive in.
I’m afraid I don’t have too many links to share. This might be a good starting point: https://www.youtube.com/watch?v=7VcArS4Wpqk
Here’s a meta-resource that could be useful: https://github.com/avelino/awesome-go (see the Resources section at the end of the ToC).
Best of luck!
-
Top Backend Libraries
Check awesome-go
-
gondola: Why not use a lightweight and simple YAML-based reverse proxy?
It can be found at awesome-go.
-
Top 20 Awesome on Github
5. Awesome Go
-
Why Go is great choice for Software engineering.
A curated list of awesome Go frameworks, libraries and software - Awesome Go / Golang (awesome-go.com)
-
Golang Web: GET Method
Awesome Go projects and frmaeworks
What are some alternatives?
py3cw - Unofficial wrapper for the 3Commas API written in Python
bexp - Go implementation of Brace Expansion mechanism to generate arbitrary strings.
pyJoules - A Python library to capture the energy consumption of code snippets
ghorg - Quickly clone or backup an entire org/users repositories into one directory - Supports GitHub, GitLab, Bitbucket, and more 🐇🥚
Pyadomd - A pythonic approach to query SSAS data models.
gobeam/Stringy - Convert string to camel case, snake case, kebab case / slugify, custom delimiter, pad string, tease string and many other functionalities with help of by Stringy package.