Skip to content

Need help testing the lib on multiple platforms. #2

@THEGOLDENPRO

Description

@THEGOLDENPRO

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?

  1. Install the lib from pypi with pip:
pip install fastapi-tailwind

If that is successful, you have two options:

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-tailwind
cd examples/hello-world-app
fastapi dev

If this all runs that means it's all working so let me know.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions