emmett-framework / emmett

The web framework for inventors
BSD 3-Clause "New" or "Revised" License
1.06k stars 71 forks source link

Not found on pypi #250

Closed waghanza closed 4 years ago

waghanza commented 4 years ago

Hi,

According to README, I can install emett using pip

However, pip install emmett display me an error

Collecting emmett
  ERROR: Could not find a version that satisfies the requirement emmett (from versions: none)
ERROR: No matching distribution found for emmetthttps://pypi.org/project/emmett/

I can see that https://pypi.org/project/emmett/ has no package. Is there any reason this is not pushed on pypi ?

Regards,

gi0baro commented 4 years ago

Hi @waghanza, I’ve just updated the Readme removing the pip installation info, since at the moment Emmett is in alpha stage and no public alpha had been published yet. You can still install it directly from source if you like to run experiments with it.

More info regarding next release are available here https://github.com/emmett-framework/emmett/issues/194#issuecomment-557630152, and the actual released version of the framework (1.x series) is available on pypi under the name of weppy, see also the 1.x branch here or the weppy website.

waghanza commented 4 years ago

ok, so I will wait for 2.0 to achieve https://github.com/the-benchmarker/web-frameworks/issues/1931