Dave Carlson · @beepcheck
1 followers · 326 posts · Server fosstodon.org

@mkennedy

halp!!

i previously used setup.py to create whl files to distribute directly and through pypi.

I've switched to pyproject.toml, first with poetry, now with setuptools. either way, the whl file that used to be 20kB is now 20MB!?! how do i build a whl file from a pyproject.toml file without including all the dependency libraries??

#python #pyproject #build

Last updated 1 year ago

Juan Luis · @astrojuanlu
1245 followers · 1684 posts · Server social.juanlu.space
David Lord :python: · @davidism
736 followers · 215 posts · Server mas.to

Flask and the other Pallets projects are all using `pyproject.toml` instead of `setup.py` and `setup.cfg`. Only MarkupSafe still has a `setup.py`, in order to configure the C speedups.

#pyproject #pythonflask #Python

Last updated 2 years ago

CodeRefinery · @coderefinery
75 followers · 42 posts · Server fosstodon.org

schedule update:

- soon: python code: .toml, ,
- xx:30: Panel discussion
- xx:50: Outro

#PythonForSciComp #packaging #pyproject #pip #pypi #python #teaching #livestream

Last updated 2 years ago

Paolo Melchiorre · @paulox
481 followers · 295 posts · Server fosstodon.org

TIL is an extremely fast 🐍 written in 🦀

ruff can be up to 150x faster than and supports file

I will definitely try it 👍

github.com/charliermarsh/ruff

#ruff #python #linter #rust #flake8 #pyproject #toml

Last updated 2 years ago