tool_whiteboardcoder

Tool to convert whiteboard code into executable code

https://github.com/nicholassynovic/tool_whiteboardcoder

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

Repository

Tool to convert whiteboard code into executable code

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing Funding License Code of conduct Citation Codeowners Security Support Governance

README.md

Python Template Repository

A template repository that Python projects can inherit from to ensure tooling consistency

Table of Contents

About

This is a template repository that is intended to be inherited by other template repositories to ensure consistent common tool deployment Python projects.

This will also support tooling from my template_base repository.

Additionally, while projects can leverage this template or its content, extending this template is encouraged

Supported Tooling

Visual Studio Code

Modifies and extends original template_base

Development Containers

Base Template

All template_base tooling is supported

.gitignore

requirements.txt

Poetry

Pre-Commit

Modifies and extends original template_base

Hooks

Encouraged Tooling

For API docs, please consider using one of the following:

Template Structure

Generated with File Tree Generator

shell 📦template_python ┣ 📂.devcontainer ┃ ┗ 📜devcontainer.json ┣ 📂.github ┃ ┣ 📂DISCUSSION_TEMPLATE ┃ ┃ ┣ 📜implementations.yml ┃ ┃ ┗ 📜requests.yml ┃ ┣ 📂ISSUE_TEMPLATE ┃ ┃ ┗ 📜bug-report.yml ┃ ┣ 📂workflows ┃ ┃ ┣ 📜jekyll-gh-pages.yml ┃ ┃ ┗ 📜pre-commit.yml ┃ ┣ 📜CODEOWNERS ┃ ┣ 📜CODE_OF_CONDUCT.md ┃ ┣ 📜CONTRIBUTING.md ┃ ┣ 📜FUNDING.yml ┃ ┣ 📜GOVERNANCE.md ┃ ┣ 📜SECURITY.md ┃ ┗ 📜SUPPORT.md ┣ 📂docs ┃ ┗ 📜.gitkeep ┣ 📂src ┃ ┣ 📜__init__.py ┃ ┗ 📜main.py ┣ 📜.gitignore ┣ 📜.isort.cfg ┣ 📜.markdownlint.json ┣ 📜.mdformat.toml ┣ 📜.pre-commit-config.yaml ┣ 📜.rad.json ┣ 📜CITATION.cff ┣ 📜Dockerfile ┣ 📜LICENSE ┣ 📜Makefile ┣ 📜README.md ┣ 📜README.md.bk ┣ 📜poetry.lock ┣ 📜pyproject.toml ┗ 📜requirements.txt

Owner

  • Name: Nicholas Synovic
  • Login: NicholasSynovic
  • Kind: user
  • Location: Chicago, IL

Loyola University Chicago Computer Science Student Expected Graduation: May 2022

Citation (CITATION.cff)

# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 days
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 1.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 1
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 days
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 1.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (1)

Dependencies

Dockerfile docker
  • python 3.10-bookworm build
poetry.lock pypi
  • accelerate 0.33.0
  • altair 5.4.1
  • attrs 24.2.0
  • blinker 1.8.2
  • cachetools 5.5.0
  • certifi 2024.7.4
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • filelock 3.15.4
  • fsspec 2024.6.1
  • gitdb 4.0.11
  • gitpython 3.1.43
  • huggingface-hub 0.24.6
  • idna 3.8
  • jinja2 3.1.4
  • jsonschema 4.23.0
  • jsonschema-specifications 2023.12.1
  • markdown-it-py 3.0.0
  • markupsafe 2.1.5
  • mdurl 0.1.2
  • mpmath 1.3.0
  • narwhals 1.5.5
  • networkx 3.3
  • numpy 1.26.4
  • nvidia-cublas-cu12 12.1.3.1
  • nvidia-cuda-cupti-cu12 12.1.105
  • nvidia-cuda-nvrtc-cu12 12.1.105
  • nvidia-cuda-runtime-cu12 12.1.105
  • nvidia-cudnn-cu12 9.1.0.70
  • nvidia-cufft-cu12 11.0.2.54
  • nvidia-curand-cu12 10.3.2.106
  • nvidia-cusolver-cu12 11.4.5.107
  • nvidia-cusparse-cu12 12.1.0.106
  • nvidia-nccl-cu12 2.20.5
  • nvidia-nvjitlink-cu12 12.6.68
  • nvidia-nvtx-cu12 12.1.105
  • packaging 24.1
  • pandas 2.2.2
  • pillow 10.4.0
  • protobuf 5.28.0
  • psutil 6.0.0
  • pyarrow 17.0.0
  • pydeck 0.9.1
  • pygments 2.18.0
  • python-dateutil 2.9.0.post0
  • pytz 2024.1
  • pyyaml 6.0.2
  • referencing 0.35.1
  • regex 2024.7.24
  • requests 2.32.3
  • rich 13.8.0
  • rpds-py 0.20.0
  • safetensors 0.4.4
  • sentencepiece 0.2.0
  • six 1.16.0
  • smmap 5.0.1
  • streamlit 1.38.0
  • sympy 1.13.2
  • tenacity 8.5.0
  • tokenizers 0.19.1
  • toml 0.10.2
  • torch 2.4.0
  • tornado 6.4.1
  • tqdm 4.66.5
  • transformers 4.44.2
  • triton 3.0.0
  • typing-extensions 4.12.2
  • tzdata 2024.1
  • urllib3 2.2.2
  • watchdog 4.0.2
pyproject.toml pypi
  • accelerate ^0.33.0
  • click ^8.1.7
  • pillow ^10.4.0
  • python ^3.10
  • sentencepiece ^0.2.0
  • streamlit ^1.38.0
  • transformers ^4.44.2
requirements.txt pypi
  • ninja *
  • packaging *
  • poetry *
  • sphinx *