Science Score: 26.0%

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

  • 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.9%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: mscroggs
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 71.3 KB
Statistics
  • Stars: 6
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 13
Created about 4 years ago · Last pushed about 2 years ago
Metadata Files
Readme Changelog License Codemeta

README.md

pyfax

pyfax is a Python library that can be used to generate teletext tti files. These files can be used by vbit2 to generate teletext feeds.

Documentation

Documentation status

Documentation of pyfax can be found on Read the Docs.

Installation

PyPI

The latest release of pyfax can be installed by running:

bash pip3 install pyfax

Alternatively, it can be installed by cloning this repo then running:

bash pip3 install .

Testing & coverage

🕶️ 🧪 Coverage Status

Owner

  • Name: Matthew Scroggs
  • Login: mscroggs
  • Kind: user
  • Location: King's Lynn

CodeMeta (codemeta.json)

{
  "@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
  "@type": "Code",
  "author": [
    {
      "@id": "0000-0002-4658-2443",
      "@type": "Person",
      "email": "mws48@cam.ac.uk",
      "name": "Matthew Scroggs"
    }
  ],
  "identifier": "",
  "codeRepository": "https://github.com/mscroggs/pyfax",
  "datePublished": "2022-06-10",
  "dateModified": "2024-02-06",
  "dateCreated": "2022-06-10",
  "description": "A Python library for generating teletext tti files",
  "keywords": "Python, CEEFAX, teletext, vbit2",
  "license": "MIT",
  "title": "pyfax",
  "version": "2024.2.8"
}

GitHub Events

Total
  • Watch event: 1
  • Fork event: 1
Last Year
  • Watch event: 1
  • Fork event: 1

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 0
  • Total pull requests: 15
  • Average time to close issues: N/A
  • Average time to close pull requests: 6 minutes
  • Total issue authors: 0
  • Total pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 12
  • Bot issues: 0
  • Bot pull requests: 6
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • github-actions[bot] (12)
  • emffaxbot (6)
  • mscroggs (3)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 46 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 8
  • Total maintainers: 1
pypi.org: pyfax

a Python library for generating teletext tti files

  • Versions: 8
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 46 Last month
Rankings
Dependent packages count: 10.1%
Dependent repos count: 21.6%
Stargazers count: 25.0%
Average: 29.0%
Forks count: 29.8%
Downloads: 58.5%
Maintainers (1)
Last synced: 10 months ago

Dependencies

docs/requirements.txt pypi
  • sphinx-autoapi *
.github/workflows/coveralls.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
.github/workflows/run-tests.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
.github/workflows/style-checks.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
.github/workflows/test-packages.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
.github/workflows/version.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
  • pypa/gh-action-pypi-publish release/v1 composite
pyproject.toml pypi
  • feedparser *
  • requests *