Skip to main content

write-githubstat makes it easy to collect, filter and save github statistics to csv files.

Project description

write-githubstat

write-githubstat makes it easy to collect, filter and save github statistics to csv files.

PyPI version

About The Project

write-githubstat makes it easy to collect, filter and save github statistics to csv files.

Installation

write-githubstat requires pandas package.

pip install write-githubstat

Usage

import logging
from pathlib import Path

from writegithubstat import WriteGithubStat, GithubAuth, Referrers, Paths, StarsForks, ViewsClones


logging.basicConfig(level=logging.INFO)

owner = "owner"
repo = "repo"
token = "token"

auth = GithubAuth(owner, repo, token)
write_githubstat = WriteGithubStat(auth)
for stat_type in (
    Referrers(owner, repo),
    Paths(owner, repo),
    StarsForks(owner, repo),
    ViewsClones(owner, repo, write_githubstat.date),
):
    year = write_githubstat.date[0:4]
    outdir = "stats"
    outfile = (
        f"{year}_githubstat_{stat_type.__class__.__name__.lower()}.csv"
    )
    csv = Path(outdir) / outfile
    write_githubstat.write_stat(stat_type, csv)

License

Copyright © 2023.

Released under the Apache 2.0 License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

write_githubstat-0.1.4.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

write_githubstat-0.1.4-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

Details for the file write_githubstat-0.1.4.tar.gz.

File metadata

  • Download URL: write_githubstat-0.1.4.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.11.4 Linux/5.15.0-1041-azure

File hashes

Hashes for write_githubstat-0.1.4.tar.gz
Algorithm Hash digest
SHA256 e3f7cd84d734f6ae69c45c37462b4077406c49d3c352a2a6a8aa48879d94ff89
MD5 e1797f61fc4b811e4d59c41065805382
BLAKE2b-256 dfd1b98dc6d7a3a6bbcafc80f3a822117e458b1785d73f18a88c9e393d20cc0e

See more details on using hashes here.

Provenance

File details

Details for the file write_githubstat-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: write_githubstat-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 8.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.11.4 Linux/5.15.0-1041-azure

File hashes

Hashes for write_githubstat-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 4044b8d333dfeb2bae65674e823d4db59b086659e62a69774afb0f4d0c271177
MD5 d7e1ddb17eaa0cc70cb85e1f80c16466
BLAKE2b-256 af78018c9b71088877722b910de64df7e60db57386c4779f1eda0b184f4e44ba

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page