id
int64
0
458k
file_name
stringlengths
4
119
file_path
stringlengths
14
227
content
stringlengths
24
9.96M
size
int64
24
9.96M
language
stringclasses
1 value
extension
stringclasses
14 values
total_lines
int64
1
219k
avg_line_length
float64
2.52
4.63M
max_line_length
int64
5
9.91M
alphanum_fraction
float64
0
1
repo_name
stringlengths
7
101
repo_stars
int64
100
139k
repo_forks
int64
0
26.4k
repo_open_issues
int64
0
2.27k
repo_license
stringclasses
12 values
repo_extraction_date
stringclasses
433 values
12,300
test_utils.py
gaubert_gmvault/src/gmv/test_utils.py
# -*- coding: utf-8 -*- ''' Gmvault: a tool to backup and restore your gmail account. Copyright (C) <since 2011> <guillaume Aubert (guillaume dot aubert at gmail do com)> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as...
17,588
Python
.py
348
38.885057
125
0.582957
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,301
blowfish.py
gaubert_gmvault/src/gmv/blowfish.py
#!/usr/bin/env python # -*- coding: utf-8 -*- # blowfish.py # Copyright (C) 2002 Michael Gilfix <mgilfix@eecs.tufts.edu> # # This module is open source; you can redistribute it and/or # modify it under the terms of the GPL or Artistic License. # These licenses are available at http://www.opensource.org # # This softw...
27,465
Python
.py
536
38.802239
159
0.610649
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,302
__init__.py
gaubert_gmvault/src/gmv/__init__.py
''' Gmvault: a tool to backup and restore your gmail account. Copyright (C) <since 2011> <guillaume Aubert (guillaume dot aubert at gmail do com)> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Fr...
835
Python
.py
14
54.928571
89
0.75153
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,303
collections_utils.py
gaubert_gmvault/src/gmv/collections_utils.py
''' Gmvault: a tool to backup and restore your gmail account. Copyright (C) <since 2011> <guillaume Aubert (guillaume dot aubert at gmail do com)> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Fr...
5,347
Python
.py
132
32.863636
89
0.62002
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,304
gmvault_export.py
gaubert_gmvault/src/gmv/gmvault_export.py
''' Gmvault: a tool to backup and restore your gmail account. Copyright (C) <2011-2012> <guillaume Aubert (guillaume dot aubert at gmail do com)> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Softw...
10,048
Python
.py
237
33.345992
93
0.606557
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,305
progress_test.py
gaubert_gmvault/src/gmv/progress_test.py
import time import sys def progress_2(): """ """ percents = 0 to_write = "Progress: [%s ]\r" % (percents) sys.stdout.write(to_write) sys.stdout.flush() steps = 100 for i in xrange(steps): time.sleep(0.1) percents += 1 #sys.stdout.write("\b" * (len(to_write))) to_write = "Progress: [%s percents]\r" % ...
820
Python
.py
34
21.588235
80
0.646907
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,306
mod_imap.py
gaubert_gmvault/src/gmv/mod_imap.py
# -*- coding: utf-8 -*- ''' Gmvault: a tool to backup and restore your gmail account. Copyright (C) <since 2011> <guillaume Aubert (guillaume dot aubert at gmail do com)> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as...
13,095
Python
.py
283
37.003534
118
0.623828
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,307
imap_utils.py
gaubert_gmvault/src/gmv/imap_utils.py
# -*- coding: utf-8 -*- ''' Gmvault: a tool to backup and restore your gmail account. Copyright (C) <since 2011> <guillaume Aubert (guillaume dot aubert at gmail do com)> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as...
41,539
Python
.py
768
40.608073
146
0.584282
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,308
log_utils.py
gaubert_gmvault/src/gmv/log_utils.py
''' Gmvault: a tool to backup and restore your gmail account. Copyright (C) <since 2011> <guillaume Aubert (guillaume dot aubert at gmail do com)> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Fr...
6,692
Python
.py
149
34.187919
124
0.626648
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,309
gmvault.py
gaubert_gmvault/src/gmv/gmvault.py
''' Gmvault: a tool to backup and restore your gmail account. Copyright (C) <since 2011> <guillaume Aubert (guillaume dot aubert at gmail do com)> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Fr...
56,219
Python
.py
922
43.976139
192
0.57514
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,310
gmvault_utils.py
gaubert_gmvault/src/gmv/gmvault_utils.py
# -*- coding: utf-8 -*- ''' Gmvault: a tool to backup and restore your gmail account. Copyright (C) <since 2011> <guillaume Aubert (guillaume dot aubert at gmail do com)> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as...
23,774
Python
.py
589
32.20034
200
0.619291
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,311
gmvault_const.py
gaubert_gmvault/src/gmv/gmvault_const.py
# -*- coding: utf-8 -*- ''' Gmvault: a tool to backup and restore your gmail account. Copyright (C) <since 2011> <guillaume Aubert (guillaume dot aubert at gmail do com)> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as...
3,501
Python
.py
73
42.958904
93
0.691578
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,312
conf_helper.py
gaubert_gmvault/src/gmv/conf/conf_helper.py
''' Gmvault: a tool to backup and restore your gmail account. Copyright (C) <since 2011> <guillaume Aubert (guillaume dot aubert at gmail do com)> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Fr...
35,508
Python
.py
701
35.700428
170
0.563559
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,313
conf_tests.py
gaubert_gmvault/src/gmv/conf/conf_tests.py
# -*- coding: utf-8 -*- ''' Gmvault: a tool to backup and restore your gmail account. Copyright (C) <since 2011> <guillaume Aubert (guillaume dot aubert at gmail do com)> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as...
11,931
Python
.py
228
40.421053
111
0.639591
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,314
exceptions.py
gaubert_gmvault/src/gmv/conf/exceptions.py
''' Gmvault: a tool to backup and restore your gmail account. Copyright (C) <since 2011> <guillaume Aubert (guillaume dot aubert at gmail do com)> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Fr...
3,136
Python
.py
70
37.057143
89
0.636243
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,315
struct_parser_tests.py
gaubert_gmvault/src/gmv/conf/utils/struct_parser_tests.py
# -*- coding: utf-8 -*- ''' Gmvault: a tool to backup and restore your gmail account. Copyright (C) <since 2011> <guillaume Aubert (guillaume dot aubert at gmail do com)> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as...
6,826
Python
.py
131
38.419847
103
0.590347
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,316
struct_parser.py
gaubert_gmvault/src/gmv/conf/utils/struct_parser.py
''' Gmvault: a tool to backup and restore your gmail account. Copyright (C) <since 2011> <guillaume Aubert (guillaume dot aubert at gmail do com)> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Fr...
22,229
Python
.py
441
33.70068
134
0.547087
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,317
gmvault_multiprocess.py
gaubert_gmvault/src/sandbox/gmvault_multiprocess.py
''' Gmvault: a tool to backup and restore your gmail account. Copyright (C) <since 2011> <guillaume Aubert (guillaume dot aubert at gmail do com)> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Fr...
77,477
Python
.py
1,221
44.898444
167
0.570936
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,318
json_tests.py
gaubert_gmvault/src/sandbox/json_tests.py
# -*- coding: utf-8 -*- """ Created on Nov 27, 2012 @author: aubert """ import json string_to_test = u"Чаты" labels = [ 0, string_to_test ] def format(self, record): """ Formats a record with the given formatter. If no formatter is set, the record message is returned. Generally speaking...
3,137
Python
.py
74
33.432432
166
0.6213
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,319
python_api_tests.py
gaubert_gmvault/src/sandbox/python_api_tests.py
#!/usr/bin/python import argparse import httplib2 from apiclient.discovery import build from oauth2client.client import flow_from_clientsecrets from oauth2client.file import Storage from oauth2client.tools import run_flow, argparser # Parse the command-line arguments (e.g. --noauth_local_webserver) parser = argparse...
1,557
Python
.py
35
42.914286
75
0.789404
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,320
oauth2_runner.py
gaubert_gmvault/src/sandbox/oauth2_runner.py
#!/usr/bin/python # # Copyright 2012 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicabl...
12,531
Python
.py
272
38.838235
93
0.687958
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,321
unicode_test.py
gaubert_gmvault/src/sandbox/unicode_test.py
# -*- coding: utf-8 -*- import sys import unicodedata def ascii_hex(str): new_str = "" for c in str: new_str += "%s=hex[%s]," % (c,hex(ord(c))) return new_str def convert_to_utf8(a_str): """ """ if type(a_str) != type(u'a'): #import chardet #char_enc = chardet.detect(a_s...
1,458
Python
.py
38
33.473684
88
0.617816
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,322
chardet_test.py
gaubert_gmvault/src/sandbox/chardet_test.py
# -*- coding: utf-8 -*- import sys import chardet import codecs print("system encoding: %s" % (sys.getfilesystemencoding())) first_arg = sys.argv[1] #first_arg="réception" #first_arg="て感じでしょうか研" print first_arg print("chardet = %s\n" % chardet.detect(first_arg)) res_char = chardet.detect(first_arg) print type(first_ar...
542
Python
.py
18
27.666667
60
0.761044
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,323
oauth2_tests.py
gaubert_gmvault/src/sandbox/oauth2_tests.py
__author__ = 'Aubert' import httplib2 from six.moves import input from oauth2client.client import OAuth2WebServerFlow CLIENT_ID = "some-ids" CLIENT_SECRET = "secret" SCOPES = ['https://mail.google.com/', # IMAP/SMTP client access 'https://www.googleapis.com/auth/email'] # Email address access (...
1,284
Python
.py
29
37.241379
122
0.677419
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,324
test_wx.py
gaubert_gmvault/src/sandbox/test_wx.py
# border.py import wx ID_NEW = 1 ID_RENAME = 2 ID_CLEAR = 3 ID_DELETE = 4 class Example(wx.Frame): def __init__(self, parent, title): super(Example, self).__init__(parent, title=title, size=(260, 180)) self.InitUI() self.Centre() self.Show() ...
2,500
Python
.py
59
33.711864
70
0.587767
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,325
oauth2.py
gaubert_gmvault/src/sandbox/oauth2.py
#!/usr/bin/python # # Copyright 2012 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or a...
12,196
Python
.py
272
38.838235
92
0.703735
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,326
pycrypto_test.py
gaubert_gmvault/src/sandbox/pycrypto_test.py
import os, base64 from Crypto.Cipher import AES import hashlib import base64 import hashlib from Crypto import Random from Crypto.Cipher import AES class AESEncryptor(object): def __init__(self, key): self.bs = 32 self.key = hashlib.sha256(key.encode()).digest() def encrypt(self, raw): ...
1,291
Python
.py
36
29.666667
81
0.619583
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,327
common_gmvault.py
gaubert_gmvault/src/sandbox/common_gmvault.py
''' Gmvault: a tool to backup and restore your gmail account. Copyright (C) <since 2011> <guillaume Aubert (guillaume dot aubert at gmail do com)> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Fr...
60,133
Python
.py
1,004
42.648406
130
0.574155
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,328
.pydevproject
gaubert_gmvault/.pydevproject
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?eclipse-pydev version="1.0"?> <pydev_project> <pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property> <pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property> <pydev_pathproperty name="org.pyt...
417
Python
.pyde
9
45.222222
91
0.773956
gaubert/gmvault
3,572
285
144
AGPL-3.0
9/5/2024, 5:11:34 PM (Europe/Amsterdam)
12,329
conftest.py
harelba_q/conftest.py
#!/usr/bin/env python # Required so pytest can find files properly
70
Python
.py
2
32.5
44
0.784615
harelba/q
10,180
421
117
GPL-3.0
9/5/2024, 5:11:42 PM (Europe/Amsterdam)
12,330
setup.py
harelba_q/setup.py
#!/usr/bin/env python from setuptools import setup import setuptools q_version = '3.1.6' with open("README.markdown", "r", encoding="utf-8") as fh: long_description = fh.read() setup( name='q', url='https://github.com/harelba/q', license='LICENSE', version=q_version, author='Harel Ben-Attia'...
744
Python
.py
27
22.703704
58
0.645161
harelba/q
10,180
421
117
GPL-3.0
9/5/2024, 5:11:42 PM (Europe/Amsterdam)
12,331
test_suite.py
harelba_q/test/test_suite.py
#!/usr/bin/env python3 # # test suite for q. # # Prefer end-to-end tests, running the actual q command and testing stdout/stderr, and the return code. # Some utilities are provided for making that easy, see other tests for examples. # # Q_EXECUTABLE env var can be used to inject the path of q. This allows full e2e te...
252,236
Python
.py
4,278
49.759467
540
0.627706
harelba/q
10,180
421
117
GPL-3.0
9/5/2024, 5:11:42 PM (Europe/Amsterdam)
12,332
q.py
harelba_q/bin/q.py
#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Copyright (C) 2012-2021 Harel Ben-Attia # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3, or (at your option) # any ...
162,794
Python
.py
2,937
43.956418
471
0.62439
harelba/q
10,180
421
117
GPL-3.0
9/5/2024, 5:11:42 PM (Europe/Amsterdam)
12,333
pyoxidizer.bzl
harelba_q/pyoxidizer.bzl
# This file defines how PyOxidizer application building and packaging is # performed. See PyOxidizer's documentation at # https://pyoxidizer.readthedocs.io/en/stable/ for details of this # configuration file format. PYTHON_VERSION = VARS.get("PYTHON_VERSION","3.8") Q_VERSION = VARS.get("Q_VERSION","0.0.1") # Configur...
4,040
Python
.bzl
90
40.077778
97
0.717563
harelba/q
10,180
421
117
GPL-3.0
9/5/2024, 5:11:42 PM (Europe/Amsterdam)
12,334
PullRequestReview.py
PyGithub_PyGithub/github/PullRequestReview.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
7,685
Python
.py
138
49.724638
148
0.556737
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,335
IssuePullRequest.py
PyGithub_PyGithub/github/IssuePullRequest.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
3,971
Python
.py
61
61.442623
80
0.501282
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,336
GitTree.py
PyGithub_PyGithub/github/GitTree.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
4,706
Python
.py
78
56.371795
115
0.525038
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,337
StatsCodeFrequency.py
PyGithub_PyGithub/github/StatsCodeFrequency.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
4,123
Python
.py
63
62.285714
107
0.51581
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,338
BranchProtection.py
PyGithub_PyGithub/github/BranchProtection.py
############################ Copyrights and license ############################ # # # Copyright 2018 Steve Kowalik <steven@wedontsleep.org> # # Copyright 2019 Steve Kowalik <steven@wedontsleep.org> ...
8,743
Python
.py
151
51.05298
120
0.622243
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,339
DependabotAlertDependency.py
PyGithub_PyGithub/github/DependabotAlertDependency.py
############################ Copyrights and license ############################ # # # Copyright 2024 Enrico Minack <github@enrico.minack.dev> # # Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> ...
3,282
Python
.py
56
53.75
88
0.520846
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,340
GistFile.py
PyGithub_PyGithub/github/GistFile.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
4,864
Python
.py
82
54.54878
80
0.519606
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,341
StatsContributor.py
PyGithub_PyGithub/github/StatsContributor.py
############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2014 Vincent Jacques <vincent@vincent-jacques.net> ...
5,518
Python
.py
97
50.783505
101
0.537394
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,342
GistHistoryState.py
PyGithub_PyGithub/github/GistHistoryState.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
10,499
Python
.py
198
46.267677
119
0.606833
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,343
CheckRun.py
PyGithub_PyGithub/github/CheckRun.py
############################ Copyrights and license ############################ # # # Copyright 2020 Dhruv Manilawala <dhruvmanila@gmail.com> # # Copyright 2020 Steve Kowalik <steven@wedontsleep.org> ...
11,581
Python
.py
237
41.489451
160
0.604614
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,344
Workflow.py
PyGithub_PyGithub/github/Workflow.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
10,471
Python
.py
198
45.914141
193
0.58248
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,345
Auth.py
PyGithub_PyGithub/github/Auth.py
############################ Copyrights and license ############################ # # # Copyright 2023 Enrico Minack <github@enrico.minack.dev> # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> ...
17,581
Python
.py
412
35.565534
142
0.628189
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,346
StatsParticipation.py
PyGithub_PyGithub/github/StatsParticipation.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
4,077
Python
.py
61
63.754098
80
0.50412
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,347
Migration.py
PyGithub_PyGithub/github/Migration.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
9,019
Python
.py
172
46.063953
135
0.579168
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,348
WorkflowRun.py
PyGithub_PyGithub/github/WorkflowRun.py
############################ Copyrights and license ############################ # # # Copyright 2020 Steve Kowalik <steven@wedontsleep.org> # # Copyright 2020 Yannick Jadoul <yannick.jadoul@belgacom.net> ...
15,721
Python
.py
314
42.410828
152
0.615029
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,349
StatsCommitActivity.py
PyGithub_PyGithub/github/StatsCommitActivity.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
4,309
Python
.py
67
60.761194
88
0.51879
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,350
ProjectColumn.py
PyGithub_PyGithub/github/ProjectColumn.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
9,971
Python
.py
188
46.244681
141
0.569407
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,351
RequiredStatusChecks.py
PyGithub_PyGithub/github/RequiredStatusChecks.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
4,671
Python
.py
73
60.123288
87
0.518866
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,352
Artifact.py
PyGithub_PyGithub/github/Artifact.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
8,207
Python
.py
145
50.427586
150
0.564677
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,353
GistComment.py
PyGithub_PyGithub/github/GistComment.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
6,338
Python
.py
112
51.25
115
0.55058
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,354
Organization.py
PyGithub_PyGithub/github/Organization.py
############################ Copyrights and license ############################ # # # Copyright 2012 Steve English <steve.english@navetas.com> # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> ...
70,535
Python
.py
1,403
41.2402
180
0.631718
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,355
Requester.py
PyGithub_PyGithub/github/Requester.py
############################ Copyrights and license ############################ # # # Copyright 2012 Andrew Bettison <andrewb@zip.com.au> # # Copyright 2012 Dima Kukushkin <dima@kukushkin.me> ...
42,317
Python
.py
927
36.361381
122
0.585401
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,356
IssueComment.py
PyGithub_PyGithub/github/IssueComment.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
11,443
Python
.py
220
44.831818
128
0.581867
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,357
Event.py
PyGithub_PyGithub/github/Event.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
6,029
Python
.py
104
53.028846
101
0.557813
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,358
Path.py
PyGithub_PyGithub/github/Path.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
4,789
Python
.py
81
54.111111
80
0.504579
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,359
WorkflowJob.py
PyGithub_PyGithub/github/WorkflowJob.py
############################ Copyrights and license ############################ # # # Copyright 2023 Enrico Minack <github@enrico.minack.dev> # # Copyright 2023 Jeppe Fihl-Pearson <tenzer@tenzer.dk> ...
10,476
Python
.py
207
43.376812
113
0.604104
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,360
SecurityAndAnalysis.py
PyGithub_PyGithub/github/SecurityAndAnalysis.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
6,878
Python
.py
106
58.575472
116
0.589907
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,361
AdvisoryBase.py
PyGithub_PyGithub/github/AdvisoryBase.py
############################ Copyrights and license ############################ # # # Copyright 2023 Enrico Minack <github@enrico.minack.dev> # # Copyright 2023 Joseph Henrich <crimsonknave@gmail.com> ...
6,789
Python
.py
128
46.125
115
0.579669
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,362
GitObject.py
PyGithub_PyGithub/github/GitObject.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
4,037
Python
.py
64
59.359375
80
0.492304
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,363
RepositoryPreferences.py
PyGithub_PyGithub/github/RepositoryPreferences.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
4,385
Python
.py
64
65.453125
120
0.536551
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,364
GitCommit.py
PyGithub_PyGithub/github/GitCommit.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
6,383
Python
.py
113
51.141593
107
0.56247
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,365
GitTag.py
PyGithub_PyGithub/github/GitTag.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
5,660
Python
.py
100
51.83
101
0.5488
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,366
CWE.py
PyGithub_PyGithub/github/CWE.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
4,072
Python
.py
61
63.672131
80
0.499
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,367
AppAuthentication.py
PyGithub_PyGithub/github/AppAuthentication.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
3,362
Python
.py
51
62.843137
85
0.483812
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,368
GitReleaseAsset.py
PyGithub_PyGithub/github/GitReleaseAsset.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
8,337
Python
.py
154
47.941558
105
0.577277
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,369
Notification.py
PyGithub_PyGithub/github/Notification.py
############################ Copyrights and license ############################ # # # Copyright 2013 AKFish <akfish@gmail.com> # # Copyright 2013 Peter Golm <golm.peter@gmail.com> ...
8,280
Python
.py
148
49.939189
120
0.582377
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,370
Commit.py
PyGithub_PyGithub/github/Commit.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
13,743
Python
.py
279
41.81362
160
0.592107
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,371
Installation.py
PyGithub_PyGithub/github/Installation.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
7,066
Python
.py
132
48.409091
138
0.569754
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,372
InputGitAuthor.py
PyGithub_PyGithub/github/InputGitAuthor.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
3,820
Python
.py
61
58.983607
80
0.474667
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,373
Team.py
PyGithub_PyGithub/github/Team.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
21,929
Python
.py
421
44.254157
163
0.608736
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,374
SelfHostedActionsRunner.py
PyGithub_PyGithub/github/SelfHostedActionsRunner.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
5,051
Python
.py
85
54.705882
94
0.525051
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,375
Authorization.py
PyGithub_PyGithub/github/Authorization.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
8,589
Python
.py
167
44.538922
114
0.568231
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,376
CheckRunOutput.py
PyGithub_PyGithub/github/CheckRunOutput.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
4,882
Python
.py
78
58.205128
93
0.527337
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,377
Enterprise.py
PyGithub_PyGithub/github/Enterprise.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
5,252
Python
.py
81
60.654321
183
0.54489
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,378
RateLimit.py
PyGithub_PyGithub/github/RateLimit.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
4,742
Python
.py
81
54.308642
93
0.520121
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,379
DependabotAlertAdvisory.py
PyGithub_PyGithub/github/DependabotAlertAdvisory.py
############################ Copyrights and license ############################ # # # Copyright 2024 Enrico Minack <github@enrico.minack.dev> # # Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> ...
3,411
Python
.py
57
54.982456
114
0.5386
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,380
License.py
PyGithub_PyGithub/github/License.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
7,410
Python
.py
132
50.340909
91
0.564834
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,381
Plan.py
PyGithub_PyGithub/github/Plan.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
5,001
Python
.py
83
55.53012
85
0.52212
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,382
Variable.py
PyGithub_PyGithub/github/Variable.py
############################ Copyrights and license ############################ # # # Copyright 2023 Andrew Dawes <53574062+AndrewJDawes@users.noreply.github.com> # # Copyright 2023 Enrico Minack <github@enrico.minack.dev> ...
5,618
Python
.py
124
38.419355
171
0.537984
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,383
StatsPunchCard.py
PyGithub_PyGithub/github/StatsPunchCard.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
3,845
Python
.py
58
63.465517
92
0.492719
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,384
CodeScanAlertInstanceLocation.py
PyGithub_PyGithub/github/CodeScanAlertInstanceLocation.py
############################ Copyrights and license ############################ # # # Copyright 2020 Dhruv Manilawala <dhruvmanila@gmail.com> # # Copyright 2020 Steve Kowalik <steven@wedontsleep.org> ...
4,458
Python
.py
79
50.379747
107
0.52154
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,385
OrganizationSecret.py
PyGithub_PyGithub/github/OrganizationSecret.py
############################ Copyrights and license ############################ # # # Copyright 2023 Enrico Minack <github@enrico.minack.dev> # # Copyright 2023 Mauricio Alejandro Martínez Pacheco <mauricio.martinez@prem...
6,255
Python
.py
122
44.114754
166
0.571102
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,386
TimelineEvent.py
PyGithub_PyGithub/github/TimelineEvent.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
7,452
Python
.py
132
50.719697
99
0.567338
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,387
Tag.py
PyGithub_PyGithub/github/Tag.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
4,991
Python
.py
80
58.45
95
0.527778
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,388
IssueEvent.py
PyGithub_PyGithub/github/IssueEvent.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
10,216
Python
.py
189
47.444444
107
0.60066
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,389
CodeScanRule.py
PyGithub_PyGithub/github/CodeScanRule.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
5,101
Python
.py
82
57.853659
108
0.535372
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,390
Consts.py
PyGithub_PyGithub/github/Consts.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
10,492
Python
.py
145
71.110345
136
0.660363
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,391
File.py
PyGithub_PyGithub/github/File.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
6,525
Python
.py
115
51.095652
96
0.549906
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,392
CodeScanTool.py
PyGithub_PyGithub/github/CodeScanTool.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
4,464
Python
.py
74
55.756757
80
0.498173
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,393
Milestone.py
PyGithub_PyGithub/github/Milestone.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
9,784
Python
.py
184
46.581522
129
0.585832
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,394
AccessToken.py
PyGithub_PyGithub/github/AccessToken.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
6,675
Python
.py
139
41.453237
101
0.524701
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,395
Clones.py
PyGithub_PyGithub/github/Clones.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
4,595
Python
.py
75
56.746667
82
0.508429
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,396
AdvisoryCredit.py
PyGithub_PyGithub/github/AdvisoryCredit.py
############################ Copyrights and license ############################ # # # Copyright 2023 Enrico Minack <github@enrico.minack.dev> # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> ...
4,846
Python
.py
95
44.463158
98
0.532333
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,397
GitAuthor.py
PyGithub_PyGithub/github/GitAuthor.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
4,099
Python
.py
65
59.384615
80
0.499254
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,398
PublicKey.py
PyGithub_PyGithub/github/PublicKey.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
5,256
Python
.py
84
58.571429
92
0.543251
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)
12,399
Deployment.py
PyGithub_PyGithub/github/Deployment.py
############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> # # Copyright 2012 Zearin <zearin@gonk.net> ...
12,542
Python
.py
238
45.277311
159
0.601206
PyGithub/PyGithub
6,892
1,756
334
LGPL-3.0
9/5/2024, 5:11:50 PM (Europe/Amsterdam)