mrevutskyi / flask-restless-ng

A Flask extension for creating simple ReSTful JSON APIs from SQLAlchemy models.
https://flask-restless-ng.readthedocs.io
Other
64 stars 11 forks source link

Can you plublish this to pypi? #21

Closed reubano closed 3 years ago

reubano commented 3 years ago

Then we can pip install it.

https://packaging.python.org/tutorials/packaging-projects/

mrevutskyi commented 3 years ago

but it is already on pypi https://pypi.org/project/Flask-Restless-NG/

reubano commented 3 years ago

Ah ok. It didn't have pip install Flask-Restless-NG in the readme so I assumed It wasn't published.

mrevutskyi commented 3 years ago

Good point, I'll update the readme

reubano commented 3 years ago

Cool, thanks!