Metadata-Version: 2.4
Name: funfedi_connect
Version: 0.1.4
Project-URL: repository, https://codeberg.org/funfedidev/funfedi_connect
Project-URL: documentation, https://funfedidev.codeberg.page/funfedi_connect/
Requires-Python: >=3.11
Requires-Dist: allure-behave>=2.15.2
Requires-Dist: behave-auto-docstring>=0.1.2
Requires-Dist: click>=8.3.1
Requires-Dist: fediverse-pasture>=0.2.25
Requires-Dist: jsonschema>=4.25.1
Description-Content-Type: text/markdown

# funfedi_connect

FunFedi connect represents an unified query and verify code
for the Fediverse applications provided on 
[containers.funfedi.dev](https://containers.funfedi.dev/).

## Development

One can run the unit tests via

```bash
uv run pytest
```

### Behave

Start the container with

```bash
docker compose up --wait
docker compose exec pasture-one-actor /bin/sh
```

then run the behave tests with

```bash
FEDI_APP=name behave
```

the app `name` must be running from the funfedi.dev containers.
