add py.typed marker

master
halcy 2024-02-11 22:38:14 +02:00
rodzic 7d097a9606
commit c4e0a40a78
3 zmienionych plików z 7 dodań i 5 usunięć

Wyświetl plik

@ -12,6 +12,7 @@ v2.0.0 (IN PROGRESS)
* Improved docstring for visibility (Thanks @ashwinvis)
* Added `offset` parameter to `trending_statuses` (Thanks @Teqed)
* We're now using space age technology (pyproject.toml - thanks @codl)
* Add py.typed marker (Thanks @ZeeD for the suggestion)
v1.8.1
------

11
TODO.md
Wyświetl plik

@ -4,14 +4,15 @@ Refer to mastodon changelog and API docs for details when implementing, add or m
4.0.0 and beyond
----------------
? ? ? ?
* [ ] Document all the endpoints we need to add
General improvements that would be good to do before doing another release
--------------------------------------------------------------------------
* [x] Split mastodon.py into parts in some way that makes sense, it's getting very unwieldy
* [x] Fix the CI
* [x] Fix the CI (forever task)
* [ ] Get test coverage like, real high
* [x] Add all those streaming events??
* [ ] Document return values (skipping this for a bit to then do it at the end with tooling)
* [ ] Do this with models properly, that would be cool as heck
* [ ] Add links to mastodon docs to entities and endpoints
* [x] Document return values (skipping this for a bit to then do it at the end with tooling)
* [x] Do this with models properly, that would be cool as heck
* [x] Add links to mastodon docs to entities and endpoints
* [ ] Also add links to tests to the docstrings so people can see usage examples

Wyświetl plik