Code Monkey home page Code Monkey logo

inline-snapshot-pandas's Introduction

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

inline-snapshot-pandas's People

Contributors

15r10nk avatar pre-commit-ci[bot] avatar

Watchers

 avatar  avatar

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.