https://github.com/sanders41/weather-command

Command line weather app
https://github.com/sanders41/weather-command

Keywords

cli command-line command-line-tool python weather

Keywords from Contributors

archiving measur transforms observation conversion optimize projection compression generic climate-model

Last synced: 11 months ago
JSON representation

Acceptance Criteria

Repository metadata

Command line weather app


Owner metadata


Committers metadata

Last synced: over 1 year ago

Total Commits: 588
Total Committers: 9
Avg Commits per committer: 65.333
Development Distribution Score (DDS): 0.56

Commits in past year: 237
Committers in past year: 6
Avg Commits per committer in past year: 39.5
Development Distribution Score (DDS) in past year: 0.38

Name Email Commits
dependabot[bot] 4****] 259
Paul Sanders p****1@g****m 254
pre-commit-ci[bot] 6****] 67
Himanshu Chaudhary 9****8 2
Ian Worley 4****y 2
Nightfurex v****5@g****m 1
Viktorius Suwandi v****i@g****m 1
Rishav Raj 9****7 1
Yac 4****c 1

Committer domains:


Issue and Pull Request metadata

Last synced: 11 months ago

Total issues: 11
Total pull requests: 329
Average time to close issues: about 1 month
Average time to close pull requests: 1 day
Total issue authors: 1
Total pull request authors: 6
Average comments per issue: 0.73
Average comments per pull request: 1.06
Merged pull request: 309
Bot issues: 0
Bot pull requests: 275

Past year issues: 3
Past year pull requests: 222
Past year average time to close issues: 3 days
Past year average time to close pull requests: 1 day
Past year issue authors: 1
Past year pull request authors: 4
Past year average comments per issue: 1.0
Past year average comments per pull request: 1.05
Past year merged pull request: 210
Past year bot issues: 0
Past year bot pull requests: 200

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/sanders41/weather-command

Top Issue Authors

  • sanders41 (11)

Top Pull Request Authors

  • dependabot[bot] (217)
  • pre-commit-ci[bot] (58)
  • sanders41 (50)
  • Himanshuch1708 (2)
  • yyyaaaccc (1)
  • viktoriussuwandi (1)

Top Issue Labels

  • good first issue (6)
  • bug (3)
  • enhancement (1)

Top Pull Request Labels

  • skip-changelog (314)
  • dependencies (281)
  • feature (2)
  • breaking-change (1)
  • bug (1)

Package metadata

pypi.org: weather-command

Command line weather app

  • Homepage: https://github.com/sanders41/weather-command
  • Documentation: https://github.com/sanders41/weather-command
  • Licenses: MIT
  • Latest release: 6.1.6 (published about 1 year ago)
  • Last Synced: 2024-06-03T01:22:18.975Z (11 months ago)
  • Versions: 59
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 331 Last month
  • Rankings:
    • Dependent packages count: 10.052%
    • Forks count: 13.288%
    • Average: 18.473%
    • Dependent repos count: 21.642%
    • Stargazers count: 23.051%
    • Downloads: 24.332%
  • Maintainers (1)

Dependencies

poetry.lock pypi
  • atomicwrites 1.4.0 develop
  • attrs 21.4.0 develop
  • black 22.6.0 develop
  • cfgv 3.3.1 develop
  • coverage 6.4.1 develop
  • distlib 0.3.4 develop
  • filelock 3.6.0 develop
  • flake8 4.0.1 develop
  • identify 2.4.12 develop
  • iniconfig 1.1.1 develop
  • isort 5.10.1 develop
  • mccabe 0.6.1 develop
  • mypy 0.961 develop
  • mypy-extensions 0.4.3 develop
  • nodeenv 1.6.0 develop
  • packaging 21.3 develop
  • pathspec 0.9.0 develop
  • platformdirs 2.5.1 develop
  • pluggy 1.0.0 develop
  • pre-commit 2.19.0 develop
  • py 1.11.0 develop
  • pycodestyle 2.8.0 develop
  • pyflakes 2.4.0 develop
  • pyparsing 3.0.7 develop
  • pytest 7.1.2 develop
  • pytest-asyncio 0.18.3 develop
  • pytest-cov 3.0.0 develop
  • pyyaml 6.0 develop
  • six 1.16.0 develop
  • toml 0.10.2 develop
  • tomli 2.0.1 develop
  • tomlkit 0.11.1 develop
  • tox 3.25.1 develop
  • typed-ast 1.5.2 develop
  • virtualenv 20.13.4 develop
  • anyio 3.5.0
  • camel-converter 1.0.3
  • certifi 2021.10.8
  • click 8.0.4
  • colorama 0.4.4
  • commonmark 0.9.1
  • h11 0.12.0
  • httpcore 0.15.0
  • httpx 0.23.0
  • idna 3.3
  • importlib-metadata 4.2.0
  • pydantic 1.9.1
  • pygments 2.11.2
  • rfc3986 1.5.0
  • rich 12.1.0
  • sniffio 1.2.0
  • tenacity 8.0.1
  • textual 0.1.17
  • typer 0.5.0
  • typing-extensions 3.10.0.2
  • uvloop 0.16.0
  • zipp 3.7.0
pyproject.toml pypi
  • black ^22.6 develop
  • flake8 ^4.0.1 develop
  • isort ^5.10.1 develop
  • mypy ^0.961 develop
  • pre-commit ^2.19.0 develop
  • pytest ^7.1.2 develop
  • pytest-asyncio ^0.18.3 develop
  • pytest-cov ^3.0.0 develop
  • tomlkit ^0.11.1 develop
  • tox ^3.25.1 develop
  • camel-converter 1.0.3
  • httpx 0.23.0
  • pydantic 1.9.1
  • python ^3.7
  • rich 12.1.0
  • tenacity 8.0.1
  • textual 0.1.17
  • typer 0.5.0
  • uvloop ^0.16.0
.github/workflows/nightly_test.yaml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/pypi_publish.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/release_drafter.yaml actions
  • release-drafter/release-drafter v5 composite
.github/workflows/testing.yaml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • codecov/codecov-action v3 composite

Score: 9.797126536544718