
konsti
@konstinx
Followers
246
Following
2K
Media
35
Statuses
418
you can solve sudokus in python packaging. not python code, python packaging. [project].name = "sudoku".version = "1.0.0".dependencies = [. "sudoku_3_1 == 2",. "sudoku_5_7 == 6",. "sudoku_0_7 == 5". ].
github.com
Sudoku solving in python packaging. Contribute to konstin/sudoku-in-python-packaging development by creating an account on GitHub.
10
76
523
RT @astral_sh: Announcing the Astral OSS Fund. We're giving > $3,000 per Astral team member per year to open source projects, maintainers,….
astral.sh
Astral is creating a fund to support open source projects and maintainers.
0
17
0
RT @charliermarsh: But our goal is to evolve uv into a "Cargo for Python": a comprehensive project and package manager that's fast, reliabl….
0
12
0
RT @astral_sh: Announcing uv: an extremely fast Python package installer and resolver, written in Rust. uv is designed as a drop-in replac….
astral.sh
uv is an extremely fast Python package installer and resolver, designed as a drop-in alternative to pip and pip-tools.
0
31
0
I've started a company, Astral, to continue building high-performance developer tools for the Python ecosystem. We're going to keep building Ruff, and build more Ruff-like things. We've raised a seed round led by @Accel. I'm extremely excited :).
1
0
1
how does it work? internally, it looks for pyproject.toml or requirements.txt, if required calls a vendored poetry to resolve dependencies, installs each packages in a separate directory, downloads missing python binaries (thanks to @indygreg's great python-build-standalone),.
1
0
0
There's either a single standalone binary to download ( or a pip installable package (`pipx install monotrail`), depending on how you want to run it.
github.com
Install monotrail 0.2.0 Install prebuilt binaries via shell script curl --proto '=https' --tlsv1.2 -LsSf https://github.com/konstin/poc-monotrail/releases/download/v0.2.0/monotrail-installe...
1
0
0
i've made a proof of concept for using python packages without virtualenv, or really any explicit installing at all: no virtualenv/pip/pyenv/conda, just ´monotrail run python` and it will set everything up.
github.com
Proof Of Concept for python package management without virtualenvs - konstin/poc-monotrail
1
4
15
Thanks to Michael Heinzinger, @thesteinegger, Burkhard Rost and all of @rostlab for making this project possible.
1
0
3