Skip to content

Commit fe1fb13

Browse files
authored
Add files via upload
1 parent 1610dfb commit fe1fb13

10 files changed

Lines changed: 58 additions & 58 deletions

PyWWW/pywwwget_bard.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pywwwget_optimized.py
55
Version: clean-tls-v36-optimized
66
7-
Optimized and bug-fixed version of PyWWW-Get helpers.
7+
Optimized and bug-fixed version of PyNeoWWW-Get helpers.
88
Compatible with Python 2.7 and Python 3.x.
99
1010
Changes:
@@ -298,13 +298,13 @@ def unquote(x): return x
298298
if((__use_http_lib__ == "httpx" or __use_http_lib__ == "requests") and not havehttpx and not haverequests):
299299
__use_http_lib__ = "urllib"
300300

301-
__program_name__ = "PyWWW-Get"
301+
__program_name__ = "PyNeoWWW-Get"
302302
__program_alt_name__ = "PyWWWGet"
303303
__program_small_name__ = "wwwget"
304304
__project__ = __program_name__
305-
__project_url__ = "https://github.com/GameMaker2k/PyWWW-Get"
306-
__version_info__ = (2, 1, 6, "RC 1", 1)
307-
__version_date_info__ = (2025, 8, 14, "RC 1", 1)
305+
__project_url__ = "https://github.com/GameMaker2k/PyNeoWWW-Get"
306+
__version_info__ = (2, 2, 0, "RC 1", 1)
307+
__version_date_info__ = (2026, 1, 23, "RC 1", 1)
308308
__version_date__ = str(__version_date_info__[0])+"."+str(__version_date_info__[
309309
1]).zfill(2)+"."+str(__version_date_info__[2]).zfill(2)
310310
__revision__ = __version_info__[3]
@@ -1344,4 +1344,4 @@ def download_file_from_internet_string(url, headers=None):
13441344
return fp.read() if fp else False
13451345

13461346
if __name__ == "__main__":
1347-
print("PyWWW-Get Library %s loaded." % __version__)
1347+
print("PyNeoWWW-Get Library %s loaded." % __version__)

PyWWW/pywwwget_chatgpt.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
pywwwgetadv_clean.py
55
6-
A small, self-contained subset of PyWWW-Get style helpers that keeps the same
6+
A small, self-contained subset of PyNeoWWW-Get style helpers that keeps the same
77
public API shape you were using:
88
99
- download_file_from_internet_file(url, headers=..., usehttp=...)
@@ -346,13 +346,13 @@ def unquote(x): # very small fallback
346346
if((__use_http_lib__ == "httpx" or __use_http_lib__ == "requests") and not havehttpx and not haverequests):
347347
__use_http_lib__ = "urllib"
348348

349-
__program_name__ = "PyWWW-Get"
349+
__program_name__ = "PyNeoWWW-Get"
350350
__program_alt_name__ = "PyWWWGet"
351351
__program_small_name__ = "wwwget"
352352
__project__ = __program_name__
353-
__project_url__ = "https://github.com/GameMaker2k/PyWWW-Get"
354-
__version_info__ = (2, 1, 6, "RC 1", 1)
355-
__version_date_info__ = (2025, 8, 14, "RC 1", 1)
353+
__project_url__ = "https://github.com/GameMaker2k/PyNeoWWW-Get"
354+
__version_info__ = (2, 2, 0, "RC 1", 1)
355+
__version_date_info__ = (2026, 1, 23, "RC 1", 1)
356356
__version_date__ = str(__version_date_info__[0])+"."+str(__version_date_info__[
357357
1]).zfill(2)+"."+str(__version_date_info__[2]).zfill(2)
358358
__revision__ = __version_info__[3]

PyWWW/pywwwget_deepseek.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -330,13 +330,13 @@ def unquote(x): # very small fallback
330330
if((__use_http_lib__ == "httpx" or __use_http_lib__ == "requests") and not havehttpx and not haverequests):
331331
__use_http_lib__ = "urllib"
332332

333-
__program_name__ = "PyWWW-Get"
333+
__program_name__ = "PyNeoWWW-Get"
334334
__program_alt_name__ = "PyWWWGet"
335335
__program_small_name__ = "wwwget"
336336
__project__ = __program_name__
337-
__project_url__ = "https://github.com/GameMaker2k/PyWWW-Get"
338-
__version_info__ = (2, 1, 6, "RC 1", 1)
339-
__version_date_info__ = (2025, 8, 14, "RC 1", 1)
337+
__project_url__ = "https://github.com/GameMaker2k/PyNeoWWW-Get"
338+
__version_info__ = (2, 2, 0, "RC 1", 1)
339+
__version_date_info__ = (2026, 1, 23, "RC 1", 1)
340340
__version_date__ = str(__version_date_info__[0])+"."+str(__version_date_info__[
341341
1]).zfill(2)+"."+str(__version_date_info__[2]).zfill(2)
342342
__revision__ = __version_info__[3]
@@ -3591,7 +3591,7 @@ def recv_to_path(url, out_path, auto_extract=False, extract_dir=None,
35913591

35923592
elif cmd in ("help", "-h", "--help"):
35933593
print("""
3594-
PyWWW-Get (Optimized) v%s
3594+
PyNeoWWW-Get (Optimized) v%s
35953595
Usage:
35963596
%s download <url> [output_path]
35973597
%s upload <file_or_dir> <url>
@@ -3608,5 +3608,5 @@ def recv_to_path(url, out_path, auto_extract=False, extract_dir=None,
36083608
print("Unknown command. Use 'help' for usage.")
36093609
sys.exit(1)
36103610
else:
3611-
print("PyWWW-Get (Optimized) v%s" % __version__)
3611+
print("PyNeoWWW-Get (Optimized) v%s" % __version__)
36123612
print("Use '%s help' for usage." % sys.argv[0])

PyWWW/pywwwget_merged.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77
pywwwgetadv_clean.py
88
9-
A small, self-contained subset of PyWWW-Get style helpers that keeps the same
9+
A small, self-contained subset of PyNeoWWW-Get style helpers that keeps the same
1010
public API shape you were using:
1111
1212
- download_file_from_internet_file(url, headers=..., usehttp=...)
@@ -349,13 +349,13 @@ def unquote(x): # very small fallback
349349
if((__use_http_lib__ == "httpx" or __use_http_lib__ == "requests") and not havehttpx and not haverequests):
350350
__use_http_lib__ = "urllib"
351351

352-
__program_name__ = "PyWWW-Get"
352+
__program_name__ = "PyNeoWWW-Get"
353353
__program_alt_name__ = "PyWWWGet"
354354
__program_small_name__ = "wwwget"
355355
__project__ = __program_name__
356-
__project_url__ = "https://github.com/GameMaker2k/PyWWW-Get"
357-
__version_info__ = (2, 1, 6, "RC 1", 1)
358-
__version_date_info__ = (2025, 8, 14, "RC 1", 1)
356+
__project_url__ = "https://github.com/GameMaker2k/PyNeoWWW-Get"
357+
__version_info__ = (2, 2, 0, "RC 1", 1)
358+
__version_date_info__ = (2026, 1, 23, "RC 1", 1)
359359
__version_date__ = str(__version_date_info__[0])+"."+str(__version_date_info__[
360360
1]).zfill(2)+"."+str(__version_date_info__[2]).zfill(2)
361361
__revision__ = __version_info__[3]

PyWWW/pywwwget_nextver.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77
pywwwgetadv_clean.py
88
9-
A small, self-contained subset of PyWWW-Get style helpers that keeps the same
9+
A small, self-contained subset of PyNeoWWW-Get style helpers that keeps the same
1010
public API shape you were using:
1111
1212
- download_file_from_internet_file(url, headers=..., usehttp=...)
@@ -363,13 +363,13 @@ def unquote(x): # very small fallback
363363
if((__use_http_lib__ == "httpx" or __use_http_lib__ == "requests") and not havehttpx and not haverequests):
364364
__use_http_lib__ = "urllib"
365365

366-
__program_name__ = "PyWWW-Get"
366+
__program_name__ = "PyNeoWWW-Get"
367367
__program_alt_name__ = "PyWWWGet"
368368
__program_small_name__ = "wwwget"
369369
__project__ = __program_name__
370-
__project_url__ = "https://github.com/GameMaker2k/PyWWW-Get"
371-
__version_info__ = (2, 1, 6, "RC 1", 1)
372-
__version_date_info__ = (2025, 8, 14, "RC 1", 1)
370+
__project_url__ = "https://github.com/GameMaker2k/PyNeoWWW-Get"
371+
__version_info__ = (2, 2, 0, "RC 1", 1)
372+
__version_date_info__ = (2026, 1, 23, "RC 1", 1)
373373
__version_date__ = str(__version_date_info__[0])+"."+str(__version_date_info__[
374374
1]).zfill(2)+"."+str(__version_date_info__[2]).zfill(2)
375375
__revision__ = __version_info__[3]
@@ -3530,12 +3530,12 @@ def upload_file_to_internet_string(data, url):
35303530

35313531
else:
35323532
sys.stdout.write(
3533-
"PyWWW-Get v%s\n\n"
3533+
"PyNeoWWW-Get v%s\n\n"
35343534
"Usage:\n"
35353535
" %s download <url> [output_path]\n"
35363536
" %s upload <file_or_dir> <url>\n"
35373537
" %s help\n"
35383538
% (__version__, argv[0] if argv else "python", argv[0] if argv else "python", argv[0] if argv else "python")
35393539
)
35403540
else:
3541-
sys.stdout.write("PyWWW-Get Library %s loaded.\n" % __version__)
3541+
sys.stdout.write("PyNeoWWW-Get Library %s loaded.\n" % __version__)

pywwwget_bard.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pywwwget_optimized.py
55
Version: clean-tls-v36-optimized
66
7-
Optimized and bug-fixed version of PyWWW-Get helpers.
7+
Optimized and bug-fixed version of PyNeoWWW-Get helpers.
88
Compatible with Python 2.7 and Python 3.x.
99
1010
Changes:
@@ -298,13 +298,13 @@ def unquote(x): return x
298298
if((__use_http_lib__ == "httpx" or __use_http_lib__ == "requests") and not havehttpx and not haverequests):
299299
__use_http_lib__ = "urllib"
300300

301-
__program_name__ = "PyWWW-Get"
301+
__program_name__ = "PyNeoWWW-Get"
302302
__program_alt_name__ = "PyWWWGet"
303303
__program_small_name__ = "wwwget"
304304
__project__ = __program_name__
305-
__project_url__ = "https://github.com/GameMaker2k/PyWWW-Get"
306-
__version_info__ = (2, 1, 6, "RC 1", 1)
307-
__version_date_info__ = (2025, 8, 14, "RC 1", 1)
305+
__project_url__ = "https://github.com/GameMaker2k/PyNeoWWW-Get"
306+
__version_info__ = (2, 2, 0, "RC 1", 1)
307+
__version_date_info__ = (2026, 1, 23, "RC 1", 1)
308308
__version_date__ = str(__version_date_info__[0])+"."+str(__version_date_info__[
309309
1]).zfill(2)+"."+str(__version_date_info__[2]).zfill(2)
310310
__revision__ = __version_info__[3]
@@ -1344,4 +1344,4 @@ def download_file_from_internet_string(url, headers=None):
13441344
return fp.read() if fp else False
13451345

13461346
if __name__ == "__main__":
1347-
print("PyWWW-Get Library %s loaded." % __version__)
1347+
print("PyNeoWWW-Get Library %s loaded." % __version__)

pywwwget_chatgpt.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
pywwwgetadv_clean.py
55
6-
A small, self-contained subset of PyWWW-Get style helpers that keeps the same
6+
A small, self-contained subset of PyNeoWWW-Get style helpers that keeps the same
77
public API shape you were using:
88
99
- download_file_from_internet_file(url, headers=..., usehttp=...)
@@ -346,13 +346,13 @@ def unquote(x): # very small fallback
346346
if((__use_http_lib__ == "httpx" or __use_http_lib__ == "requests") and not havehttpx and not haverequests):
347347
__use_http_lib__ = "urllib"
348348

349-
__program_name__ = "PyWWW-Get"
349+
__program_name__ = "PyNeoWWW-Get"
350350
__program_alt_name__ = "PyWWWGet"
351351
__program_small_name__ = "wwwget"
352352
__project__ = __program_name__
353-
__project_url__ = "https://github.com/GameMaker2k/PyWWW-Get"
354-
__version_info__ = (2, 1, 6, "RC 1", 1)
355-
__version_date_info__ = (2025, 8, 14, "RC 1", 1)
353+
__project_url__ = "https://github.com/GameMaker2k/PyNeoWWW-Get"
354+
__version_info__ = (2, 2, 0, "RC 1", 1)
355+
__version_date_info__ = (2026, 1, 23, "RC 1", 1)
356356
__version_date__ = str(__version_date_info__[0])+"."+str(__version_date_info__[
357357
1]).zfill(2)+"."+str(__version_date_info__[2]).zfill(2)
358358
__revision__ = __version_info__[3]

pywwwget_deepseek.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -330,13 +330,13 @@ def unquote(x): # very small fallback
330330
if((__use_http_lib__ == "httpx" or __use_http_lib__ == "requests") and not havehttpx and not haverequests):
331331
__use_http_lib__ = "urllib"
332332

333-
__program_name__ = "PyWWW-Get"
333+
__program_name__ = "PyNeoWWW-Get"
334334
__program_alt_name__ = "PyWWWGet"
335335
__program_small_name__ = "wwwget"
336336
__project__ = __program_name__
337-
__project_url__ = "https://github.com/GameMaker2k/PyWWW-Get"
338-
__version_info__ = (2, 1, 6, "RC 1", 1)
339-
__version_date_info__ = (2025, 8, 14, "RC 1", 1)
337+
__project_url__ = "https://github.com/GameMaker2k/PyNeoWWW-Get"
338+
__version_info__ = (2, 2, 0, "RC 1", 1)
339+
__version_date_info__ = (2026, 1, 23, "RC 1", 1)
340340
__version_date__ = str(__version_date_info__[0])+"."+str(__version_date_info__[
341341
1]).zfill(2)+"."+str(__version_date_info__[2]).zfill(2)
342342
__revision__ = __version_info__[3]
@@ -3591,7 +3591,7 @@ def recv_to_path(url, out_path, auto_extract=False, extract_dir=None,
35913591

35923592
elif cmd in ("help", "-h", "--help"):
35933593
print("""
3594-
PyWWW-Get (Optimized) v%s
3594+
PyNeoWWW-Get (Optimized) v%s
35953595
Usage:
35963596
%s download <url> [output_path]
35973597
%s upload <file_or_dir> <url>
@@ -3608,5 +3608,5 @@ def recv_to_path(url, out_path, auto_extract=False, extract_dir=None,
36083608
print("Unknown command. Use 'help' for usage.")
36093609
sys.exit(1)
36103610
else:
3611-
print("PyWWW-Get (Optimized) v%s" % __version__)
3611+
print("PyNeoWWW-Get (Optimized) v%s" % __version__)
36123612
print("Use '%s help' for usage." % sys.argv[0])

pywwwget_merged.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77
pywwwgetadv_clean.py
88
9-
A small, self-contained subset of PyWWW-Get style helpers that keeps the same
9+
A small, self-contained subset of PyNeoWWW-Get style helpers that keeps the same
1010
public API shape you were using:
1111
1212
- download_file_from_internet_file(url, headers=..., usehttp=...)
@@ -349,13 +349,13 @@ def unquote(x): # very small fallback
349349
if((__use_http_lib__ == "httpx" or __use_http_lib__ == "requests") and not havehttpx and not haverequests):
350350
__use_http_lib__ = "urllib"
351351

352-
__program_name__ = "PyWWW-Get"
352+
__program_name__ = "PyNeoWWW-Get"
353353
__program_alt_name__ = "PyWWWGet"
354354
__program_small_name__ = "wwwget"
355355
__project__ = __program_name__
356-
__project_url__ = "https://github.com/GameMaker2k/PyWWW-Get"
357-
__version_info__ = (2, 1, 6, "RC 1", 1)
358-
__version_date_info__ = (2025, 8, 14, "RC 1", 1)
356+
__project_url__ = "https://github.com/GameMaker2k/PyNeoWWW-Get"
357+
__version_info__ = (2, 2, 0, "RC 1", 1)
358+
__version_date_info__ = (2026, 1, 23, "RC 1", 1)
359359
__version_date__ = str(__version_date_info__[0])+"."+str(__version_date_info__[
360360
1]).zfill(2)+"."+str(__version_date_info__[2]).zfill(2)
361361
__revision__ = __version_info__[3]

pywwwget_nextver.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77
pywwwgetadv_clean.py
88
9-
A small, self-contained subset of PyWWW-Get style helpers that keeps the same
9+
A small, self-contained subset of PyNeoWWW-Get style helpers that keeps the same
1010
public API shape you were using:
1111
1212
- download_file_from_internet_file(url, headers=..., usehttp=...)
@@ -363,13 +363,13 @@ def unquote(x): # very small fallback
363363
if((__use_http_lib__ == "httpx" or __use_http_lib__ == "requests") and not havehttpx and not haverequests):
364364
__use_http_lib__ = "urllib"
365365

366-
__program_name__ = "PyWWW-Get"
366+
__program_name__ = "PyNeoWWW-Get"
367367
__program_alt_name__ = "PyWWWGet"
368368
__program_small_name__ = "wwwget"
369369
__project__ = __program_name__
370-
__project_url__ = "https://github.com/GameMaker2k/PyWWW-Get"
371-
__version_info__ = (2, 1, 6, "RC 1", 1)
372-
__version_date_info__ = (2025, 8, 14, "RC 1", 1)
370+
__project_url__ = "https://github.com/GameMaker2k/PyNeoWWW-Get"
371+
__version_info__ = (2, 2, 0, "RC 1", 1)
372+
__version_date_info__ = (2026, 1, 23, "RC 1", 1)
373373
__version_date__ = str(__version_date_info__[0])+"."+str(__version_date_info__[
374374
1]).zfill(2)+"."+str(__version_date_info__[2]).zfill(2)
375375
__revision__ = __version_info__[3]
@@ -3530,12 +3530,12 @@ def upload_file_to_internet_string(data, url):
35303530

35313531
else:
35323532
sys.stdout.write(
3533-
"PyWWW-Get v%s\n\n"
3533+
"PyNeoWWW-Get v%s\n\n"
35343534
"Usage:\n"
35353535
" %s download <url> [output_path]\n"
35363536
" %s upload <file_or_dir> <url>\n"
35373537
" %s help\n"
35383538
% (__version__, argv[0] if argv else "python", argv[0] if argv else "python", argv[0] if argv else "python")
35393539
)
35403540
else:
3541-
sys.stdout.write("PyWWW-Get Library %s loaded.\n" % __version__)
3541+
sys.stdout.write("PyNeoWWW-Get Library %s loaded.\n" % __version__)

0 commit comments

Comments
 (0)