tiangolo / sqlmodel

SQL databases in Python, designed for simplicity, compatibility, and robustness.
https://sqlmodel.tiangolo.com/
MIT License
13.7k stars 616 forks source link

Conda Forge #418

Closed thewchan closed 1 year ago

thewchan commented 1 year ago

Hello! I have successfully put this package on to Conda Forge, and I have extending the invitation for the owner/maintainers of this package to be maintainers on Conda Forge as well. Let me know if you are interested! Thanks. https://github.com/conda-forge/sqlmodel-feedstock

tiangolo commented 1 year ago

Thanks! Yes, absolutely, although I can't ensure I'll be able to commit a lot to it, but I would like to be part of that. What should I do?

thewchan commented 1 year ago

@tiangolo Very little work is needed from maintainers since new updates are generated by bots as updates are pushed to PyPI upstream. Maintainers are notified and they can merge them, esp when all tests pass. If tests don't pass it usually we (maintainers) need to go in and update the yaml recipe, it's quite self explanatory but I can take the lead on that.

tiangolo commented 1 year ago

Great, thanks! :rocket: