genpy

An AST for Python code generation, in Python

https://github.com/inducer/genpy

Science Score: 67.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
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

An AST for Python code generation, in Python

Basic Info
  • Host: GitHub
  • Owner: inducer
  • License: other
  • Language: Python
  • Default Branch: main
  • Size: 45.9 KB
Statistics
  • Stars: 30
  • Watchers: 3
  • Forks: 5
  • Open Issues: 1
  • Releases: 1
Created almost 10 years ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.rst

GenPy: An AST for Python
========================

.. image:: https://gitlab.tiker.net/inducer/genpy/badges/main/pipeline.svg
    :alt: Gitlab Build Status
    :target: https://gitlab.tiker.net/inducer/genpy/commits/main
.. image:: https://github.com/inducer/genpy/actions/workflows/ci.yml/badge.svg
    :alt: Github Build Status
    :target: https://github.com/inducer/genpy/actions/workflows/ci.yml
.. image:: https://badge.fury.io/py/genpy.svg
    :alt: Python Package Index Release Page
    :target: https://pypi.org/project/genpy/
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.6991526.svg
    :alt: Zenodo DOI for latest release
    :target: https://doi.org/10.5281/zenodo.6991526

genpy offers a simple abstract syntax tree for Python to allow structured code
generation from Python.

Places on the web related to genpy:

* `Python package index `_ (download releases)
* `Documentation `_ (read how things work)
* `Github `_ (get latest source code, file bugs)

genpy is licensed under the liberal `MIT license
`_ and free for commercial, academic,
and private use. All of genpy's dependencies can be automatically installed from
the package index after using::

    pip install genpy

Owner

  • Name: Andreas Klöckner
  • Login: inducer
  • Kind: user
  • Location: Champaign, IL
  • Company: Scientific Computing, CS@UIUC

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Kloeckner"
  given-names: "Andreas"
  orcid: "https://orcid.org/0000-0003-1228-519X"
- family-names: "Wala"
  given-names: "Matt"
- family-names: "Heavey"
  given-names: "Kevin"

title: "genpy"
version: 2022.1
doi: 10.5281/zenodo.6991527
date-released: 2022-08-14
url: "https://github.com/inducer/genpy"
license: MIT

GitHub Events

Total
  • Watch event: 3
  • Delete event: 3
  • Issue comment event: 1
  • Push event: 6
  • Pull request review event: 1
  • Pull request review comment event: 1
  • Pull request event: 10
  • Create event: 3
Last Year
  • Watch event: 3
  • Delete event: 3
  • Issue comment event: 1
  • Push event: 6
  • Pull request review event: 1
  • Pull request review comment event: 1
  • Pull request event: 10
  • Create event: 3

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 3
  • Total pull requests: 14
  • Average time to close issues: 1 day
  • Average time to close pull requests: about 3 hours
  • Total issue authors: 3
  • Total pull request authors: 5
  • Average comments per issue: 1.67
  • Average comments per pull request: 0.5
  • Merged pull requests: 14
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 1
  • Pull requests: 4
  • Average time to close issues: about 22 hours
  • Average time to close pull requests: about 3 hours
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 2.0
  • Average comments per pull request: 0.5
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 2
Top Authors
Issue Authors
  • igitur (1)
  • nilesh-hampi (1)
  • omiday (1)
Pull Request Authors
  • inducer (10)
  • alexfikl (7)
  • dependabot[bot] (4)
  • mattwala (1)
  • kevinheavey (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (4)

Packages

  • Total packages: 2
  • Total downloads:
    • pypi 10,672 last-month
  • Total docker downloads: 35,667,681
  • Total dependent packages: 10
    (may contain duplicates)
  • Total dependent repositories: 303
    (may contain duplicates)
  • Total versions: 9
  • Total maintainers: 1
pypi.org: genpy

AST-based generation of Python source code

  • Versions: 6
  • Dependent Packages: 9
  • Dependent Repositories: 303
  • Downloads: 10,672 Last month
  • Docker Downloads: 35,667,681
Rankings
Docker downloads count: 0.5%
Dependent repos count: 0.8%
Average: 1.6%
Dependent packages count: 1.6%
Downloads: 3.4%
Maintainers (1)
Last synced: 6 months ago
conda-forge.org: genpy
  • Versions: 3
  • Dependent Packages: 1
  • Dependent Repositories: 0
Rankings
Dependent packages count: 28.8%
Dependent repos count: 34.0%
Average: 39.9%
Stargazers count: 47.3%
Forks count: 49.6%
Last synced: 6 months ago

Dependencies

setup.py pypi
  • numpy >=1.6
  • pytools >=2015.1.2
.github/workflows/autopush.yml actions
  • actions/checkout v3 composite
.github/workflows/ci.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite