template_python
A template repository that Python projects can inherit from to ensure tooling consistency
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
Keywords
Repository
A template repository that Python projects can inherit from to ensure tooling consistency
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
- Releases: 0
Topics
Metadata Files
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
- Website: https://code.visualstudio.com/
- File(s):
- Development Containers: .devcontainer/
Development Containers
- File: .devcontainer/devcontainer.json
- Documentation: https://containers.dev/implementors/json_reference
- Base image: python:3.10-bookworm
- Extensions:
Base Template
All
template_basetooling is supported
- Documentation: https://github.com/NicholasSynovic/template_base
.gitignore
- File: .gitignore
- Documentation: https://git-scm.com/docs/gitignore
requirements.txt
- File: requirements.txt
- Documentation: https://pip.pypa.io/en/stable/reference/requirements-file-format/
- Packages:
Poetry
- File: pyproject.toml
- Documentation: https://python-poetry.org/
Pre-Commit
Modifies and extends original
template_base
- Website: https://pre-commit.com/
- File: .pre-commit-config.yaml
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
- Website: https://nicholassynovic.github.io/
- Repositories: 89
- Profile: https://github.com/NicholasSynovic
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: 18
Last Year
- Push event: 18
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 2
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total 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
Past Year
- Issues: 2
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 2
- 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
- NicholasSynovic (1)
- gkthiruvathukal (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- python 3.10-bookworm build
- python ^3.10
- poetry *
- sphinx *
- actions/checkout v4 composite
- actions/setup-python v5 composite
- softprops/action-gh-release v2 composite
- actions/checkout v4 composite
- actions/configure-pages v5 composite
- actions/deploy-pages v4 composite
- actions/jekyll-build-pages v1 composite
- actions/upload-pages-artifact v3 composite
- actions/checkout v4 composite
- actions/setup-python v5 composite