Étienne BERSAC

Results 377 comments of Étienne BERSAC

Does the wheel embed libev or do you still need to install libev4 ? does manylinux requires plateforme to ship libev ?

Actually, releasing one plateform at a time may help make a step further.

Just a note, we should ship a variant with statd enabled. I thinks of another wheel named `bjoern-statd`.

@jonashaag what is the release process as of now ? Do you push manually artefacts to PyPI ?

Ok, I found `make upload`. https://github.com/jonashaag/bjoern/blob/master/Makefile#L116-L117 Is it relevant ?

#178 added plumbing for wheels on Linux. But @jonashaag didn't published wheels yet on PyPI. Today, I also had a look at https://cibuildwheel.readthedocs.io/en/stable/setup/#github-actions which may improve the situation.

I had the same itch, but actually, it's easy to just use Clize API itself. ``` python def myrun(main): try: cli = Clize.get_cli(main) out = cli() if isinstance(out, str): print(out)...

Anyone wanting to promote a fork ? @vorillaz used github pages for the website thus it's not a big deal to create a new one. However, for the npm package,...