https://github.com/augustocristian/samples-python-template
Python project template
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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.1%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Python project template
Basic Info
- Host: GitHub
- Owner: augustocristian
- License: apache-2.0
- Language: Python
- Default Branch: main
- Size: 16.6 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed 11 months ago
Metadata Files
Readme
README.md
samples-python-template
Template project, includes:
- Configuration of a python project, following the guideliness of HitChhiker's book [^1]
- Aggregated test reports (pytest style)
- SonarCloud static test (includes coverage results)
- Publish the package/lib in PyPI’s (not yet available)
See the general contribution policies and guidelines for giis-uniovi at CONTRIBUTING.md.
[^1]:Reitz, K., & Schlusser, T. (2016). The Hitchhiker's guide to Python: best practices for development. " O'Reilly Media, Inc.".
Owner
- Name: Augusto
- Login: augustocristian
- Kind: user
- Location: Asturias (Spain)
- Company: University of Oviedo
- Repositories: 1
- Profile: https://github.com/augustocristian
GitHub Events
Total
- Delete event: 9
- Issue comment event: 4
- Push event: 36
- Pull request event: 23
- Create event: 15
Last Year
- Delete event: 9
- Issue comment event: 4
- Push event: 36
- Pull request event: 23
- Create event: 15
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 10
- Average time to close issues: N/A
- Average time to close pull requests: 22 days
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.2
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 10
Past Year
- Issues: 0
- Pull requests: 10
- Average time to close issues: N/A
- Average time to close pull requests: 22 days
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.2
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 10
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (12)
Top Labels
Issue Labels
Pull Request Labels
dependencies (12)
python (8)
github_actions (4)
Dependencies
.github/workflows/test.yml
actions
- actions/checkout v4 composite
- actions/setup-python v5 composite
requirements.txt
pypi
- flake8 ==7.1.1
- pytest ==8.3.4
- setuptools ==75.6.0
setup.py
pypi