reviews
A terminal UI dashboard to monitor requests for code review across Github and Gitlab repositories. (by apoclyps)
snekbox
Easy, safe evaluation of arbitrary Python code (by python-discord)
reviews | snekbox | |
---|---|---|
11 | 17 | |
176 | 217 | |
0.6% | 0.9% | |
7.5 | 8.1 | |
21 days ago | 13 days ago | |
Python | Python | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
reviews
Posts with mentions or reviews of reviews.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-23.
- is there a way to see all PRs "awaiting review from me" across multiple repositories?
-
I created a CLI tool to show you a dashboard of Pull Requests you care about
This is awesome; I build something to solve the same problem recently in Python (https://github.com/apoclyps/reviews); I was debating rewriting it in go with Bubble tea so it's awesome to discover this project!
-
What tasks have you automated using Python to make your life a little easier?
https://github.com/apoclyps/reviews.
- Reviews - A terminal UI dashboard to monitor requests for code review across Gitlab repositories
-
Looking for a programming friend who codes in Python
I've been helping people contribute to a small python TUI that I've been building. There are lots of good issues for a first time contributor if any of those are of interest to you: https://github.com/apoclyps/reviews
-
Looking for collaborators for a Python TUI dashboard called `reviews`
The code is available on Github https://github.com/apoclyps/reviews and there is a small video demo on the repository. You can install and use it from PyPI: https://pypi.org/project/reviews/
-
I need someone to keep me on task and help me remember what to do. Will you give me something to program for you. I want to write code
This link explains Github issues: https://guides.github.com/features/issues/#:~:text=Issues%20are%20a%20great%20way,own%20section%20in%20every%20repository and this is an example of a Github issue: https://github.com/apoclyps/reviews/issues/53
-
Looking other Python developers for a small project
The project is called `reviews` and you can find it on Github at https://github.com/apoclyps/reviews
snekbox
Posts with mentions or reviews of snekbox.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-21.
-
A Python Jupyter Kernel in Slack. Just send Python code as a message!
why not use a secure code execution engine like python-discord/snekbox or engineer-man/piston though?
- how to host snekbox on heroku
-
How can I host snekbox on something like heroku or replit so it can be accessed from anywhere else?
Snekbox is conveniently available as a Docker image, so you can host it with any provider that supports Docker. All the big cloud providers (AWS, Azure, GCP, etc) all have a free tier available.
-
Gunicorn Module not found error
While trying to host snekbox according to this article: https://devcenter.heroku.com/articles/container-registry-and-runtime i got a module not found error regarding gunicorn? This script works fine on my computer so what do I have to change to get it to work on heroku?
-
How can I host something that uses localhost on heroku?
https://github.com/python-discord/snekbox This is the github.
-
How can I add custom packages to snekbox
How can I edit the code of this repo: https://github.com/python-discord/snekbox so that snekbox always has access to a custom package like numpy? According to the github I can type:
-
How can I host the snekbox api on replit or heroku?
Wanted to use a python eval bot in discord but you need to set up this api first: https://github.com/python-discord/snekbox. How can I do that on something like replit or heroku and how can I get a link to where it is hosted so I can actually use it?
-
A simple, kind-of "safe" eval ?
Theres also Snekbox, which we used over at python discord for the eval bot command: https://github.com/python-discord/snekbox
- [Uni] coding (Python) help!
-
I finished 4 years of prison, this week. Studying mathematics in uni, but want to get involved with Python.
I picked up python and software dev in general because I could not find a job after graduating with an elec eng degree. Python is so much fun! As for the people to bounce off ideas I would recommend Python discord server. They also have private chat rooms where I can talk 1-on-1 with people and explain your problems/ideas better.
What are some alternatives?
When comparing reviews and snekbox you can also consider the following projects:
gh-prs - gh cli extension to display a dashboard of PRs and issues - configurable with a beautiful UI. [Moved to: https://github.com/dlvhdr/gh-dash]
sysbox - An open-source, next-generation "runc" that empowers rootless containers to run workloads such as Systemd, Docker, Kubernetes, just like VMs.
revup - Effortlessly create and manage pull requests without changing branches. Powers a stacked diffs workflow with python and git "plumbing" commands.
piston - A high performance general purpose code execution engine.
Exercism - Scala Exercises - Crowd-sourced code mentorship. Practice having thoughtful conversations about code.
asteval - minimalistic evaluator of python expression using ast module