dtsong / sleeper-api-wrapper

A Python API wrapper for Sleeper's API: https://docs.sleeper.app/
MIT License
61 stars 21 forks source link

Update to version 1.1.0 #54

Closed wfordh closed 5 months ago

wfordh commented 7 months ago

Summary

I wanted to get this out there even though there's still work to be done. I'd like to get a new release out there with some of the updates around typing and documentation, and also so that hopefully the PyPI page for the package points to the correct repo. Not totally sure how that will work, though. We also should switch to pyproject.toml since it's the new standard for Python packages and not setup.py.

I bumped it to 1.1.0 from 1.0.7 since it felt like switching the PyPI connection and formally swapping the ownership with that step felt like a minor bump instead of just a patch. We could also switch to dated versions, ie v2023.11.16.

To Do

Probably not for this version but could add stuff like linting or formatting to the pyproject.toml file in the future.

Resources

wfordh commented 5 months ago

@dtsong I switched it over to building with Poetry and added the group email. I ran poetry build and it was successful. I was also able to upload to Test PyPI, though I haven't tried to install from there. Overall I'm pretty sure we can go ahead and publish to PyPI and officially have a new version!