PythonExtensionsCollection 0.2.0__py3-none-any.whl → 0.13.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- PythonExtensionsCollection/Comparison/CComparison.py +341 -0
- PythonExtensionsCollection/Comparison/__init__.py +13 -0
- PythonExtensionsCollection/File/CFile.py +326 -106
- PythonExtensionsCollection/File/__init__.py +1 -1
- PythonExtensionsCollection/Folder/CFolder.py +460 -0
- PythonExtensionsCollection/Folder/__init__.py +13 -0
- PythonExtensionsCollection/PythonExtensionsCollection.pdf +0 -0
- PythonExtensionsCollection/String/CString.py +128 -344
- PythonExtensionsCollection/String/__init__.py +1 -1
- PythonExtensionsCollection/Utils/CUtils.py +77 -74
- PythonExtensionsCollection/Utils/__init__.py +1 -1
- PythonExtensionsCollection/__init__.py +1 -1
- PythonExtensionsCollection/version.py +23 -0
- {PythonExtensionsCollection-0.2.0.dist-info → PythonExtensionsCollection-0.13.0.dist-info}/METADATA +57 -44
- PythonExtensionsCollection-0.13.0.dist-info/RECORD +18 -0
- {PythonExtensionsCollection-0.2.0.dist-info → PythonExtensionsCollection-0.13.0.dist-info}/WHEEL +1 -1
- PythonExtensionsCollection/doc/.buildinfo +0 -4
- PythonExtensionsCollection/doc/File.html +0 -315
- PythonExtensionsCollection/doc/String.html +0 -590
- PythonExtensionsCollection/doc/Utils.html +0 -209
- PythonExtensionsCollection/doc/_modules/PythonExtensionsCollection/File/CFile.html +0 -960
- PythonExtensionsCollection/doc/_modules/PythonExtensionsCollection/String/CString.html +0 -1221
- PythonExtensionsCollection/doc/_modules/PythonExtensionsCollection/Utils/CUtils.html +0 -431
- PythonExtensionsCollection/doc/_modules/index.html +0 -106
- PythonExtensionsCollection/doc/_sources/File.rst.txt +0 -28
- PythonExtensionsCollection/doc/_sources/String.rst.txt +0 -28
- PythonExtensionsCollection/doc/_sources/Utils.rst.txt +0 -28
- PythonExtensionsCollection/doc/_sources/additional_doc/Introduction.rst.txt +0 -365
- PythonExtensionsCollection/doc/_sources/index.rst.txt +0 -27
- PythonExtensionsCollection/doc/_static/_sphinx_javascript_frameworks_compat.js +0 -134
- PythonExtensionsCollection/doc/_static/alabaster.css +0 -701
- PythonExtensionsCollection/doc/_static/basic.css +0 -930
- PythonExtensionsCollection/doc/_static/custom.css +0 -1
- PythonExtensionsCollection/doc/_static/doctools.js +0 -264
- PythonExtensionsCollection/doc/_static/documentation_options.js +0 -14
- PythonExtensionsCollection/doc/_static/file.png +0 -0
- PythonExtensionsCollection/doc/_static/jquery-3.6.0.js +0 -10881
- PythonExtensionsCollection/doc/_static/jquery.js +0 -2
- PythonExtensionsCollection/doc/_static/language_data.js +0 -199
- PythonExtensionsCollection/doc/_static/minus.png +0 -0
- PythonExtensionsCollection/doc/_static/plus.png +0 -0
- PythonExtensionsCollection/doc/_static/pygments.css +0 -82
- PythonExtensionsCollection/doc/_static/searchtools.js +0 -531
- PythonExtensionsCollection/doc/_static/underscore-1.13.1.js +0 -2042
- PythonExtensionsCollection/doc/_static/underscore.js +0 -6
- PythonExtensionsCollection/doc/additional_doc/Introduction.html +0 -365
- PythonExtensionsCollection/doc/genindex.html +0 -292
- PythonExtensionsCollection/doc/index.html +0 -123
- PythonExtensionsCollection/doc/objects.inv +0 -0
- PythonExtensionsCollection/doc/py-modindex.html +0 -138
- PythonExtensionsCollection/doc/search.html +0 -127
- PythonExtensionsCollection/doc/searchindex.js +0 -1
- PythonExtensionsCollection-0.2.0.dist-info/RECORD +0 -48
- {PythonExtensionsCollection-0.2.0.dist-info → PythonExtensionsCollection-0.13.0.dist-info}/LICENSE +0 -0
- {PythonExtensionsCollection-0.2.0.dist-info → PythonExtensionsCollection-0.13.0.dist-info}/top_level.txt +0 -0
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!DOCTYPE html>
|
|
3
|
-
|
|
4
|
-
<html lang="en">
|
|
5
|
-
<head>
|
|
6
|
-
<meta charset="utf-8" />
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
8
|
-
<title>Search — Python Extensions Collection documentation</title>
|
|
9
|
-
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
|
|
10
|
-
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
|
|
11
|
-
|
|
12
|
-
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
|
|
13
|
-
<script src="_static/jquery.js"></script>
|
|
14
|
-
<script src="_static/underscore.js"></script>
|
|
15
|
-
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
|
|
16
|
-
<script src="_static/doctools.js"></script>
|
|
17
|
-
<script src="_static/searchtools.js"></script>
|
|
18
|
-
<script src="_static/language_data.js"></script>
|
|
19
|
-
<link rel="index" title="Index" href="genindex.html" />
|
|
20
|
-
<link rel="search" title="Search" href="#" />
|
|
21
|
-
<script src="searchindex.js" defer></script>
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
</head><body>
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
<div class="document">
|
|
34
|
-
<div class="documentwrapper">
|
|
35
|
-
<div class="bodywrapper">
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
<div class="body" role="main">
|
|
39
|
-
|
|
40
|
-
<h1 id="search-documentation">Search</h1>
|
|
41
|
-
|
|
42
|
-
<noscript>
|
|
43
|
-
<div class="admonition warning">
|
|
44
|
-
<p>
|
|
45
|
-
Please activate JavaScript to enable the search
|
|
46
|
-
functionality.
|
|
47
|
-
</p>
|
|
48
|
-
</div>
|
|
49
|
-
</noscript>
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
<p>
|
|
53
|
-
Searching for multiple words only shows matches that contain
|
|
54
|
-
all words.
|
|
55
|
-
</p>
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
<form action="" method="get">
|
|
59
|
-
<input type="text" name="q" aria-labelledby="search-documentation" value="" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
|
|
60
|
-
<input type="submit" value="search" />
|
|
61
|
-
<span id="search-progress" style="padding-left: 10px"></span>
|
|
62
|
-
</form>
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
<div id="search-results">
|
|
67
|
-
|
|
68
|
-
</div>
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
</div>
|
|
72
|
-
|
|
73
|
-
</div>
|
|
74
|
-
</div>
|
|
75
|
-
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
|
76
|
-
<div class="sphinxsidebarwrapper">
|
|
77
|
-
<h1 class="logo"><a href="index.html">Python Extensions Collection</a></h1>
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
<h3>Navigation</h3>
|
|
87
|
-
<ul>
|
|
88
|
-
<li class="toctree-l1"><a class="reference internal" href="additional_doc/Introduction.html">1. Introduction</a></li>
|
|
89
|
-
<li class="toctree-l1"><a class="reference internal" href="additional_doc/Introduction.html#examples">2. Examples</a></li>
|
|
90
|
-
<li class="toctree-l1"><a class="reference internal" href="String.html">3. CString module</a></li>
|
|
91
|
-
<li class="toctree-l1"><a class="reference internal" href="Utils.html">4. CUtils module</a></li>
|
|
92
|
-
<li class="toctree-l1"><a class="reference internal" href="File.html">5. CFile module</a></li>
|
|
93
|
-
</ul>
|
|
94
|
-
|
|
95
|
-
<div class="relations">
|
|
96
|
-
<h3>Related Topics</h3>
|
|
97
|
-
<ul>
|
|
98
|
-
<li><a href="index.html">Documentation overview</a><ul>
|
|
99
|
-
</ul></li>
|
|
100
|
-
</ul>
|
|
101
|
-
</div>
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
</div>
|
|
111
|
-
</div>
|
|
112
|
-
<div class="clearer"></div>
|
|
113
|
-
</div>
|
|
114
|
-
<div class="footer">
|
|
115
|
-
©2022, Queckenstedt Holger (XC-CT/ECA3).
|
|
116
|
-
|
|
117
|
-
|
|
|
118
|
-
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.0.0</a>
|
|
119
|
-
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
|
|
120
|
-
|
|
121
|
-
</div>
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
</body>
|
|
127
|
-
</html>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Search.setIndex({"docnames": ["File", "String", "Utils", "additional_doc/Introduction", "index"], "filenames": ["File.rst", "String.rst", "Utils.rst", "additional_doc\\Introduction.rst", "index.rst"], "titles": ["<span class=\"section-number\">5. </span>CFile module", "<span class=\"section-number\">3. </span>CString module", "<span class=\"section-number\">4. </span>CUtils module", "<span class=\"section-number\">1. </span>Introduction", "API Contents"], "terms": {"class": [0, 1, 2, 3], "pythonextensionscollect": [0, 1, 2, 3], "file": [0, 1, 2, 4], "sfile": [0, 3], "none": [0, 1, 2, 3], "sourc": [0, 1, 2], "base": [0, 1, 2], "object": [0, 1, 2, 3], "The": [0, 1, 2, 3], "provid": [0, 1, 2, 3], "small": 0, "set": [0, 2], "function": [0, 2, 3], "extend": [0, 3], "parametr": 0, "like": [0, 1, 2, 3], "switch": [0, 1, 3], "defin": [0, 1, 3], "allow": [0, 3], "overwritten": [0, 3], "most": [0, 3], "least": [0, 3], "return": [0, 1, 2, 3], "bsuccess": [0, 1, 3], "sresult": [0, 1, 3], "true": [0, 1, 2, 3], "case": [0, 1, 3], "error": [0, 1, 3], "occur": [0, 1, 3], "fals": [0, 1, 2, 3], "an": [0, 1, 3], "veri": [0, 3], "fatal": [0, 3], "except": [0, 1, 3], "contain": [0, 1, 2, 3], "detail": [0, 3], "about": [0, 2, 3], "what": [0, 3], "happen": [0, 2, 3], "dure": [0, 1, 3], "comput": [0, 1, 3], "everi": [0, 1, 2, 3], "instanc": [0, 3], "handl": [0, 1, 2, 3], "one": [0, 1, 3], "singl": [0, 1, 3], "onli": [0, 1, 2, 3], "forc": 0, "exclus": [0, 3], "access": [0, 4], "thi": [0, 1, 2, 3], "It": [0, 1, 3], "possibl": [0, 1, 3], "creat": [0, 2], "alreadi": [0, 1, 3], "us": [0, 1, 2, 3], "anoth": [0, 3], "also": [0, 1, 2, 3], "copyto": [0, 3], "moveto": [0, 3], "overwrit": [0, 3], "ar": [0, 1, 2, 3], "make": [0, 3], "more": [0, 1, 3], "save": [0, 3], "against": 0, "violat": [0, 3], "append": [0, 2, 3], "content": [0, 2, 3], "nvspaceaft": 0, "0": [0, 2], "sprefix": [0, 2], "btoscreen": [0, 3], "variabl": [0, 1, 2, 3], "If": [0, 1, 2, 3], "string": [0, 1, 2, 3], "write": [0, 2, 3], "method": [0, 1, 2, 3], "resolv": [0, 1, 2], "data": [0, 2], "structur": 0, "therefor": [0, 1, 3], "can": [0, 1, 2, 3], "type": [0, 1, 2], "list": [0, 1, 2, 3], "tupl": [0, 2], "dict": [0, 2], "dotdict": 0, "add": 0, "vertic": 0, "space": [0, 1], "number": [0, 2], "blank": [0, 1, 2], "line": [0, 2, 3], "after": [0, 3], "print": [0, 1, 2, 3], "screen": 0, "default": [0, 1, 2, 3], "feedback": 0, "close": [0, 3], "open": [0, 2, 3], "sdestin": 0, "boverwrit": [0, 3], "copi": [0, 3], "current": [0, 2], "either": [0, 1, 3], "path": [0, 1, 3], "without": 0, "name": [0, 1, 2, 3], "togeth": 0, "In": [0, 1, 3], "destin": [0, 3], "exist": [0, 3], "than": [0, 1], "delet": [0, 3], "bconfirmdelet": [0, 3], "doe": [0, 1, 3], "indic": [0, 1], "doesn": [0, 3], "t": [0, 3], "matter": [0, 3], "getfileinfo": 0, "follow": [0, 1, 3], "inform": [0, 2], "encapsul": [0, 1, 2], "within": [0, 1, 3], "dictionari": [0, 2], "kei": [0, 2], "bfileisexist": 0, "otherwis": [0, 1, 2], "sfilenam": [0, 1], "incl": 0, "extens": [0, 3], "sfileextens": 0, "sfilenameonli": 0, "pure": 0, "sfilepath": 0, "bfilepathisexist": 0, "move": [0, 3], "readlin": [0, 3], "bcasesensit": [0, 1], "bskipblanklin": [0, 3], "scomment": [0, 1, 3], "sstartswith": [0, 1], "sendswith": [0, 1], "sstartsnotwith": [0, 1], "sendsnotwith": [0, 1], "scontain": [0, 1], "scontainsnot": [0, 1], "sinclregex": [0, 1], "sexclregex": [0, 1], "blstrip": 0, "brstrip": 0, "read": [0, 3], "from": [0, 1, 2, 3], "arrai": 0, "take": [0, 3], "care": [0, 3], "complet": [0, 3], "step": 0, "help": 0, "further": [0, 1, 3], "paramet": [0, 1, 2, 3], "reduc": [0, 3], "includ": [0, 1, 3], "exclud": [0, 1], "b": [0, 3], "c": [0, 3], "enfilestatityp": 0, "openedforappend": 0, "openedforread": 0, "openedforwrit": 0, "some": [1, 3], "e": [1, 2, 3], "g": [1, 2, 3], "normal": [1, 3], "static": 1, "detectparentpath": 1, "sstartpath": 1, "sfoldernam": 1, "ani": [1, 2, 3], "parent": [1, 3], "folder": 1, "insid": [1, 2, 3], "given": 1, "option": [1, 2, 3], "abl": [1, 3], "search": [1, 3], "arg": [1, 2], "which": [1, 3], "separ": [1, 3], "semicolon": 1, "detect": 1, "sdestpath": 1, "found": 1, "first": [1, 2, 3], "result": [1, 3], "listdestpath": 1, "all": 1, "element": [1, 2], "foldernam": 1, "sever": [1, 3], "empti": [1, 3], "sdestfil": 1, "listdestfil": 1, "posit": 1, "sdestpathpar": 1, "formatresult": [1, 3], "smethod": [1, 3], "format": [1, 2, 3], "depend": [1, 2, 3], "success": [1, 3], "addition": [1, 3], "caus": [1, 3], "debug": 1, "normalizepath": [1, 3], "spath": [1, 3], "bwin": 1, "sreferencepathab": 1, "bconsiderblank": 1, "bexpandenvvar": 1, "bmask": 1, "local": [1, 3], "network": [1, 3], "resourc": [1, 3], "internet": [1, 3], "address": [1, 3], "boolean": 1, "mask": [1, 3], "backslash": [1, 3], "slash": [1, 3], "rel": 1, "expect": [1, 3], "absolut": 1, "join": 1, "both": [1, 3], "input": [1, 2], "quot": 1, "environ": 1, "requir": [1, 3], "might": [1, 3], "applic": [1, 3], "ha": [1, 2, 3], "effect": [1, 3], "stringfilt": [1, 3], "sstring": [1, 3], "bskipblankstr": 1, "bdebug": 1, "need": [1, 3], "get": [1, 3], "know": 1, "fulfil": 1, "certain": 1, "criteria": 1, "Such": 1, "criterion": 1, "substr": 1, "invers": 1, "logic": 1, "combin": [1, 3], "final": 1, "conclus": 1, "total": [1, 2], "For": [1, 2, 3], "exampl": [1, 2, 4], "must": [1, 3], "start": [1, 3], "prefix": [1, 2], "substring1": 1, "substring2": 1, "end": [1, 3], "suffix": 1, "bunch": 1, "predefin": 1, "filter": [1, 3], "singli": 1, "come": 1, "divid": 1, "three": 1, "differ": [1, 3], "interpret": [1, 2, 3], "raw": 1, "call": [1, 2, 3], "standard": 1, "wild": 1, "card": 1, "support": [1, 3], "regular": 1, "express": 1, "syntax": 1, "consid": [1, 3], "accept": 1, "lead": 1, "trail": 1, "tab": 1, "kind": 1, "horizont": 1, "remov": 1, "befor": 1, "work": [1, 3], "origin": 1, "outcom": [1, 3], "shall": 1, "part": 1, "decid": 1, "sensit": 1, "decis": 1, "alwai": 1, "modifi": 1, "wai": [1, 3], "semikolon": 1, "A": [1, 2, 3], "valu": [1, 2], "them": [1, 3], "influenc": [1, 3], "itself": [1, 2], "becaus": [1, 3], "noth": [1, 3], "concret": 1, "done": 1, "intern": [1, 2, 3], "hi": 1, "own": [1, 3], "individu": 1, "acknowledg": 1, "mean": [1, 2], "back": [1, 3], "AND": 1, "immedi": [1, 3], "summar": 1, "avail": [1, 3], "mention": [1, 3], "abov": [1, 3], "begin": [1, 2, 3], "other": [1, 3], "ignor": 1, "have": [1, 3], "idea": [1, 2], "behind": [1, 2], "comment": [1, 3], "out": [1, 2, 3], "OR": 1, "match": 1, "investig": 1, "addit": [1, 2], "output": [1, 2], "consol": [1, 2], "speed": 1, "25": 1, "beat": 1, "per": 1, "minut": 1, "sp": 1, "r": [1, 3], "d": 1, "2": [1, 2], "3": [1, 2], "alpha": 1, "beta": 1, "gamma": 1, "around": 1, "here": 1, "wherea": [1, 3], "cannot": [1, 3], "shorten": [1, 3], "altern": [1, 3], "solut": [1, 3], "s": [1, 3], "That": 1, "do": [1, 3], "fact": 1, "util": [2, 3], "ctypeprint": 2, "typeprint": 2, "odata": [2, 3], "bhexformat": 2, "prettyprint": [2, 3], "houtputfil": 2, "btoconsol": 2, "nindent": 2, "wrapper": 2, "respons": 2, "prepar": [2, 3], "composit": 2, "counter": 2, "python": [2, 3], "look": 2, "1": 2, "k1": 2, "str": [2, 3], "val1": 2, "k2": 2, "4": 2, "int": 2, "9": 2, "z": 2, "k3": 2, "5": 2, "strictli": 2, "left": 2, "right": 2, "fifth": 2, "give": [2, 3], "second": [2, 3], "fourth": 2, "squar": 2, "bracket": 2, "round": 2, "curli": 2, "written": [2, 3], "bool": 2, "indent": 2, "ad": 2, "hexadecim": 2, "listoutlin": 2, "collect": 3, "packag": 3, "cover": 3, "oper": 3, "directori": 3, "modul": [3, 4], "import": 3, "easi": 3, "especi": 3, "independend": 3, "system": 3, "under": 3, "linux": 3, "obviou": 3, "window": 3, "explor": 3, "web": 3, "when": 3, "displai": 3, "browser": 3, "code": 3, "danger": 3, "letter": 3, "escap": 3, "sequenc": 3, "mayb": 3, "user": 3, "want": 3, "To": 3, "avoid": 3, "unwant": 3, "usag": 3, "two": 3, "But": 3, "could": 3, "best": 3, "thei": 3, "collaps": 3, "redund": 3, "up": 3, "level": 3, "refer": 3, "And": 3, "prefer": 3, "choic": 3, "server": 3, "com": 3, "http": 3, "unfortun": 3, "normpath": 3, "context": 3, "full": 3, "control": 3, "cstring": [3, 4], "lot": 3, "tmp": 3, "txt": 3, "ofil": 3, "pleas": 3, "cutil": [3, 4], "motiv": 3, "main": 3, "topic": 3, "introduc": 3, "With": 3, "high": 3, "prioriti": 3, "enabl": 3, "accid": 3, "hide": 3, "und": 3, "mechan": 3, "unix": 3, "eas": 3, "implement": 3, "test": 3, "stabl": 3, "sfile_1": 3, "cfile_testfile_1": 3, "sfile_2": 3, "cfile_testfile_2": 3, "Or": 3, "ofile_1": 3, "hidden": 3, "lifetim": 3, "No": 3, "throw": 3, "ofile_1_a": 3, "ofile_1_b": 3, "try": 3, "reason": 3, "w": 3, "between": 3, "intermedi": 3, "f": 3, "now": 3, "continu": 3, "long": 3, "still": 3, "should": 3, "scratch": 3, "previou": 3, "lost": 3, "listlines_1": 3, "sline": 3, "until": 3, "reach": 3, "let": 3, "amount": 3, "prevent": 3, "loop": 3, "assum": 3, "hash": 3, "we": 3, "skip": 3, "imlement": 3, "subset": 3, "good": 3, "practic": 3, "soon": 3, "explicit": 3, "sens": 3, "later": 3, "again": 3, "implicit": 3, "destoi": 3, "del": 3, "recommend": 3, "instead": 3, "keep": 3, "too": 3, "much": 3, "length": 3, "time": 3, "memori": 3, "behavior": 3, "same": 3, "distinguish": 3, "sure": 3, "involv": 3, "ofile_2": 3, "listlines_2": 3, "earli": 3, "last": 3, "updat": 3, "26": 3, "01": 3, "2022": 3, "introduct": 4, "cfile": 4}, "objects": {"PythonExtensionsCollection.File": [[0, 0, 0, "-", "CFile"]], "PythonExtensionsCollection.File.CFile": [[0, 1, 1, "", "CFile"], [0, 1, 1, "", "enFileStatiType"]], "PythonExtensionsCollection.File.CFile.CFile": [[0, 2, 1, "", "Append"], [0, 2, 1, "", "Close"], [0, 2, 1, "", "CopyTo"], [0, 2, 1, "", "Delete"], [0, 2, 1, "", "GetFileInfo"], [0, 2, 1, "", "MoveTo"], [0, 2, 1, "", "ReadLines"], [0, 2, 1, "", "Write"]], "PythonExtensionsCollection.File.CFile.enFileStatiType": [[0, 3, 1, "", "closed"], [0, 3, 1, "", "openedforappending"], [0, 3, 1, "", "openedforreading"], [0, 3, 1, "", "openedforwriting"]], "PythonExtensionsCollection.String": [[1, 0, 0, "-", "CString"]], "PythonExtensionsCollection.String.CString": [[1, 1, 1, "", "CString"]], "PythonExtensionsCollection.String.CString.CString": [[1, 2, 1, "", "DetectParentPath"], [1, 2, 1, "", "FormatResult"], [1, 2, 1, "", "NormalizePath"], [1, 2, 1, "", "StringFilter"]], "PythonExtensionsCollection.Utils": [[2, 0, 0, "-", "CUtils"]], "PythonExtensionsCollection.Utils.CUtils": [[2, 1, 1, "", "CTypePrint"], [2, 4, 1, "", "PrettyPrint"]], "PythonExtensionsCollection.Utils.CUtils.CTypePrint": [[2, 2, 1, "", "TypePrint"]]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:method", "3": "py:attribute", "4": "py:function"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "method", "Python method"], "3": ["py", "attribute", "Python attribute"], "4": ["py", "function", "Python function"]}, "titleterms": {"cfile": [0, 3], "modul": [0, 1, 2], "cstring": 1, "cutil": 2, "introduct": 3, "exampl": 3, "file": 3, "access": 3, "api": 4, "content": 4}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 6, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.viewcode": 1, "sphinx.ext.todo": 2, "sphinx": 56}})
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
PythonExtensionsCollection/__init__.py,sha256=Zv7Xsv-DqisEvX7CvIrIBq8K8lvA3ybQBwFFedUB4jY,611
|
|
2
|
-
PythonExtensionsCollection/File/CFile.py,sha256=kLHt57jxdga1Dp757cr9QhJsUsoPrNHsomhSIeF4fmc,29590
|
|
3
|
-
PythonExtensionsCollection/File/__init__.py,sha256=Zv7Xsv-DqisEvX7CvIrIBq8K8lvA3ybQBwFFedUB4jY,611
|
|
4
|
-
PythonExtensionsCollection/String/CString.py,sha256=6IMvZKlaF2YltILFI-0VhLIU34Av4TKIBfXAmZNmRw0,49547
|
|
5
|
-
PythonExtensionsCollection/String/__init__.py,sha256=Zv7Xsv-DqisEvX7CvIrIBq8K8lvA3ybQBwFFedUB4jY,611
|
|
6
|
-
PythonExtensionsCollection/Utils/CUtils.py,sha256=tOWm2e-B4IVavvSTQhr8DwxpkCtmO9QBJl5N_UPw2wI,12359
|
|
7
|
-
PythonExtensionsCollection/Utils/__init__.py,sha256=Zv7Xsv-DqisEvX7CvIrIBq8K8lvA3ybQBwFFedUB4jY,611
|
|
8
|
-
PythonExtensionsCollection/doc/.buildinfo,sha256=TK6m2KZZG2p4_XNFctle_KDMsms3Bx4GmgnE4L9QjHs,234
|
|
9
|
-
PythonExtensionsCollection/doc/File.html,sha256=K5trG6sNQCBtDt-AwDPUJb5ZF80nHQA06opbeaj1Wxo,29498
|
|
10
|
-
PythonExtensionsCollection/doc/String.html,sha256=B7swx_ASfv1oLMp8ZdqhQU8RmbORTugZPj-PHHrAyQU,65541
|
|
11
|
-
PythonExtensionsCollection/doc/Utils.html,sha256=8Wsa1M5FBsgVBR8HK_axo6qvZSCZ44W7Pri-YXKF8nM,17474
|
|
12
|
-
PythonExtensionsCollection/doc/genindex.html,sha256=yP_QpcpRhDtlgU1OzoajdXoU1x3y63ESFDCEhNsN2qI,11174
|
|
13
|
-
PythonExtensionsCollection/doc/index.html,sha256=-zDtVg8I89lGdv8iZ8S9BvMzn8j-aQVsIFv0Yg5-KAE,4417
|
|
14
|
-
PythonExtensionsCollection/doc/objects.inv,sha256=SW8y8KV02fop0y2J3WDlCEzIIQyNuUtyl4xFW5iCcYg,597
|
|
15
|
-
PythonExtensionsCollection/doc/py-modindex.html,sha256=gpWqjRh9IP_Bx0J8I0KckQuDdrmmcWVO2x8u6JqQ5cs,4481
|
|
16
|
-
PythonExtensionsCollection/doc/search.html,sha256=t3mwvf2cB2VpCIKvXw2CXhkajKrru6vB9IOmDiCx2aE,3463
|
|
17
|
-
PythonExtensionsCollection/doc/searchindex.js,sha256=A4TKy1_0Tss1x-bghBb8l9Flippx--a3tONYxWkoMrc,11331
|
|
18
|
-
PythonExtensionsCollection/doc/_modules/index.html,sha256=7LJY_bxYaQ7gxw89hth9PgEb3pFElxwd_0avyZU9FFw,3564
|
|
19
|
-
PythonExtensionsCollection/doc/_modules/PythonExtensionsCollection/File/CFile.html,sha256=OgvJzdY3PHXDopI5D34bYsyLwQzliAL9zDvSOapukAI,109633
|
|
20
|
-
PythonExtensionsCollection/doc/_modules/PythonExtensionsCollection/String/CString.html,sha256=_wR__Kqz_Uft84cZrThIdo-OGmoAngNqV2H5rcH_v9Q,124604
|
|
21
|
-
PythonExtensionsCollection/doc/_modules/PythonExtensionsCollection/Utils/CUtils.html,sha256=04H1c4tCa7D0bGVCBh7RJsJVTduBqCMPIYqfFVKAsfI,48183
|
|
22
|
-
PythonExtensionsCollection/doc/_sources/File.rst.txt,sha256=ejuXjCFqT4IlIpizXzhzO5rfroo6QByyC0bXmFgInVA,824
|
|
23
|
-
PythonExtensionsCollection/doc/_sources/String.rst.txt,sha256=GGLIuTmbNpRvx0q7NKbXp3zNwrLo9eC4lfQA9m_bSII,832
|
|
24
|
-
PythonExtensionsCollection/doc/_sources/Utils.rst.txt,sha256=gxX5OCqZmD6NQ4x_A0SCwN0-JP9dze-2m2yy_ZL3E0U,828
|
|
25
|
-
PythonExtensionsCollection/doc/_sources/index.rst.txt,sha256=Ruw4Puk_98dEJYziMA9UJ3ktWooYeeRbSSw2V8Vr-ZQ,821
|
|
26
|
-
PythonExtensionsCollection/doc/_sources/additional_doc/Introduction.rst.txt,sha256=be-3nv19kDL9XKthen7-LEKFIEeQBz_qobev9jJUZKc,12568
|
|
27
|
-
PythonExtensionsCollection/doc/_static/_sphinx_javascript_frameworks_compat.js,sha256=Lx4wNBsxMAvcOvKe5KZOD0DtFUkjRTh7tHVC2bm0gTw,4418
|
|
28
|
-
PythonExtensionsCollection/doc/_static/alabaster.css,sha256=_dovURp78U7WK6Xa8OWgsfgpyU-FnvsYM9I1vb_RFbg,11885
|
|
29
|
-
PythonExtensionsCollection/doc/_static/basic.css,sha256=mFHtuXcACLTYMIt5df70Xq3P1esP4qJLYn4W3zugc54,16136
|
|
30
|
-
PythonExtensionsCollection/doc/_static/custom.css,sha256=OfI6ZWF4bjy04z5KllYqEwWot0wNRdwhWmQBhpLNXUw,42
|
|
31
|
-
PythonExtensionsCollection/doc/_static/doctools.js,sha256=KYXyX3nl3c0e1JTKY_yF8hX3ngzRVuYizivzzyzZRF8,8171
|
|
32
|
-
PythonExtensionsCollection/doc/_static/documentation_options.js,sha256=2QJik9Td6kq9-3gVo4Szb-hHnlm2fF0kCslYREjnb9g,429
|
|
33
|
-
PythonExtensionsCollection/doc/_static/file.png,sha256=XEvJoWrr84xLlQ9ZuOUByjZJUyjLnrYiIYvOkGSjXj4,286
|
|
34
|
-
PythonExtensionsCollection/doc/_static/jquery-3.6.0.js,sha256=H-K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk,288580
|
|
35
|
-
PythonExtensionsCollection/doc/_static/jquery.js,sha256=_xUj-3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej_m4,89501
|
|
36
|
-
PythonExtensionsCollection/doc/_static/language_data.js,sha256=TNMRLPlmcdYVKArOtWv0Dox9I3oKPJG890j863fHEm4,4957
|
|
37
|
-
PythonExtensionsCollection/doc/_static/minus.png,sha256=R-f8UNs2mfHKQc6aL_ogLADF0dUYDFX2K6hZsb1swAg,90
|
|
38
|
-
PythonExtensionsCollection/doc/_static/plus.png,sha256=VBFRmblqEwy6AhR8R8DetD3Mm58ItRYruoZCs0mArGM,90
|
|
39
|
-
PythonExtensionsCollection/doc/_static/pygments.css,sha256=-JsJIQlAYjwnLdQo9Kld-LPySg0RwZqGyFjME3BaHLg,5330
|
|
40
|
-
PythonExtensionsCollection/doc/_static/searchtools.js,sha256=MGu07X8CCPgb6gMeJrm_iTNg_gcqFwewSzCX2-1dWP8,17088
|
|
41
|
-
PythonExtensionsCollection/doc/_static/underscore-1.13.1.js,sha256=zBD3mc0Pa2X5XEASRFSX5bo8ufUZZKlGiUCye96YtIc,68420
|
|
42
|
-
PythonExtensionsCollection/doc/_static/underscore.js,sha256=IY-xwfxy6a9rhm9DC-Kmf6N2OStNsvTb8ydyZxtq5Vw,19530
|
|
43
|
-
PythonExtensionsCollection/doc/additional_doc/Introduction.html,sha256=G2paEbMlaJikzrGwuvR2H-wTg1NauUOh6sgfapmbJ9A,34254
|
|
44
|
-
PythonExtensionsCollection-0.2.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
45
|
-
PythonExtensionsCollection-0.2.0.dist-info/METADATA,sha256=LCEht-1wlt3NIS9ZwXy8zSTS3oQwTqpNiOQnToybqrI,3362
|
|
46
|
-
PythonExtensionsCollection-0.2.0.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
|
47
|
-
PythonExtensionsCollection-0.2.0.dist-info/top_level.txt,sha256=xv5w-C3GQkdbxctBNzEqPfWvpJ1kpAaHBe3TEdGcozQ,27
|
|
48
|
-
PythonExtensionsCollection-0.2.0.dist-info/RECORD,,
|
{PythonExtensionsCollection-0.2.0.dist-info → PythonExtensionsCollection-0.13.0.dist-info}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|