-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
I have released fastapi-tailwind on pypi with wheels for each platform and CPU arch just like tailwind releases it's binaries.
Now I need some people to do me a big favour and test the library on their platform.
Here's the list of platforms that need to be tested:
- Windows
- x86_64 (aka x64, amd64)
- Linux
- x86_64 (aka x64)
- arm64 (aka aarch64)
- x86_64 musl
- arm64 musl
- MacOS
- x86_64
- arm64
As of v2.0.0 we've implemented tests for all these platforms and they are all passing.
How to test?
- Install the lib from pypi with pip:
pip install fastapi-tailwindIf that is successful, you have two options:
- Use the instructions in the readme to quickly write up a FastAPI program: https://github.com/THEGOLDENPRO/fastapi-tailwind?tab=readme-ov-file#how-to-add
or
- Clone the repo then run the ready made examples (this might take a long while as it will also pull the binaries)
git clone https://github.com/THEGOLDENPRO/fastapi-tailwind
cd fastapi-tailwindcd examples/hello-world-app
fastapi devIf this all runs that means it's all working so let me know.
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed