- Germany
- 20:15
(UTC +01:00) - @15r10nk
- @15r10nk@fosstodon.org
- https://discord.com/users/930601646168367105
- in/15r10nk
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
deftest_addition()assert5+5==snapshot()
and to change the snapshot tosnapshot(10) when you runpytest --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 usePEP 690 like lazy-imports enabled per package/library.The implementation is based on AST rewriting and can be used for python 3.8+.
Sponsoring allows me to invest more time in my open source projects.
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.
pandas integration forinline-snapshot.
deftest_assert_equal():df=DataFrame({"col0": [1,2]})assert_frame_equal(df,snapshot(DataFrame([{"col0":1}, {"col0":2}])))
I'm also collecting stars ✨, and your support by starring my projects would be awesome 🤩
PinnedLoading
- inline-snapshot
inline-snapshot Publicinline-snapshot boosts efficiency when writing tests by generating code with the expected values and simplifies snapshot tests with pytest.
- pysource-minimize
pysource-minimize Publicminimize python source code to find bugs more easily
- pysource-codegen
pysource-codegen Publicgenerate random python code to test linter/formatter/and other tools
- canonical-imports
canonical-imports Publiccanonical-imports follows your imports and finds out where the things you are importing are actually defined
Python 16
- lazy-imports-lite
lazy-imports-lite Publiclazy-imports-lite changes the semantics of python imports and defers the import until it is used the first time like in PEP 690
Python 23
If the problem persists, check theGitHub status page orcontact support.
Uh oh!
There was an error while loading.Please reload this page.



