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
21,000
autotagmatchwindow.py
evilhero_mylar/lib/comictaggerlib/autotagmatchwindow.py
"""A PyQT4 dialog to select from automated issue matches""" # Copyright 2012-2014 Anthony Beville # 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...
8,516
Python
.py
187
35.459893
80
0.646355
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,001
versionchecker.py
evilhero_mylar/lib/comictaggerlib/versionchecker.py
"""Version checker""" # Copyright 2013 Anthony Beville # 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 o...
2,813
Python
.py
71
31.521127
85
0.64112
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,002
autotagstartwindow.py
evilhero_mylar/lib/comictaggerlib/autotagstartwindow.py
"""A PyQT4 dialog to confirm and set options for auto-tag""" # Copyright 2012-2014 Anthony Beville # 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/LICENS...
5,577
Python
.py
101
46.079208
116
0.718716
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,003
ctversion.py
evilhero_mylar/lib/comictaggerlib/ctversion.py
# This file should contain only these comments, and the line below. # Used by packaging makefiles and app version = "1.25.2" fork="ninjas.walk.alone" fork_tag="SHURIKEN"
170
Python
.py
5
33
67
0.775758
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,004
logwindow.py
evilhero_mylar/lib/comictaggerlib/logwindow.py
"""A PyQT4 dialog to a text file or log""" # Copyright 2012-2014 Anthony Beville # 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 re...
1,163
Python
.py
24
42.916667
74
0.728242
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,005
main.py
evilhero_mylar/lib/comictaggerlib/main.py
"""A python app to (automatically) tag comic archives""" # Copyright 2012-2014 Anthony Beville # 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....
2,500
Python
.py
67
30.522388
100
0.67385
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,006
taggerwindow.py
evilhero_mylar/lib/comictaggerlib/taggerwindow.py
# coding=utf-8 """The main window of the ComicTagger app""" # Copyright 2012-2014 Anthony Beville # 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...
85,623
Python
.py
1,806
34.513289
215
0.600117
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,007
progresswindow.py
evilhero_mylar/lib/comictaggerlib/progresswindow.py
"""A PyQT4 dialog to show ID log and progress""" # Copyright 2012-2014 Anthony Beville # 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 # Unl...
1,235
Python
.py
25
44.2
76
0.747703
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,008
autotagprogresswindow.py
evilhero_mylar/lib/comictaggerlib/autotagprogresswindow.py
"""A PyQT4 dialog to show ID log and progress""" # Copyright 2012-2014 Anthony Beville # 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 # Unl...
2,393
Python
.py
49
41.877551
76
0.7358
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,009
qtutils.py
evilhero_mylar/lib/comictaggerlib/ui/qtutils.py
"""Some utilities for the GUI""" #import StringIO #from PIL import Image from comictaggerlib.settings import ComicTaggerSettings try: from PyQt4 import QtGui qt_available = True except ImportError: qt_available = False if qt_available: def reduceWidgetFontSize(widget, delta=2): f = widget...
3,026
Python
.py
77
29.38961
78
0.604089
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,010
comicbookinfo.py
evilhero_mylar/lib/comictaggerlib/comicapi/comicbookinfo.py
"""A class to encapsulate the ComicBookInfo data""" # Copyright 2012-2014 Anthony Beville # 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 # ...
4,788
Python
.py
112
33.267857
81
0.633936
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,011
comicarchive.py
evilhero_mylar/lib/comictaggerlib/comicapi/comicarchive.py
"""A class to represent a single comic, be it file or folder of images""" # Copyright 2012-2014 Anthony Beville # 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/li...
36,812
Python
.py
920
27.276087
135
0.539547
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,012
comet.py
evilhero_mylar/lib/comictaggerlib/comicapi/comet.py
"""A class to encapsulate CoMet data""" # Copyright 2012-2014 Anthony Beville # 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 requi...
9,192
Python
.py
221
30.425339
97
0.56393
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,013
comicinfoxml.py
evilhero_mylar/lib/comictaggerlib/comicapi/comicinfoxml.py
"""A class to encapsulate ComicRack's ComicInfo.xml data""" # Copyright 2012-2014 Anthony Beville # 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...
10,510
Python
.py
234
34.717949
79
0.603523
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,014
genericmetadata.py
evilhero_mylar/lib/comictaggerlib/comicapi/genericmetadata.py
"""A class for internal metadata storage The goal of this class is to handle ALL the data that might come from various tagging schemes and databases, such as ComicVine or GCD. This makes conversion possible, however lossy it might be """ # Copyright 2012-2014 Anthony Beville # Licensed under the Apache License, Ve...
9,800
Python
.py
266
27.669173
79
0.587404
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,015
filenameparser.py
evilhero_mylar/lib/comictaggerlib/comicapi/filenameparser.py
"""Functions for parsing comic info from filename This should probably be re-written, but, well, it mostly works! """ # Copyright 2012-2014 Anthony Beville # 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 t...
9,855
Python
.py
225
33.542222
92
0.56018
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,016
utils.py
evilhero_mylar/lib/comictaggerlib/comicapi/utils.py
# coding=utf-8 """Some generic utilities""" # Copyright 2012-2014 Anthony Beville # 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 r...
14,870
Python
.py
547
21.588665
79
0.512513
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,017
issuestring.py
evilhero_mylar/lib/comictaggerlib/comicapi/issuestring.py
# coding=utf-8 """Support for mixed digit/string type Issue field Class for handling the odd permutations of an 'issue number' that the comics industry throws at us. e.g.: "12", "12.1", "0", "-1", "5AU", "100-2" """ # Copyright 2012-2014 Anthony Beville # Licensed under the Apache License, Version 2.0 (the "Licens...
3,692
Python
.py
101
26.623762
87
0.548188
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,018
lexer.py
evilhero_mylar/lib/mako/lexer.py
# mako/lexer.py # Copyright (C) 2006-2016 the Mako authors and contributors <see AUTHORS file> # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php """provides the Lexer class for parsing template strings into parse trees.""" import re import code...
16,495
Python
.py
399
27.005013
79
0.486663
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,019
filters.py
evilhero_mylar/lib/mako/filters.py
# mako/filters.py # Copyright (C) 2006-2016 the Mako authors and contributors <see AUTHORS file> # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php import re import codecs from mako.compat import quote_plus, unquote_plus, codepoint2name, \ ...
6,003
Python
.py
155
31.167742
78
0.609769
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,020
template.py
evilhero_mylar/lib/mako/template.py
# mako/template.py # Copyright (C) 2006-2016 the Mako authors and contributors <see AUTHORS file> # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php """Provides the Template class, a facade for parsing, generating and executing template strings, ...
27,346
Python
.py
612
33.580065
79
0.608195
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,021
parsetree.py
evilhero_mylar/lib/mako/parsetree.py
# mako/parsetree.py # Copyright (C) 2006-2016 the Mako authors and contributors <see AUTHORS file> # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php """defines the parse tree components for Mako templates.""" from mako import exceptions, ast, u...
19,236
Python
.py
474
29.345992
79
0.556122
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,022
runtime.py
evilhero_mylar/lib/mako/runtime.py
# mako/runtime.py # Copyright (C) 2006-2016 the Mako authors and contributors <see AUTHORS file> # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php """provides runtime services for templates, including Context, Namespace, and various helper funct...
27,905
Python
.py
702
30.920228
79
0.611961
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,023
util.py
evilhero_mylar/lib/mako/util.py
# mako/util.py # Copyright (C) 2006-2016 the Mako authors and contributors <see AUTHORS file> # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php import re import collections import codecs import os from mako import compat import operator def up...
10,927
Python
.py
301
27.813953
79
0.572783
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,024
pygen.py
evilhero_mylar/lib/mako/pygen.py
# mako/pygen.py # Copyright (C) 2006-2016 the Mako authors and contributors <see AUTHORS file> # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php """utilities for generating and formatting literal Python code.""" import re from mako import excep...
9,952
Python
.py
234
31.508547
79
0.565654
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,025
pyparser.py
evilhero_mylar/lib/mako/pyparser.py
# mako/pyparser.py # Copyright (C) 2006-2016 the Mako authors and contributors <see AUTHORS file> # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php """Handles parsing of Python code. Parsing to AST is done via _ast on Python > 2.5, otherwise th...
7,642
Python
.py
185
31.572973
78
0.611823
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,026
ast.py
evilhero_mylar/lib/mako/ast.py
# mako/ast.py # Copyright (C) 2006-2016 the Mako authors and contributors <see AUTHORS file> # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php """utilities for analyzing expressions and blocks of Python code, as well as generating Python from AS...
6,635
Python
.py
151
33.490066
79
0.588454
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,027
cache.py
evilhero_mylar/lib/mako/cache.py
# mako/cache.py # Copyright (C) 2006-2016 the Mako authors and contributors <see AUTHORS file> # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php from mako import compat, util _cache_plugins = util.PluginLoader("mako.cache") register_plugin = _...
7,732
Python
.py
174
36.482759
79
0.647224
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,028
__init__.py
evilhero_mylar/lib/mako/__init__.py
# mako/__init__.py # Copyright (C) 2006-2016 the Mako authors and contributors <see AUTHORS file> # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php __version__ = '1.0.6'
246
Python
.py
6
39.666667
78
0.735294
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,029
codegen.py
evilhero_mylar/lib/mako/codegen.py
# mako/codegen.py # Copyright (C) 2006-2016 the Mako authors and contributors <see AUTHORS file> # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php """provides functionality for rendering a parsetree constructing into module source code.""" impo...
48,384
Python
.py
1,076
30.805762
79
0.539859
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,030
_ast_util.py
evilhero_mylar/lib/mako/_ast_util.py
# mako/_ast_util.py # Copyright (C) 2006-2016 the Mako authors and contributors <see AUTHORS file> # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php """ ast ~~~ The `ast` module helps Python applications to process trees of the Pyth...
25,690
Python
.py
718
26.506964
79
0.574339
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,031
compat.py
evilhero_mylar/lib/mako/compat.py
import sys import time py3k = sys.version_info >= (3, 0) py33 = sys.version_info >= (3, 3) py2k = sys.version_info < (3,) py26 = sys.version_info >= (2, 6) py27 = sys.version_info >= (2, 7) jython = sys.platform.startswith('java') win32 = sys.platform.startswith('win') pypy = hasattr(sys, 'pypy_version_info') if py3k...
4,961
Python
.py
159
25.100629
74
0.62521
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,032
exceptions.py
evilhero_mylar/lib/mako/exceptions.py
# mako/exceptions.py # Copyright (C) 2006-2016 the Mako authors and contributors <see AUTHORS file> # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php """exception classes""" import traceback import sys from mako import util, compat class Mako...
12,454
Python
.py
323
29.086687
78
0.598176
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,033
lookup.py
evilhero_mylar/lib/mako/lookup.py
# mako/lookup.py # Copyright (C) 2006-2016 the Mako authors and contributors <see AUTHORS file> # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php import os import stat import posixpath import re from mako import exceptions, util from mako.templa...
12,952
Python
.py
306
31.281046
78
0.594135
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,034
cmd.py
evilhero_mylar/lib/mako/cmd.py
# mako/cmd.py # Copyright (C) 2006-2016 the Mako authors and contributors <see AUTHORS file> # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php from argparse import ArgumentParser from os.path import isfile, dirname import sys from mako.template i...
2,082
Python
.py
56
30.839286
78
0.650124
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,035
turbogears.py
evilhero_mylar/lib/mako/ext/turbogears.py
# ext/turbogears.py # Copyright (C) 2006-2016 the Mako authors and contributors <see AUTHORS file> # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php from mako import compat from mako.lookup import TemplateLookup from mako.template import Templat...
2,132
Python
.py
46
37.608696
79
0.642719
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,036
pygmentplugin.py
evilhero_mylar/lib/mako/ext/pygmentplugin.py
# ext/pygmentplugin.py # Copyright (C) 2006-2016 the Mako authors and contributors <see AUTHORS file> # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php from pygments.lexers.web import \ HtmlLexer, XmlLexer, JavascriptLexer, CssLexer from pyg...
4,530
Python
.py
107
30.766355
78
0.496025
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,037
linguaplugin.py
evilhero_mylar/lib/mako/ext/linguaplugin.py
import io from lingua.extractors import Extractor from lingua.extractors import Message from lingua.extractors import get_extractor from mako.ext.extract import MessageExtractor from mako import compat class LinguaMakoExtractor(Extractor, MessageExtractor): '''Mako templates''' extensions = ['.mako'] def...
1,663
Python
.py
38
32.842105
104
0.587654
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,038
autohandler.py
evilhero_mylar/lib/mako/ext/autohandler.py
# ext/autohandler.py # Copyright (C) 2006-2016 the Mako authors and contributors <see AUTHORS file> # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php """adds autohandler functionality to Mako templates. requires that the TemplateLookup class is...
1,829
Python
.py
53
28.245283
78
0.649631
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,039
babelplugin.py
evilhero_mylar/lib/mako/ext/babelplugin.py
# ext/babelplugin.py # Copyright (C) 2006-2016 the Mako authors and contributors <see AUTHORS file> # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php """gettext message extraction via Babel: http://babel.edgewall.org/""" from babel.messages.extr...
2,079
Python
.py
41
41.902439
78
0.667817
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,040
preprocessors.py
evilhero_mylar/lib/mako/ext/preprocessors.py
# ext/preprocessors.py # Copyright (C) 2006-2016 the Mako authors and contributors <see AUTHORS file> # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php """preprocessing functions, used with the 'preprocessor' argument on Template, TemplateLookup...
580
Python
.py
14
38.571429
78
0.735714
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,041
beaker_cache.py
evilhero_mylar/lib/mako/ext/beaker_cache.py
"""Provide a :class:`.CacheImpl` for the Beaker caching system.""" from mako import exceptions from mako.cache import CacheImpl try: from beaker import cache as beaker_cache except: has_beaker = False else: has_beaker = True _beaker_cache = None class BeakerCacheImpl(CacheImpl): """A :class:`.Cac...
2,365
Python
.py
58
32.362069
79
0.605068
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,042
extract.py
evilhero_mylar/lib/mako/ext/extract.py
import re from mako import compat from mako import lexer from mako import parsetree class MessageExtractor(object): def process_file(self, fileobj): template_node = lexer.Lexer( fileobj.read(), input_encoding=self.config['encoding']).parse() for extracted in self.extract_n...
4,261
Python
.py
93
31.408602
78
0.563689
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,043
client.py
evilhero_mylar/lib/deluge_client/client.py
import logging import socket import ssl import struct import warnings import zlib from .rencode import dumps, loads RPC_RESPONSE = 1 RPC_ERROR = 2 RPC_EVENT = 3 MESSAGE_HEADER_SIZE = 5 READ_SIZE = 10 logger = logging.getLogger(__name__) class DelugeClientException(Exception): """Base exception for all deluge ...
10,080
Python
.py
228
31.802632
126
0.56818
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,044
rencode.py
evilhero_mylar/lib/deluge_client/rencode.py
# Original bencode module by Petru Paler, et al. # # Modifications by Connelly Barnes: # # - Added support for floats (sent as 32-bit or 64-bit in network # order), bools, None. # - Allowed dict keys to be of any serializable type. # - Lists/tuples are always decoded as tuples (thus, tuples can be # used as di...
13,391
Python
.py
377
30.734748
112
0.621429
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,045
tests.py
evilhero_mylar/lib/deluge_client/tests.py
import os import sys import pytest from .client import DelugeRPCClient, RemoteException if sys.version_info > (3,): long = int @pytest.fixture def client(request): if sys.platform.startswith('win'): auth_path = os.path.join(os.getenv('APPDATA'), 'deluge', 'auth') else: auth_path = os.p...
1,783
Python
.py
45
33.133333
89
0.645518
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,046
test_cli.py
evilhero_mylar/lib/tests/test_cli.py
import argparse import unittest import stun from stun import cli class TestCLI(unittest.TestCase): """Test the CLI API.""" @classmethod def setUpClass(cls): cls.source_ip = '123.45.67.89' cls.source_port = 24816 cls.stun_port = 13579 cls.stun_host = 'stun.stub.org' d...
1,975
Python
.py
49
31.795918
75
0.625392
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,047
setup.py
evilhero_mylar/lib/rarfile/setup.py
"""Setup script for rarfile. """ from setuptools import setup import re vrx = r"""^__version__ *= *['"]([^'"]+)['"]""" src = open("rarfile.py").read() ver = re.search(vrx, src, re.M).group(1) ldesc = open("README.rst").read().strip() sdesc = ldesc.split('\n')[0].split(' - ')[1].strip() setup( name = "rarfile",...
1,057
Python
.py
31
29.290323
71
0.598039
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,048
rarfile.py
evilhero_mylar/lib/rarfile/rarfile.py
# rarfile.py # # Copyright (c) 2005-2016 Marko Kreen <markokr@gmail.com> # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above # copyright notice and this permission notice appear in all copies. # # THE SOFTWARE IS PROVIDED...
88,349
Python
.py
2,485
26.643863
107
0.568199
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,049
dumprar.py
evilhero_mylar/lib/rarfile/dumprar.py
#! /usr/bin/env python """Dump archive contents, test extraction.""" from __future__ import division, absolute_import, print_function import io import sys import getopt from datetime import datetime import rarfile as rf usage = """ dumprar [switches] [ARC1 ARC2 ...] [@ARCLIST] switches: @file read archive...
16,094
Python
.py
473
26.72093
101
0.553868
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,050
conf.py
evilhero_mylar/lib/rarfile/doc/conf.py
# -*- coding: utf-8 -*- # # RarFile documentation build configuration file, created by # sphinx-quickstart on Sun Mar 24 13:29:46 2013. # # This file is execfile()d with the current directory set to its containing dir. # # Note that not all possible configuration values are present in this # autogenerated file. # # All...
8,059
Python
.py
182
42.840659
84
0.726633
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,051
thread.py
evilhero_mylar/lib/concurrent/futures/thread.py
# Copyright 2009 Brian Quinlan. All Rights Reserved. # Licensed to PSF under a Contributor Agreement. """Implements ThreadPoolExecutor.""" import atexit from concurrent.futures import _base import Queue as queue import threading import weakref import sys try: from multiprocessing import cpu_count except ImportEr...
5,092
Python
.py
128
31.054688
80
0.61845
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,052
process.py
evilhero_mylar/lib/concurrent/futures/process.py
# Copyright 2009 Brian Quinlan. All Rights Reserved. # Licensed to PSF under a Contributor Agreement. """Implements ProcessPoolExecutor. The follow diagram and text describe the data-flow through the system: |======================= In-process =====================|== Out-of-process ==| +----------+ +----------...
14,986
Python
.py
319
37.125392
100
0.569309
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,053
__init__.py
evilhero_mylar/lib/concurrent/futures/__init__.py
# Copyright 2009 Brian Quinlan. All Rights Reserved. # Licensed to PSF under a Contributor Agreement. """Execute computations asynchronously using threads or processes.""" __author__ = 'Brian Quinlan (brian@sweetapp.com)' from concurrent.futures._base import (FIRST_COMPLETED, FI...
887
Python
.py
19
28.842105
69
0.533565
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,054
_base.py
evilhero_mylar/lib/concurrent/futures/_base.py
# Copyright 2009 Brian Quinlan. All Rights Reserved. # Licensed to PSF under a Contributor Agreement. import collections import logging import threading import itertools import time import types __author__ = 'Brian Quinlan (brian@sweetapp.com)' FIRST_COMPLETED = 'FIRST_COMPLETED' FIRST_EXCEPTION = 'FIRST_EXCEPTION' ...
22,424
Python
.py
515
32.726214
80
0.608682
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,055
client.py
evilhero_mylar/lib/utorrent/client.py
#coding=utf8 import urllib import urllib2 import urlparse import cookielib import re import StringIO try: import json except ImportError: import simplejson as json from upload import MultiPartForm class UTorrentClient(object): def __init__(self, base_url, username, password): self.base_url = bas...
4,613
Python
.py
113
31
85
0.595769
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,056
upload.py
evilhero_mylar/lib/utorrent/upload.py
#code copied from http://www.doughellmann.com/PyMOTW/urllib2/ import itertools import mimetools import mimetypes from cStringIO import StringIO import urllib import urllib2 class MultiPartForm(object): """Accumulate the data to be used when posting a form.""" def __init__(self): self.form_fields = []...
2,364
Python
.py
61
29.04918
86
0.58912
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,057
__init__.py
evilhero_mylar/lib/cfscrape/__init__.py
import logging import random import re import subprocess import copy import time from requests.sessions import Session from collections import OrderedDict try: from urlparse import urlparse from urlparse import urlunparse except ImportError: from urllib.parse import urlparse from urllib.parse import ...
12,035
Python
.py
220
45.004545
312
0.624097
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,058
socks.py
evilhero_mylar/lib/httplib2/socks.py
"""SocksiPy - Python SOCKS module. Version 1.00 Copyright 2006 Dan-Haim. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this ...
18,459
Python
.py
403
36.471464
146
0.616004
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,059
__init__.py
evilhero_mylar/lib/httplib2/__init__.py
from __future__ import generators """ httplib2 A caching http interface that supports ETags and gzip to conserve bandwidth. Requires Python 2.3 or later Changelog: 2007-08-18, Rick: Modified so it's able to use a socks proxy if needed. """ __author__ = "Joe Gregorio (joe@bitworking.org)" __copyright__ = "Copyright...
67,380
Python
.py
1,408
36.840199
235
0.598677
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,060
iri2uri.py
evilhero_mylar/lib/httplib2/iri2uri.py
""" iri2uri Converts an IRI to a URI. """ __author__ = "Joe Gregorio (joe@bitworking.org)" __copyright__ = "Copyright 2006, Joe Gregorio" __contributors__ = [] __version__ = "1.0.0" __license__ = "MIT" __history__ = """ """ import urlparse # Convert an IRI to a URI following the rules in RFC 3987 # # The characte...
3,850
Python
.py
94
34.06383
143
0.598385
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,061
cli.py
evilhero_mylar/lib/stun/cli.py
from __future__ import print_function import argparse import logging import sys import stun def make_argument_parser(): parser = argparse.ArgumentParser( formatter_class=argparse.ArgumentDefaultsHelpFormatter ) parser.add_argument( '-d', '--debug', action='store_true', help='Enab...
1,639
Python
.py
53
23.754717
80
0.607619
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,062
__init__.py
evilhero_mylar/lib/stun/__init__.py
import binascii import logging import random import socket __version__ = '0.1.0' log = logging.getLogger("pystun") STUN_SERVERS = ( 'stun.ekiga.net', 'stun.ideasip.com', 'stun.voiparound.com', 'stun.voipbuster.com', 'stun.voipstunt.com', 'stun.voxgratia.org' ) stun_servers_list = STUN_SERVER...
9,444
Python
.py
235
29.221277
81
0.55154
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,063
__main__.py
evilhero_mylar/lib/natsort/__main__.py
# -*- coding: utf-8 -*- from __future__ import ( print_function, division, unicode_literals, absolute_import ) # Std. lib imports. import sys # Local imports. from natsort.natsort import natsorted, ns from natsort.utils import _regex_chooser from natsort._version import __version__ from natsort.compat...
8,180
Python
.py
180
36.438889
78
0.605392
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,064
unicode_numbers.py
evilhero_mylar/lib/natsort/unicode_numbers.py
# -*- coding: utf-8 -*- """ Contains all possible non-ASCII unicode numbers. """ from __future__ import ( print_function, division, unicode_literals, absolute_import ) # Std. lib imports. import unicodedata # Local imports. from natsort.compat.py23 import py23_unichr # Rather than determine this on ...
16,290
Python
.py
302
49.062914
72
0.716092
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,065
_version.py
evilhero_mylar/lib/natsort/_version.py
# -*- coding: utf-8 -*- from __future__ import ( print_function, division, unicode_literals, absolute_import ) __version__ = '5.3.0'
150
Python
.py
8
15.625
24
0.609929
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,066
utils.py
evilhero_mylar/lib/natsort/utils.py
# -*- coding: utf-8 -*- """ Utilities and definitions for natsort, mostly all used to define the _natsort_key function. SOME CONVENTIONS USED IN THIS FILE. 1 - Factory Functions Most of the logic of natsort revolves around factory functions that create branchless transformation functions. For example, rather than ma...
18,446
Python
.py
439
35.323462
79
0.638422
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,067
__init__.py
evilhero_mylar/lib/natsort/__init__.py
# -*- coding: utf-8 -*- from __future__ import ( print_function, division, unicode_literals, absolute_import ) # Local imports. import sys from natsort.utils import chain_functions from natsort._version import __version__ from natsort.natsort import ( natsort_key, natsort_keygen, natsorte...
1,081
Python
.py
53
16.415094
70
0.649706
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,068
ns_enum.py
evilhero_mylar/lib/natsort/ns_enum.py
# -*- coding: utf-8 -*- """This module defines the "ns" enum for natsort.""" from __future__ import ( print_function, division, unicode_literals, absolute_import ) class ns(object): """ Enum to control the `natsort` algorithm. This class acts like an enum to control the `natsort` algorith...
7,068
Python
.py
150
40.18
77
0.617345
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,069
natsort.py
evilhero_mylar/lib/natsort/natsort.py
# -*- coding: utf-8 -*- """ Natsort can sort strings with numbers in a natural order. It provides the natsorted function to sort strings with arbitrary numbers. You can mix types with natsorted. This can get around the new 'unorderable types' issue with Python 3. Natsort will recursively descend into lists of lists s...
21,393
Python
.py
587
29.826235
78
0.626774
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,070
py23.py
evilhero_mylar/lib/natsort/compat/py23.py
# -*- coding: utf-8 -*- from __future__ import ( print_function, division, unicode_literals, absolute_import ) import functools import sys # These functions are used to make the doctests compatible between # python2 and python3, and also provide uniform functionality between # the two versions. This ...
3,416
Python
.py
95
29.115789
76
0.609726
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,071
fastnumbers.py
evilhero_mylar/lib/natsort/compat/fastnumbers.py
# -*- coding: utf-8 -*- from __future__ import ( print_function, division, unicode_literals, absolute_import ) from distutils.version import StrictVersion # If the user has fastnumbers installed, they will get great speed # benefits. If not, we use the simulated functions that come with natsort. try: ...
681
Python
.py
24
23.791667
74
0.685496
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,072
fake_fastnumbers.py
evilhero_mylar/lib/natsort/compat/fake_fastnumbers.py
# -*- coding: utf-8 -*- """\ This module is intended to replicate some of the functionality from the fastnumbers module in the event that module is not installed. """ from __future__ import ( print_function, division, unicode_literals, absolute_import ) # Std. lib imports. import unicodedata from natso...
2,404
Python
.py
65
29.876923
78
0.59777
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,073
locale.py
evilhero_mylar/lib/natsort/compat/locale.py
# -*- coding: utf-8 -*- from __future__ import ( print_function, division, unicode_literals, absolute_import ) # Std. lib imports. import sys # Local imports. from natsort.compat.py23 import ( PY_VERSION, cmp_to_key, py23_unichr, ) # This string should be sorted after any other byte strin...
4,880
Python
.py
124
28.459677
75
0.537893
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,074
pathlib.py
evilhero_mylar/lib/natsort/compat/pathlib.py
# -*- coding: utf-8 -*- from __future__ import ( print_function, division, unicode_literals, absolute_import ) try: from pathlib import PurePath # PurePath is the base object for Paths. except ImportError: # pragma: no cover PurePath = object # To avoid NameErrors. has_pathlib = False el...
347
Python
.py
14
21.428571
74
0.689759
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,075
models.py
evilhero_mylar/lib/requests/models.py
# -*- coding: utf-8 -*- """ requests.models ~~~~~~~~~~~~~~~ This module contains the primary objects that power Requests. """ import collections import datetime from io import BytesIO, UnsupportedOperation from .hooks import default_hooks from .structures import CaseInsensitiveDict from .auth import HTTPBasicAuth ...
29,176
Python
.py
688
31.84157
119
0.589151
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,076
cookies.py
evilhero_mylar/lib/requests/cookies.py
# -*- coding: utf-8 -*- """ Compatibility code to be able to use `cookielib.CookieJar` with requests. requests.utils imports from here, so be careful with imports. """ import copy import time import collections from .compat import cookielib, urlparse, urlunparse, Morsel try: import threading # grr, pyflakes...
17,191
Python
.py
383
36.616188
111
0.647499
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,077
sessions.py
evilhero_mylar/lib/requests/sessions.py
# -*- coding: utf-8 -*- """ requests.session ~~~~~~~~~~~~~~~~ This module provides a Session object to manage and persist settings across requests (cookies, auth, proxies). """ import os from collections import Mapping from datetime import datetime from .auth import _basic_auth_str from .compat import cookielib, Or...
24,250
Python
.py
521
36.516315
115
0.622789
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,078
api.py
evilhero_mylar/lib/requests/api.py
# -*- coding: utf-8 -*- """ requests.api ~~~~~~~~~~~~ This module implements the Requests API. :copyright: (c) 2012 by Kenneth Reitz. :license: Apache2, see LICENSE for more details. """ from . import sessions def request(method, url, **kwargs): """Constructs and sends a :class:`Request <Request>`. :par...
5,415
Python
.py
108
45.277778
144
0.686409
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,079
auth.py
evilhero_mylar/lib/requests/auth.py
# -*- coding: utf-8 -*- """ requests.auth ~~~~~~~~~~~~~ This module contains the authentication handlers for Requests. """ import os import re import time import hashlib from base64 import b64encode from .compat import urlparse, str from .cookies import extract_cookies_to_jar from .utils import parse_dict_header, ...
6,794
Python
.py
168
31.017857
88
0.57247
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,080
utils.py
evilhero_mylar/lib/requests/utils.py
# -*- coding: utf-8 -*- """ requests.utils ~~~~~~~~~~~~~~ This module provides utility functions that are used within Requests that are also useful for external consumption. """ import cgi import codecs import collections import io import os import platform import re import sys import socket import struct import wa...
21,334
Python
.py
538
32.204461
118
0.622727
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,081
status_codes.py
evilhero_mylar/lib/requests/status_codes.py
# -*- coding: utf-8 -*- from .structures import LookupDict _codes = { # Informational. 100: ('continue',), 101: ('switching_protocols',), 102: ('processing',), 103: ('checkpoint',), 122: ('uri_too_long', 'request_uri_too_long'), 200: ('ok', 'okay', 'all_ok', 'all_okay', 'all_good', '\\o/'...
3,200
Python
.py
81
34.382716
89
0.600257
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,082
__init__.py
evilhero_mylar/lib/requests/__init__.py
# -*- coding: utf-8 -*- # __ # /__) _ _ _ _ _/ _ # / ( (- (/ (/ (- _) / _) # / """ requests HTTP library ~~~~~~~~~~~~~~~~~~~~~ Requests is an HTTP library, written in Python, for human beings. Basic GET usage: >>> import requests >>> r = requests.get('https://www.python.org') >>> ...
1,861
Python
.py
63
26.492063
77
0.659193
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,083
hooks.py
evilhero_mylar/lib/requests/hooks.py
# -*- coding: utf-8 -*- """ requests.hooks ~~~~~~~~~~~~~~ This module provides the capabilities for the Requests hooks system. Available hooks: ``response``: The response generated from a Request. """ HOOKS = ['response'] def default_hooks(): hooks = {} for event in HOOKS: hooks[event] = []...
820
Python
.py
28
23.535714
68
0.606452
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,084
compat.py
evilhero_mylar/lib/requests/compat.py
# -*- coding: utf-8 -*- """ pythoncompat """ from .packages import chardet import sys # ------- # Pythons # ------- # Syntax sugar. _ver = sys.version_info #: Python 2.x? is_py2 = (_ver[0] == 2) #: Python 3.x? is_py3 = (_ver[0] == 3) try: import simplejson as json except (ImportError, SyntaxError): # si...
1,469
Python
.py
49
26.510204
132
0.706468
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,085
exceptions.py
evilhero_mylar/lib/requests/exceptions.py
# -*- coding: utf-8 -*- """ requests.exceptions ~~~~~~~~~~~~~~~~~~~ This module contains the set of Requests' exceptions. """ from .packages.urllib3.exceptions import HTTPError as BaseHTTPError class RequestException(IOError): """There was an ambiguous exception that occurred while handling your request.""...
2,517
Python
.py
59
37.728814
74
0.72043
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,086
certs.py
evilhero_mylar/lib/requests/certs.py
#!/usr/bin/env python # -*- coding: utf-8 -*- """ certs.py ~~~~~~~~ This module returns the preferred default CA certificate bundle. If you are packaging Requests, e.g., for a Linux distribution or a managed environment, you can change the definition of where() to return a separately packaged CA bundle. """ import o...
613
Python
.py
20
27.6
76
0.697279
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,087
adapters.py
evilhero_mylar/lib/requests/adapters.py
# -*- coding: utf-8 -*- """ requests.adapters ~~~~~~~~~~~~~~~~~ This module contains the transport adapters that Requests uses to define and maintain connections. """ import socket from .models import Response from .packages.urllib3.poolmanager import PoolManager, proxy_from_url from .packages.urllib3.response impo...
16,810
Python
.py
347
37.005764
97
0.622183
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,088
structures.py
evilhero_mylar/lib/requests/structures.py
# -*- coding: utf-8 -*- """ requests.structures ~~~~~~~~~~~~~~~~~~~ Data structures that power Requests. """ import collections class CaseInsensitiveDict(collections.MutableMapping): """ A case-insensitive ``dict``-like object. Implements all methods and operations of ``collections.MutableMapping...
2,977
Python
.py
77
31.649351
75
0.614688
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,089
_collections.py
evilhero_mylar/lib/requests/packages/urllib3/_collections.py
from collections import Mapping, MutableMapping try: from threading import RLock except ImportError: # Platform-specific: No threads available class RLock: def __enter__(self): pass def __exit__(self, exc_type, exc_value, traceback): pass try: # Python 2.7+ from ...
10,454
Python
.py
259
30.976834
92
0.597962
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,090
response.py
evilhero_mylar/lib/requests/packages/urllib3/response.py
try: import http.client as httplib except ImportError: import httplib import zlib import io from socket import timeout as SocketTimeout from ._collections import HTTPHeaderDict from .exceptions import ( ProtocolError, DecodeError, ReadTimeoutError, ResponseNotChunked ) from .packages.six import string_type...
16,459
Python
.py
383
31.772846
93
0.590321
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,091
poolmanager.py
evilhero_mylar/lib/requests/packages/urllib3/poolmanager.py
import logging try: # Python 3 from urllib.parse import urljoin except ImportError: from urlparse import urljoin from ._collections import RecentlyUsedContainer from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool from .connectionpool import port_by_scheme from .exceptions import LocationValue...
9,406
Python
.py
213
34.976526
86
0.622398
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,092
request.py
evilhero_mylar/lib/requests/packages/urllib3/request.py
try: from urllib.parse import urlencode except ImportError: from urllib import urlencode from .filepost import encode_multipart_formdata __all__ = ['RequestMethods'] class RequestMethods(object): """ Convenience mixin for classes who implement a :meth:`urlopen` method, such as :class:`~urllib3....
5,751
Python
.py
109
41.587156
109
0.626025
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,093
__init__.py
evilhero_mylar/lib/requests/packages/urllib3/__init__.py
""" urllib3 - Thread-safe connection pooling and re-using. """ __author__ = 'Andrey Petrov (andrey.petrov@shazow.net)' __license__ = 'MIT' __version__ = '1.10.4' from .connectionpool import ( HTTPConnectionPool, HTTPSConnectionPool, connection_from_url ) from . import exceptions from .filepost import en...
2,055
Python
.py
56
33.071429
84
0.746727
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,094
exceptions.py
evilhero_mylar/lib/requests/packages/urllib3/exceptions.py
## Base Exceptions class HTTPError(Exception): "Base exception used by this module." pass class HTTPWarning(Warning): "Base warning used by this module." pass class PoolError(HTTPError): "Base exception for errors caused within a pool." def __init__(self, pool, message): self.pool ...
4,374
Python
.py
107
35.71028
79
0.72604
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,095
connectionpool.py
evilhero_mylar/lib/requests/packages/urllib3/connectionpool.py
import errno import logging import sys import warnings from socket import error as SocketError, timeout as SocketTimeout import socket try: # Python 3 from queue import LifoQueue, Empty, Full except ImportError: from Queue import LifoQueue, Empty, Full import Queue as _ # Platform-specific: Windows fr...
30,319
Python
.py
637
36.102041
99
0.609064
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,096
connection.py
evilhero_mylar/lib/requests/packages/urllib3/connection.py
import datetime import sys import socket from socket import timeout as SocketTimeout import warnings from .packages import six try: # Python 3 from http.client import HTTPConnection as _HTTPConnection, HTTPException except ImportError: from httplib import HTTPConnection as _HTTPConnection, HTTPException cla...
9,011
Python
.py
202
35.183168
109
0.634618
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,097
fields.py
evilhero_mylar/lib/requests/packages/urllib3/fields.py
import email.utils import mimetypes from .packages import six def guess_content_type(filename, default='application/octet-stream'): """ Guess the "Content-Type" of a file. :param filename: The filename to guess the "Content-Type" of using :mod:`mimetypes`. :param default: If no "Cont...
5,833
Python
.py
145
30.986207
88
0.603784
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,098
filepost.py
evilhero_mylar/lib/requests/packages/urllib3/filepost.py
import codecs from uuid import uuid4 from io import BytesIO from .packages import six from .packages.six import b from .fields import RequestField writer = codecs.lookup('utf-8')[3] def choose_boundary(): """ Our embarassingly-simple replacement for mimetools.choose_boundary. """ return uuid4().hex...
2,281
Python
.py
65
28.738462
85
0.653108
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)
21,099
ordered_dict.py
evilhero_mylar/lib/requests/packages/urllib3/packages/ordered_dict.py
# Backport of OrderedDict() class that runs on Python 2.4, 2.5, 2.6, 2.7 and pypy. # Passes Python2.7's test suite and incorporates all the latest updates. # Copyright 2009 Raymond Hettinger, released under the MIT License. # http://code.activestate.com/recipes/576693/ try: from thread import get_ident as _get_iden...
8,935
Python
.py
219
31.579909
87
0.565007
evilhero/mylar
977
173
0
GPL-3.0
9/5/2024, 5:12:46 PM (Europe/Amsterdam)