summaryrefslogtreecommitdiff
path: root/requirements
Commit message (Collapse)AuthorAgeFilesLines
* Add recent changes to changelogpgjones2023-04-022-13/+9
| | | | | This requires supporting sphinx-issues to match the Pallets practice of adding the pr/issue number in the changelog.
* Add an initial set of type hintspgjones2023-04-022-0/+14
| | | | | | | These focus on the public API with the private aspect omitted. This is because these are hard to type, and may not be required with modern python. However, this should still be useful if adopted for code that uses blinker.
* Add a send_async method to the Signalpgjones2023-01-242-2/+9
| | | | | | | | | | This allows for signals to send to coroutine receivers by awaiting them. The _async_wrapper and _sync_wrapper allows for conversion of sync and async receivers as required if defined. If not defined a runtime error is raised. The wrappers are used to avoid any direct tie into asyncio, trio, greenbacks, asgiref, or other specific async implementation.
* Move requirements filesBartek Sokorski2023-01-226-0/+166