wyrmhort

Wyrmhort is a personal hobby expense tracker designed to help me manage and monitor my spending across various hobbies.

https://github.com/drachenpapa/wyrmhort

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Wyrmhort is a personal hobby expense tracker designed to help me manage and monitor my spending across various hobbies.

Basic Info
  • Host: GitHub
  • Owner: drachenpapa
  • License: mit
  • Language: TypeScript
  • Default Branch: main
  • Homepage: https://wyrmhort.web.app/
  • Size: 4.2 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created 11 months ago · Last pushed 6 months ago
Metadata Files
Readme Contributing License Code of conduct Citation Codeowners Security Support

README.md

Wyrmhort Logo
Wyrmhort

License Snyk Renovate

Wyrmhort is a personal hobby expense tracker designed to help me manage and monitor my spending across various hobbies.

Note: This is a personal project and is not intended for public use. The only accepted user accounts are mine, and the application is not designed to be scalable or secure for public use.

🚀 Tech Stack

🛠️ Backend
  • Language: Python
  • Framework: FastAPI · Uvicorn · Pydantic
  • Platform: Google Cloud (Cloud Run · Firebase Authentication · Firestore)
  • Testing & QA: pytest · flake8 · mypy
🎨 Frontend
  • Language: TypeScript
  • Framework: React · Vite
  • Platform: Google Cloud (Firebase Authentication · Firebase Hosting)
  • Testing & QA: ESLint · Vitest
⚙️ Tooling & Automation
  • Containerization: Docker
  • CI/CD: GitHub Actions
  • Dependency Management: Renovate
  • Security & Vulnerability Scanning: CodeQL · Dependabot Alerts · Snyk (SnykCode · Snyk Container · Snyk Open Source)

📄 License

Wyrmhort is licensed under the MIT License.

Owner

  • Name: Henning Steinberg
  • Login: drachenpapa
  • Kind: user
  • Location: Bremen, Germany
  • Company: Software Engineer @hmmh

Citation (CITATION.cff)

cff-version: 1.2.0
message: If you use Wyrmhort in your research, please cite it using the following metadata.
authors:
  - family-names: Steinberg
    given-names: Henning
title: "Wyrmhort"
version: 0.0.1
date-released: 2025-04-17
url: https://github.com/drachenpapa/wyrmhort
repository-code: https://github.com/drachenpapa/wyrmhort
license: MIT
keywords:
  - open source
  - GitHub
abstract: >
  Wyrmhort is a personal hobby expense tracker designed to help me manage and monitor my spending across various hobbies.

GitHub Events

Total
  • Issues event: 40
  • Delete event: 134
  • Issue comment event: 3
  • Push event: 365
  • Pull request review comment event: 17
  • Pull request review event: 29
  • Pull request event: 269
  • Create event: 145
Last Year
  • Issues event: 40
  • Delete event: 134
  • Issue comment event: 3
  • Push event: 365
  • Pull request review comment event: 17
  • Pull request review event: 29
  • Pull request event: 269
  • Create event: 145

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 20
  • Total pull requests: 144
  • Average time to close issues: 6 days
  • Average time to close pull requests: about 14 hours
  • Total issue authors: 2
  • Total pull request authors: 3
  • Average comments per issue: 0.05
  • Average comments per pull request: 0.01
  • Merged pull requests: 103
  • Bot issues: 3
  • Bot pull requests: 131
Past Year
  • Issues: 20
  • Pull requests: 144
  • Average time to close issues: 6 days
  • Average time to close pull requests: about 14 hours
  • Issue authors: 2
  • Pull request authors: 3
  • Average comments per issue: 0.05
  • Average comments per pull request: 0.01
  • Merged pull requests: 103
  • Bot issues: 3
  • Bot pull requests: 131
Top Authors
Issue Authors
  • drachenpapa (17)
  • renovate[bot] (3)
Pull Request Authors
  • renovate[bot] (131)
  • drachenpapa (12)
  • Copilot (1)
Top Labels
Issue Labels
enhancement (13) bug (4)
Pull Request Labels
dependencies (131) enhancement (1)

Dependencies

.github/workflows/generate-sbom.yml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
  • advanced-security/maven-dependency-submission-action v4 composite
  • advanced-security/sbom-generator-action v0.0.2 composite
.github/workflows/snyk-security.yml actions
  • actions/checkout v4 composite
  • github/codeql-action/upload-sarif v3 composite
  • snyk/actions/maven master composite
.github/workflows/unit-tests.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/validate-pr.yml actions
  • amannn/action-semantic-pull-request v5 composite
backend/Dockerfile docker
  • python 3.13-slim build
backend/requirements.txt pypi
  • fastapi *
  • firebase-admin *
  • httpx *
  • pytest *
  • python-dotenv *
  • uvicorn *