Metadata-Version: 2.1
Name: fps-helloworld
Version: 0.0.2
Summary: A plugin demo for FPS
Home-page: https://github.com/adriendelsalle/fps
Author: Adrien DELSALLE
Author-email: adrien.delsalle@quantstack.net
License: UNKNOWN
Keywords: server,fastapi,pluggy,plugins
Platform: Windows
Platform: Linux
Platform: Mac OS X
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: fps

# FPS Hello World!

This is a simple example of to create a plugin for [fps](https://github.com/adriendelsalle/fps).

Just create a fresh environment with `python`, then:

- install `fps-helloworld` with `pip` by running `pip install fps-helloworld`
- run `fps` or `helloworld` command


