-
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,829 contributions in the last year
Contribution activity
March 2022
Created 60 commits in 21 repositories
Created 11 repositories
- cclauss/jinja-compose Python
- cclauss/pytest-django-haystack Python
- 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 66 other pull requests in 29 repositories
motioneye-project/motioneye
5
closed
16
merged
- static/img/README.md
- 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
2
open
8
merged
- api.py: vendors.search_amazon() is a stub function
- DRAFT: Vendors: Retry getting Amazon data from the affiliate server
- Type hints for openlibrary/utils/sentry.py
- Convert some Python type comments to type hints
- Data Dumps: Add Sentry error logging
- Upgrade pytest==7.1.0 and pymemcache==3.5.1
- Switch olbase to use python:3.9.4-slim image instead of ubuntu:xenial -- AGAIN
- Write dump message to sys.stderr
- Delete pre-commit.yml
- Update GitHub Actions
multi-build/multibuild
3
merged
apache/plc4x
3
merged
gjcarneiro/yacron
2
merged
dermotduffy/motioneye-client
2
merged
internetarchive/infogami
1
merged
1
open
ckan/ckan
1
merged
1
open
sinzlab/jinja-compose
1
open
Homebrew/homebrew-core
1
merged
microprediction/microprediction
1
open
akaihola/darker
1
merged
wolf71/AntPool
1
closed
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
Reviewed 41 pull requests in 12 repositories
motioneye-project/motioneye
23 pull requests
- Add timer to motion restart until ports are completely freed
- Minor README format fix
- add webhook for motion event ends
- add file upload support for webdav
- 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
internetarchive/openlibrary
4 pull requests
webpy/webpy
3 pull requests
pycurl/pycurl
2 pull requests
nodejs/gyp-next
2 pull requests
TheAlgorithms/Go
1 pull request
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
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…