https://github.com/capjamesg/siml

A markup language for book indices.

https://github.com/capjamesg/siml

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.0%) to scientific vocabulary

Keywords

book-index indices markup-language
Last synced: 9 months ago · JSON representation

Repository

A markup language for book indices.

Basic Info
  • Host: GitHub
  • Owner: capjamesg
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 19.5 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
book-index indices markup-language
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License

README.md

test workflow

Structured Index Markup Language (SIML)

Structured Index Markup Language (SIML) describes a markup language for indices.

SIML is human readable and machine parsable, implementing a syntax based on real-world book indices.

I made this to learn more about parsing with the Lark parser.

The utility of this project may be limited, but it was a fun project to work on!

Installation

bash pip install git+https://github.com/capjamesg/siml

Syntax

The following syntaxes are available:

```

a term with a page number range and sub terms

term, page-page subterm, page subterm, page

a term with a single page number

term, page

a term with a page range

term, page-page

a term with a see also reference

term, page. See also: term ```

License

This project is licensed under an MIT license.

Owner

  • Name: James
  • Login: capjamesg
  • Kind: user
  • Location: Scotland
  • Company: @Roboflow

from words, wonder.

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 12
  • Total Committers: 2
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.083
Past Year
  • Commits: 12
  • Committers: 2
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.083
Top Committers
Name Email Commits
James 3****g 11
James j****g@j****g 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total 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
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
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/release.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/test.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/welcome.yml actions
  • actions/first-interaction v1.3.0 composite
requirements.txt pypi
  • lark *
setup.py pypi
  • lark *