-
Christian Clauss
- Switzerland
- https://www.patreon.com/cclauss
Highlights
- 1 discussion answered
Block or Report
Block or report cclauss
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
Minimal .travis.yml file to run the current Python 3.7 on Linux, macOS, and Windows
-
A GitHub Action that finds Python syntax errors and undefined names in your repo
-
GitHub-Action-for-Flake8 Public
A GitHub Action to run a Flake8 command when new code is pushed into your repo
-
GitHub-Action-for-pytest Public
A GitHub Action to run a pytest command when new code is pushed into your repo
-
pythonista-module-versions Public archive
Compare the version numbers of extra modules in Pythonista with PyPI
3,876 contributions in the last year
Contribution activity
March 2022
Created 41 commits in 17 repositories
Created 9 repositories
- cclauss/yacron Python
- cclauss/microprediction Jupyter Notebook
- cclauss/AntPool Python
- cclauss/motioneyeos Makefile
- cclauss/gotop Go
- cclauss/Qsqlite Python
- cclauss/motioneye-client Python
- cclauss/pycurl Python
- cclauss/plc4x Java
Created a pull request in motioneye-project/motioneye that received 49 comments
GitHub Action to test our Ubuntu wiki page
Build using https://github.com/motioneye-project/motioneye/wiki/%28Install-On-Ubuntu-%2820.04-or-Newer%29 as our guide. @starbasessd Can you please…
Opened 60 other pull requests in 28 repositories
motioneye-project/motioneye
16
merged
4
closed
- f-string in motioneye_init.py
- GitHub Action: Add shellcheck
- pre-commit: Enable black --skip-string-normalization
- pre-commit: Enable isort --profile black
- pre-commit: Enable pyupgrade --py37-plus
- Pre-commit: Enable check-executables-have-shebangs
- Add LICENSE to setup.cfg
- pytest ignore two failing tests
- mypy --explicit-package-bases
- pre-commit: Enable end-of-file-fixer
- pre-commit: Enable trim trailing whitespace
- GitHub Action to build using the steps in README.md
- Static tests are in pre-commit so focus on build, mypy, pytest, safety
- Add pre-commit running bandit, codespell, flake8
- black . && isort --profile black .
- Fix failing tests
- GitHub Action to lint Python 3 branch
- Travis CI last ran a year ago
- GitHub Action to lint legacy Python
- GitHub Action to lint Python code
internetarchive/openlibrary
5
merged
2
open
multi-build/multibuild
1
open
2
merged
apache/plc4x
3
merged
dermotduffy/motioneye-client
2
merged
internetarchive/infogami
1
merged
1
open
ckan/ckan
1
merged
1
open
gjcarneiro/yacron
1
open
Homebrew/homebrew-core
1
merged
microprediction/microprediction
1
open
akaihola/darker
1
open
wolf71/AntPool
1
open
ogrisel/python-appveyor-demo
1
open
actions/setup-python
1
merged
motioneye-project/motioneyeos
1
open
xxxserxxx/gotop
1
open
tornadoweb/tornado
1
merged
wolf71/Qsqlite
1
closed
pypa/sampleproject
1
merged
PyCQA/flake8
1
closed
pycurl/pycurl
1
merged
kkroening/ffmpeg-python
1
open
khabdrick/mhd-blog
1
open
dmitry-viskov/pylti1.3
1
open
webpy/webpy
1
merged
Reviewed 34 pull requests in 11 repositories
motioneye-project/motioneye
21 pull requests
- add webhook for motion event ends
- add file upload support for nextcloud
- Minor arithemtic enhancements
- Update and align install commands
- Remove legacy Internet Explorer meta tag
- Update README.rst
- Remove obsolete universal_newlines parameter
- pre-commit: Enable black --skip-string-normalization
- Read camera_name as string properly
- CSS lint fixes
- Do not run jobs on pull_request event on base repo
- pytest ignore two failing tests
- FreeBSD support
- Fix stray settings item separator tr
- Yet another Python3 wip
- PR #2258 with conflicts conservatively resolved
- Static tests are in pre-commit so focus on build, mypy, pytest, safety
- GitHub Action to test our Ubuntu wiki page
- GitHub Action to build using the steps in README.md
- Feature use sass
- GitHub Action to lint Python code
pycurl/pycurl
2 pull requests
webpy/webpy
2 pull requests
nodejs/gyp-next
2 pull requests
kaltura/clients-generator
1 pull request
internetarchive/openlibrary-client
1 pull request
cclauss/Ten-lines-or-less
1 pull request
internetarchive/infogami
1 pull request
nodejs/node-gyp
1 pull request
readthedocs/readthedocs.org
1 pull request
internetarchive/openlibrary
1 pull request
Created an issue in motioneye-project/motioneye that received 2 comments
build: pyproject.toml vs requirements.txt
@jmichault What is your recommendation for building this project? https://python-poetry.org https://flit.readthedocs.io Other? The current Git…