-
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,531 contributions in the last year
Contribution activity
November 2021
Created 135 commits in 20 repositories
Created 21 repositories
- 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
- cclauss/PyWebIO Python
- cclauss/website HTML
- cclauss/b2-sdk-python Python
- cclauss/cookiecutter-hypermodern-python Python
Created a pull request in PyO3/maturin that received 4 comments
GitHub Actions test: Add Python 3.10
Related to #646 and Homebrew/homebrew-core#88864 https://pythoninsider.blogspot.com/2021/10/python-3100-is-available.html "3.10" must be quoted in …
Opened 50 other pull requests in 31 repositories
xlcnd/isbnlib
2
merged
3
closed
pywebio/PyWebIO
4
merged
benoitc/gunicorn
2
open
2
closed
insitro/redun
1
open
2
merged
isl-org/Open3D
1
open
2
merged
lux-org/lux
2
open
internetarchive/openlibrary
1
open
1
merged
jek/blinker
2
open
TheAlgorithms/Python
1
closed
1
merged
kevin1024/vcrpy
1
closed
1
merged
richpl/PyBasic
1
open
jmespath/jmespath.py
1
open
pytest-dev/nose2pytest
1
open
TophantTechnology/ARL
1
open
d2l-ai/d2l-zh
1
open
markokr/rarfile
1
open
Diaoul/subliminal
1
open
cenkalti/pyhtml
1
merged
Al1ex/CVE-2021-22205
1
closed
PyO3/maturin
1
merged
ThioJoe/YouTube-Spammer-Purge
1
closed
andy-landy/traceback_with_variables
1
open
internetarchive/infogami
1
open
koxudaxi/datamodel-code-generator
1
open
brettcannon/python-launcher
1
merged
Reviewed 38 pull requests in 12 repositories
TheAlgorithms/Python
26 pull requests
- [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
- [mypy] Annotate other/lru_cache and other/lfu_cache
- 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
-
[mypy] Fix type annotations in
data_structures/queue/circular_queue_linked_list.py - Typo
- Add stone unit of measuring weight
- Add blockchain/simple_blockchain.py
- Some pull request reviews not shown.
internetarchive/openlibrary
2 pull requests
TheAlgorithms/Go
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…