pnhofmann

Results 183 comments of pnhofmann

Hi! > Add pyproject.toml and poetry.lock file for dependency management Actually don't see any advantages for these files - but honestly don't really know much about Python Poetry. So that...

Both is fine, but I would prefer --> ``init()`` (without underscores !).

Like a marketplace ;). Like this idea. I'd also have no problem with plugins in this repo, which are disabled by default. But I agree, for highly specific plugins a...

> git submodule would work just fine. OK, need to rollback from this spontaneous idea ;). Didn't think this through: Git submodule means, this repo is added to git history...

> How does this project look upon using separate packages such as Beautifulsoup? We have zero problem with python-only libraries dependencies. We currently even use Beautifulsoup for some modules (e.g....

Hi! Hmm, tricky... This data from PokeAPI is from original Pokemon Games and therefore Copyright protected. According to https://github.com/veekun/pokedex: > This repository includes data extracted from the Pokémon series of...

Hi, finally I'm back (had lots of work to do). Maybe this would be a candidate for #801 ?

Probably bs4 better than selenium, because selenium is a bit tricky to ensure to really work on all systems ;). Web Scrapping - always a bit tricky. Just make sure,...