Working hard to find and fix bugs in software and to ensure that Python code is properly ported to Python 3. Building related tools and automated systems.
-
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,707 contributions in the last year
Contribution activity
May 2022
Created 33 commits in 11 repositories
Created 8 repositories
- cclauss/ipwb Python
- cclauss/django-honeypot Python
- cclauss/django-localflavor Python
- cclauss/sourcepy Python
- cclauss/toxicity-detector Python
- cclauss/pyscript HTML
- cclauss/purl Python
- cclauss/backoff Python
Created a pull request in pyscript/pyscript that received 9 comments
Format Python code with black and isort
Adds spellchecking and Python linting to the GitHub Action
black --skip-string-normalization .
https://pypi.org/project/black
isort --profile bl…
Opened 31 other pull requests in 15 repositories
pyscript/pyscript
6
merged
1
open
1
closed
- GitHub Actions: Test on current Node.js
- Remove execute bit from .css and .html files
- GETTING-STARTED: Dedentation is no longer required
- pre-commit: Try to autofix yaml BEFORE checking it
- pre-commit: Add codespell and other checks
- Upgrade GitHub Actions
- interpreter.ts: Typo functions
- GETTING-STARTED.md: Fix typo
jjjake/internetarchive
3
open
3
merged
codeinthehole/purl
3
open
CMUSTRUDEL/toxicity-detector
2
merged
litl/backoff
2
open
oduwsdl/ipwb
1
open
nodejs/node-gyp
1
open
jamesturk/django-honeypot
1
open
django/django-localflavor
1
open
davidlatwe/montydb
1
merged
nodejs/gyp-next
1
merged
dchevell/sourcepy
1
open
django-tenants/django-tenants
1
merged
motioneye-project/motioneye
1
merged
cclauss/Ten-lines-or-less
1
merged
Reviewed 15 pull requests in 6 repositories
pyscript/pyscript
10 pull requests
- pre-commit: Add codespell and other checks
-
Add
pre-commitconfig foreslint - Documentation infrastructure.
- CI Improvements; more focused runs and best practices
- Changed variable names to snake_case for PEP8 formatting
- Format Python code with black and isort
- fix misspelled logs
- Spelling correction
- Fix some typos in docs
- fix: typos
nodejs/gyp-next
1 pull request
jjjake/internetarchive
1 pull request
django-tenants/django-tenants
1 pull request
internetarchive/openlibrary
1 pull request
TheAlgorithms/Python
1 pull request
Created an issue in pyodide/pyodide that received 3 comments
platform.freedesktop_os_release() raises a JsException/PythonError
platform.freedesktop_os_release() raises a JsException/PythonError
To Reproduce import platform
platform.freedesktop_os_release()
-->
JsExcep…

