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.3.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: write_githubstat-0.1.3.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-1040-azure

File hashes

Hashes for write_githubstat-0.1.3.tar.gz
Algorithm Hash digest
SHA256 dc28e26a2bab5b3db5bcd2728755503e54a2815c0955fe29328f3fdaa1588ac8
MD5 e44a8348ee9f5716db8b2e664c9d8ade
BLAKE2b-256 61c2c5b76dff5d956793912e2abd56f75472170cbaea96a8678adba0eeacb5fb

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: write_githubstat-0.1.3-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-1040-azure

File hashes

Hashes for write_githubstat-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 9e9d8698340179992030808be3a0ab393482eabe69009d71b2d566f9af9f37ab
MD5 4da8dd77b52b9cc61854274851eeae1c
BLAKE2b-256 eb02feb73a625acceaa3aad125af2abb258e39745193110240749dfc49820949

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