Giter VIP home page Giter VIP logo

About me 👋

I'm a software developer. My goal with my opensource work is to help other people to develop better software faster.

My main projects are:

Allows you to write

def test_addition()
    assert 5+5==snapshot()

and to change the snapshot to snapshot(10) when you run pytest --inline-snapshot=create

Helps you to find bugs by minimizing python source files to the minimal amount of code which is necessary to reproduce the bug

Generates random python code, which is useful to test linter, formatter or other tools which work with python code.

Codecrumbs can be used to refactor code across space 🚀 and time ⏰. The idea is to annotate your python code with decorators which describe deprecations. These refactoring can then be applied by some one else in some other project which uses your library.

lazy-imports-lite allows you to use PEP 690 like lazy-imports enabled per package/library. The implementation is based on AST rewriting and can be used for python 3.8+.

Sponsors ❤️

Sponsoring allows me to invest more time in my open source projects. I have currently one insider project which I want to release when I reach 10 sponsors.

Managing imports is difficult when the project grows in size. Functions and classes gets moved or renamed. canonical-imports follows your imports and finds out where the things you are importing are actually defined. It can change your imports which makes your code cleaner and maybe even faster.

Stars

I'm collecting stars ✨, and your support by starring my projects would be awesome 🤩

Star History Chart

Frank Hoffmann's Projects

black icon black

The uncompromising Python code formatter

canonical-imports icon canonical-imports

canonical-imports follows your imports and finds out where the things you are importing are actually defined

codecrumbs icon codecrumbs

deprecate and refactor code across library boundaries

executing icon executing

Get information about what a Python frame is currently doing, particularly the AST node being executed

first-shell icon first-shell

This shell is for you if your child likes typing on your keyboard.

griffe icon griffe

Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API.

lazy-imports-lite icon lazy-imports-lite

lazy-imports-lite changes the semantics of python imports and defers the import until it is used the first time like in PEP 690

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.