-
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 Loading
-
-
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
Compare the version numbers of extra modules in Pythonista with PyPI
4,589 contributions in the last year
Contribution activity
November 2021
Created 206 commits in 30 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 5 repositories not shown
Created 29 repositories
- cclauss/aiofile Python
- cclauss/openfold Python
- cclauss/hataripy Python
- cclauss/red-python-scripts Python
- cclauss/discdb Python
- cclauss/wechatpy Python
- cclauss/statue Python
- cclauss/hyperlink Python
- cclauss/jmespath.py Python
- cclauss/nose2pytest Python
- cclauss/ARL Python
- cclauss/lux Python
- cclauss/redun Python
- cclauss/d2l-zh Python
- cclauss/rarfile Python
- cclauss/subliminal Python
- cclauss/pyhtml Python
- cclauss/CVE-2021-22205 Python
- cclauss/maturin Rust
- cclauss/YouTube-Spammer-Purge Python
- cclauss/traceback_with_variables Python
- cclauss/datamodel-code-generator Python
- cclauss/blinker Python
- cclauss/python-launcher Rust
- cclauss/tox Python
Created a pull request in internetarchive/openlibrary that received 10 comments
Add black, mypy, and pyupgrade to pre-commit
Subtask of #5843
% pre-commit run --all-files
make lint-diff...........................................................Passed
Check Yaml..........…
Opened 85 other pull requests in 43 repositories
internetarchive/openlibrary
4
closed
10
merged
1
open
- Pre-commit: Add end_of_file_fixer again
- Pre-commit: Add end_of_file_fixer
- Pre commit trailing whitespace
- Add pre-commit requirements-txt-fixer
- pre-commit: Run flake8-diff.sh outside of Docker
- Use from __future__ import annotations type hints
- Data dumps: chmod +x scripts/oldump.sh
- black --skip-string-normalization ./scripts ./tests *.py
- http2 for public facing nginx
- GitHub Action to run pre-commit
- Add codespell to pre-commit and setup.cfg
-
Slim down
scripts/flake8-diff.sh - Convert HTML header field names to lowercase for HTTP2
- DRAFT: Mypy: Run type hint checks on more files
-
Archive
scripts/20*andscripts/legacyto openlibrary-legacy-code
xlcnd/isbnlib
2
merged
3
closed
geekcomputers/Python
4
merged
wechatpy/wechatpy
1
closed
3
merged
pywebio/PyWebIO
4
merged
benoitc/gunicorn
2
open
2
closed
TheAlgorithms/Python
2
closed
1
merged
insitro/redun
3
merged
isl-org/Open3D
1
open
2
merged
internetarchive/infogami
2
open
qwertyquerty/pypresence
1
closed
1
merged
lux-org/lux
2
open
PyO3/maturin
2
merged
jek/blinker
2
open
kevin1024/vcrpy
1
closed
1
merged
mosquito/aiofile
1
open
aqlaboratory/openfold
1
merged
hatarilabs/hataripy
1
open
davidbombal/red-python-scripts
1
open
Hunter2807/discdb
1
open
ninja-build/ninja
1
merged
python/cherry-picker
1
merged
saroad2/statue
1
open
python-hyper/hyperlink
1
open
richpl/PyBasic
1
open
Reviewed 60 pull requests in 14 repositories
TheAlgorithms/Python
30 pull requests
- Adding Pooling Algorithms
- [Mypy] fix other/least_recently_used
- [mypy] Annotate other/lru_cache and other/lfu_cache
-
[mypy] Fix
matrix_operation.py - [mypy] Type annotations for searches directory
- [mypy] Type annotations for graphs directory
- edited strings/anagram.py
-
[mypy] Type annotations for
graphs/finding_bridges.pyandgraphs/random_graph_generator.py - ADD the algorithms of image augmentation
- Create Dijsktra.py
- [mypy] Fix type annotations for maths directory
- fix typo on line 126
- Improve Project Euler problem 203 solution 1
-
Fix
graphs/finding_bridges.pyalgorithm + doctests - Added 2 shapes in volume.py
- Improve Project Euler problem 014 solution 2
- Added a fibonacci algorithm which uses memoization
-
[mypy] Fix type annotations in
data_structures/binary_tree/red_black_tree.py - Improve Project Euler problem 014 solution 1
- Added reddit.py to get data from reddit
- Add all_construct dynamic programming implementation
- sock_merchant.py: Matching socks by color
- Replace Travis CI mentions with GitHub actions
- Fixed typo for codespell
- Uncomment doctest in Project Euler problem 009 solution 3
- Some pull request reviews not shown.
internetarchive/openlibrary
17 pull requests
- Make solr-updater --no-solr-next explicit
- run pyenv install in background for gitpod
- Add black, mypy, and pyupgrade to pre-commit
- pyupgrade + black+ codespell code for the entire repo
- add setup_gitpod.sh to prepare for pre-commit hooks
- Precommit hooks for gitpod
- Convert HTML header field names to lowercase for HTTP2
- Create Standard Ebooks import job
- fix #5852 reindex issue
- pyupgrade + black integrations tests
- Add codespell to pre-commit and setup.cfg
-
pyupgrade + black on
/scripts - fix pre-commit hook for flake8
-
pyupgrade + black on
/tests - added formating error created by black in flake8
- Add validation for api/import
- Update Git submodule protocol
TheAlgorithms/Go
2 pull requests
cclauss/pydantic-books-example
1 pull request
koxudaxi/datamodel-code-generator
1 pull request
isl-org/Open3D
1 pull request
Homebrew/homebrew-core
1 pull request
nodejs/gyp-next
1 pull request
RobotWebTools/rosbridge_suite
1 pull request
jek/blinker
1 pull request
pywebio/PyWebIO
1 pull request
kevin1024/vcrpy
1 pull request
kornia/kornia
1 pull request
cclauss/Personal-Digital-Assistant
1 pull request
Created an issue in xlcnd/isbnlib that received 1 comment
Nose is incompatible with Python >= 3.10
nose.tools.assert_equals() will raise an AttributeError on Python >= 3.10
#93 used https://pypi.org/project/nose2pytest to migrate to pytest.
https…