2025-02-13 14:01:51 -05:00
2025-02-13 14:01:51 -05:00
2025-02-13 14:01:51 -05:00
2025-02-10 13:13:03 -05:00
2024-10-29 10:53:46 -04:00
2025-02-12 12:48:19 -05:00
2024-10-29 10:53:46 -04:00
2025-02-12 09:20:38 -05:00
2025-02-06 13:33:06 -05:00
2025-02-12 12:48:19 -05:00
2024-10-29 10:53:46 -04:00
2025-02-10 13:13:03 -05:00
2025-02-11 16:13:46 -05:00
2025-02-10 13:13:03 -05:00
2024-12-19 15:00:38 -05:00

Pyrite

A naturally occurring iron disulfide mineral. The name comes from the Greek word pyr, “fire,” because pyrite emits sparks when struck by metal. Pyrite is called fool's gold; to the novice its colour is deceptively similar to that of a gold nugget.

Requirements

Python 3.12+ Python packages: fastapi uvicorn[standard] httpx jinja2 asyncpg tinytag

Install

$ psql
postgres=# CREATE DATABASE "pyrite";
postgres=# CREATE USER "pyrite" WITH PASSWORD 'password';
postgres=# GRANT ALL PRIVILEGES ON DATABASE "pyrite" TO "pyrite";
postgres=# \q
  1. Get on the floor
  2. Walk the dinosaur

Usage

uvicorn pyrite:app --host localhost --port 5650

Description
Fool's gold
Readme ISC 285 KiB
Languages
Python 46.4%
JavaScript 32.6%
HTML 15%
CSS 6%