Ecosyste.ms sponsors
An open API service aggregating public data about GitHub Sponsors.
An open API service aggregating public data about GitHub Sponsors.
@PSF fellow, @python core developer. Eng at @fal-ai (we are hiring!).
Funding Links: https://github.com/sponsors/isidentical
F/OSS
I am actively involved in multiple F/OSS projects either as a maintainer,
or as a regular contributor.
Python
Many of my work revolves around the Python language and its reference implementation, CPython. I specialize in the parser and the compiler plus some of the standard library modules.
Some of the features I've worked on include:
Fine-grained tracebacks (PEP 657)
ast.unparse
Generics in standard collections (PEP 585)
I've also contributed to the Python 3.8 release of PyPy (a faster Python implementation), and currently working on RPython (framework which PyPy is written in) JIT optimizations .
Developer Tooling
As a person who is really passionate about boosting developer productivity and improving the overall software development experience, I maintain the following projects:
ast module. It is the primary interface for many projects which need to do static analysis, or deal with source code in any way.
Black project. By the number of stars and the number of downloads, it is the #1 code formatter in the Python ecosystem. Mainly specialize in the new backtracking parser, e.g. support for 3.10.
Refactor, framework. Helping people to easily build source code formatters that leverage the existing code to write simple, fragmental refactoring rules.
Parso, library. Most used 3rd party python parser / CST framework.
Reiz project. Structural source code search framework / engine.
Teyit formatter. Unittest assertion analyzer and fixer.
PyASDL. A Python implementation of the ASDL format.
Cloud Filesystems
I am also one of the core members of the fsspec. With both working on the core spec as well as the implementation of some popular platforms (s3fs, gcsfs, adlfs, sshfs).
Recaps
🕐 2021 recap.
Table View
Activity
Contributing Since
Project Status
CPython
Core Developer
2018
Parso
Maintainer
2019
Refactor
Maintainer
2021
fsspec
Maintainer
2021
Black
Maintainer
2020
Reiz
Maintainer
2021
s3fs gcsfs adlfs sshfs
Maintainer
2021
Teyit
Maintainer
2020
PyPy
Contributor
2021
Unimport
(Inactive)Maintainer
2019-2021
The Python programming language
Language: Python - Stars: 63676AST-based fragmental source code refactoring toolkit for Python
Language: Python - Stars: 439A Python Parser
Language: Python - Stars: 618Structural Source Code Search Engine
Language: Python - Stars: 44A specification that python filesystems should adhere to.
Language: Python - Stars: 1045The uncompromising Python code formatter
Language: Python - Stars: 39222