Andreas Motl
6f9c11645a
CLI: Load from file or module. Add software tests and documentation.
...
Also, refactor to `responder.ext.cli`.
2025-01-18 22:22:36 +01:00
kennethreitz
827cc64988
CLI: Re-add command line interface (2024)
...
Install: pip install 'responder[cli]'
The CLI is an optional subsystem from now on.
2025-01-18 22:22:36 +01:00
Taoufik
a698eaaab3
GraphQL: Re-add extension and dependencies (2024)
2024-10-31 06:36:13 +01:00
Andreas Motl
3aa21eed08
OpenAPI: Refactor module to responder.ext.openapi
...
It has been `responder.ext.schema` before.
2024-10-30 23:45:55 +01:00
Andreas Motl
2741c74b90
OpenAPI: Make extension optional
...
Install with: pip install 'responder[openapi]'
2024-10-30 23:45:55 +01:00
Andreas Motl
aba96525ad
Dependencies: Migrate from WhiteNoise to ServeStatic
2024-10-30 23:21:23 +01:00
Andreas Motl
a5b6d36991
Sandbox: Enable mypy type checker
2024-10-30 23:12:11 +01:00
Andreas Motl
e4cff76fa6
Documentation: Unlock writing in Markdown, using Sphinx/MyST
2024-10-30 21:23:12 +01:00
Andreas Motl
f11ad7136d
Documentation: Add Sphinx extensions "copybutton" and "opengraph"
2024-10-30 21:23:12 +01:00
Andreas Motl
c32e8c7468
Documentation: Refactor Sphinx dependencies into setup.py
2024-10-30 20:42:10 +01:00
Andreas Motl
040f1a57e4
Dependencies: Remove aiofiles
...
Apparently, it is not used.
2024-10-28 16:36:46 +01:00
Andreas Motl
4ff73e9d0c
Sandbox: Bring back python setup.py publish subcommand
...
It has been removed too early.
2024-10-26 05:16:12 -04:00
Andreas Motl
68bbea0a55
CI: Validate on Python 3.6+
...
You never know how you possibly save someone's life with that.
2024-10-26 00:42:07 +02:00
Andreas Motl
413028b636
Tasks: Define sandbox tasks in pyproject.toml, using poethepoet
...
The fundamental commands to mostly use are:
- poe format
- poe check
2024-10-25 07:39:54 -04:00
Andreas Motl
3edf979a8c
Dependencies: Dissolve requirements-dev.txt
2024-10-25 07:39:54 -04:00
Andreas Motl
cd75deeb4e
Python: Verify support for Python 3.13
2024-10-24 18:36:05 +02:00
Tabot Kevin
27a9459f22
apistar: Replace use of apistar package with local API theme files
...
This has already been submitted by @tabotkevin with GH-480, but got lost
for whatever reason.
2024-10-24 18:19:03 +02:00
Andreas Motl
b3c7252197
Chore: Format code using Ruff, and fix linter errors ( #531 )
...
## About
- Add Ruff configuration to `pyproject.toml`, apply its formatter, and
satisfy its linter.
- Migrate pytest configuration to `pyproject.toml`.
2024-10-24 07:30:18 -04:00
Andreas Motl
398ac3343e
This and that: 20241024-02 ( #530 )
...
## About
After GH-529, another round of improvements submitted as a bundle.
## References
- GH-529
2024-10-23 21:04:03 -04:00
Andreas Motl
363af5338d
CI: Properly verify package on Python 3.10, 3.11, and 3.12
2024-10-24 02:27:32 +02:00
Andreas Motl
55430a4366
Dependencies: Separate runtime vs. test vs. development definitions
2024-10-24 02:27:32 +02:00
kennethreitz
bf43d9f202
Add graphene to required packages
2024-03-30 20:08:25 -04:00
kennethreitz
3285bd57c7
Update python_requires to >=3.11
2024-03-30 20:05:53 -04:00
kennethreitz
2ef9e133ad
Remove unused dependencies and update setup.py
2024-03-30 19:37:46 -04:00
taoufik07
3809eda2f2
Use uvicorn[standard]
2021-01-07 21:39:17 +01:00
Ryuuji Yoshimoto
b7c1684ab4
bump 0.11.7
2020-08-11 18:57:35 +09:00
Ryuuji Yoshimoto
16bd6ca266
bump uvicorn
2020-08-11 18:53:59 +09:00
taoufik07
9b8cf3a1b1
Bump uvicorn version to 0.11
2020-03-09 05:16:34 +01:00
taoufik07
2871a3c07f
starlette 0.13 and fix lifespan
2020-03-09 05:13:12 +01:00
taoufik
0855d1a378
Update requirements to support python3.8
2019-12-15 16:22:26 +01:00
taoufik
7f3177f662
v2.0.3
2019-10-22 10:41:34 +01:00
taoufik
1bdbea238e
Add a api.static_app and extend starlette's StaticFiles app
2019-08-31 01:38:00 +02:00
taoufik
d1db913c7d
Bump dependencies
2019-08-17 22:15:43 +02:00
taoufik
f3c9320837
ASGI 3 support
2019-08-05 15:33:56 +02:00
taoufik
a6955b5db5
Fix lifespan and bump starlette to 0.11.*
2019-04-29 23:09:48 +02:00
kennethreitz
712ec2410d
changes
2019-04-28 09:39:12 -04:00
Jonathan Beebe
63e338ed6f
Removed asgiref dependency
...
Replaced WsgiToAsgi (asgiref.wsgi) usage with WSGIMiddleware (starlette.middleware.wsgi) to fix breaking changes with asgiref 3.0.0.
2019-03-28 20:12:22 -07:00
Jan Vlčinský
0a9d819555
Merge branch 'master' into fix_uvloop_env_marker
2019-02-22 20:47:25 +01:00
Jan Vlcinsky
b31dfeefb7
Fix #313 incomplete environment marker for uvloop
2019-02-22 20:44:32 +01:00
taoufik07
5ed45634cb
Pin starlette to 0.10.* and update the lock file
2019-02-20 18:45:53 +01:00
taoufik07
86705d0c2f
Pin starlette to 0.10.5
2019-02-19 22:35:23 +01:00
taoufik07
d59c4333f2
starlette 0.10.*
2019-02-13 16:03:20 +01:00
taoufik07
49114f36ce
Update starlette>=0.10.2
2019-02-13 12:14:13 +01:00
kennethreitz
69eb843604
fixes
2019-01-12 06:57:28 -05:00
Tom Christie
9f0a568fa3
Resolve startup/shutdwown events
2019-01-09 12:42:15 +00:00
Sawood Alam
1113a9aa0d
Import lifespan as a middleware as per the change in starlette package
2018-11-30 11:52:43 -05:00
Tom Christie
69a300f21a
Use Starlette's run_in_threadpool
2018-11-15 10:38:05 +00:00
Mathew Sharff
b42ae0dfd7
Fixed a typo in setup.py: mainfest -> manifest
2018-11-12 21:33:12 -08:00
T.Kameyama
774db6bead
fix: license mismatch in setup.py
2018-10-25 18:52:00 +09:00
kennethreitz
aa12b24293
whitenoise
2018-10-24 08:34:06 -04:00