ibis

A template engine for people who enjoy the simpler things in life.

https://github.com/dmulholl/ibis

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 (3.6%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

A template engine for people who enjoy the simpler things in life.

Basic Info
Statistics
  • Stars: 21
  • Watchers: 5
  • Forks: 2
  • Open Issues: 3
  • Releases: 0
Created almost 12 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

readme.md

Ibis

Ibis is a lightweight template engine for Python.

Sample syntax:

<ul>
    {% for post in posts %}
        <li><a href="{{ post.url }}">{{ post.title }}</a></li>
    {% endfor %}
</ul>

Features:

  • Django/Jinja-style syntax.
  • Supports looping, conditionals, filters, template inheritance.
  • Extensible. Easily add custom template tags and filters.
  • Self-contained, no dependencies.
  • Public domain code.

See the documentation for details.

Owner

  • Name: Darren Mulholland
  • Login: dmulholl
  • Kind: user
  • Location: Ireland
  • Company: Vay

GitHub Events

Total
  • Issues event: 1
  • Watch event: 2
  • Push event: 2
Last Year
  • Issues event: 1
  • Watch event: 2
  • Push event: 2

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 163
  • Total Committers: 4
  • Avg Commits per committer: 40.75
  • Development Distribution Score (DDS): 0.362
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Darren Mulholland d****l@t****e 104
Darren Mulholland d****n@m****z 29
Darren Mulholland d****d@o****e 29
oTree-org o****g 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 21
  • Total pull requests: 2
  • Average time to close issues: 10 days
  • Average time to close pull requests: 2 days
  • Total issue authors: 6
  • Total pull request authors: 1
  • Average comments per issue: 2.57
  • Average comments per pull request: 1.5
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • oTree-org (14)
  • umanamente (2)
  • pannal (2)
  • joelthelion (1)
  • acockburn (1)
  • gvwilson (1)
Pull Request Authors
  • oTree-org (2)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 8,831 last-month
  • Total dependent packages: 7
  • Total dependent repositories: 11
  • Total versions: 32
  • Total maintainers: 1
pypi.org: ibis

A template engine for people who enjoy the simpler things in life.

  • Versions: 32
  • Dependent Packages: 7
  • Dependent Repositories: 11
  • Downloads: 8,831 Last month
Rankings
Dependent packages count: 1.9%
Dependent repos count: 4.4%
Downloads: 6.4%
Average: 11.4%
Stargazers count: 14.5%
Forks count: 29.8%
Maintainers (1)
Last synced: 11 months ago

Dependencies

setup.py pypi