Highlights
- Pro
Block or Report
Block or report graingert
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
python-clamd Public
Clamd is a python interface to Clamd (Clamav daemon). By using Clamd, you can add virus detection capabilities to your python software in an efficient and easy way.
-
-
-
django-static-libs Public
A set of static libraries packaged in handy django apps to speed up new applications and reduce duplicaiton.
-
sslstrip Public
Forked from moxie0/sslstrip
A tool for exploiting Moxie Marlinspike's SSL "stripping" attack.
764 contributions in the last year
Activity overview
Contribution activity
March 2023
Created 19 commits in 4 repositories
Created 2 repositories
- graingert/dask-sphinx-theme Python
- graingert/wheel Python
Created a pull request in dask/distributed that received 49 comments
Use declarative setuptools
mostly built by running pipx run setup-py-upgrade .
and pipx run versioneer install --no-vendor
with some manual tweaks
related to #7622
Tests ad…
Opened 20 other pull requests in 4 repositories
dask/distributed
5
merged
3
closed
1
open
- Upgrade readthedocs config to ubuntu 22.04 and Python 3.11
- just a test build to demonstrate removing "--channel conda-forge"
- only set log config on root logger
- unignore sphinx ref.python
- use a subprocess in test_logging_default to avoid double logging in s…
- Configure sphinx warnings as errors
- fix unexpected indentation in Client.cancel docstring
-
Avoid
bool
object has no attributeclose
in@gen_cluster
- replace psutil suspend with BlockedGatherDep in test_failing_worker_w…
dask/dask
5
merged
1
open
dask/dask-sphinx-theme
3
merged
pypa/wheel
1
closed
1
merged
Reviewed 16 pull requests in 4 repositories
dask/distributed
8 pull requests
- Use declarative setuptools
- unignore sphinx ref.python
- Tell workers when their peers have left (so they don't hang fetching data from them)
- Exclude comm handshake from connect timeout
- Configure sphinx warnings as errors
- Enhanced thread-safety in zict.File
- Ignore pkg_resources DeprecationWarning for mindeps
- Fix undefined async_wait_for -> async_poll_for
dask/dask
6 pull requests
dask/dask-sphinx-theme
1 pull request
python/cpython
1 pull request
Created an issue in pypa/packaging.python.org that received 2 comments
stop recommending deprecated pkg_resources namespace packages
The recommendations here are now outdated because plg_resources is deprecated: https://packaging.python.org/en/latest/guides/packaging-namespace-pa…