Linux premium61.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
Server IP : 185.61.154.53 & Your IP : 216.73.216.73
Domains :
Cant Read [ /etc/named.conf ]
User : vdeshvpx
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
hc_python /
lib /
python3.12 /
site-packages /
lxml /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2025-04-15 14:48
html
[ DIR ]
drwxr-xr-x
2025-04-15 14:48
includes
[ DIR ]
drwxr-xr-x
2025-04-15 14:48
isoschematron
[ DIR ]
drwxr-xr-x
2025-04-15 14:48
ElementInclude.py
8.36
KB
-rw-r--r--
2025-04-15 14:48
__init__.py
574
B
-rw-r--r--
2025-04-15 14:48
_elementpath.cpython-312-x86_64-linux-gnu.so
200.19
KB
-rwxr-xr-x
2025-04-15 14:48
_elementpath.py
10.63
KB
-rw-r--r--
2025-04-15 14:48
apihelpers.pxi
62.12
KB
-rw-r--r--
2025-04-15 14:48
builder.cpython-312-x86_64-linux-gnu.so
113.8
KB
-rwxr-xr-x
2025-04-15 14:48
builder.py
7.91
KB
-rw-r--r--
2025-04-15 14:48
classlookup.pxi
21.91
KB
-rw-r--r--
2025-04-15 14:48
cleanup.pxi
8.26
KB
-rw-r--r--
2025-04-15 14:48
cssselect.py
3.23
KB
-rw-r--r--
2025-04-15 14:48
debug.pxi
3.21
KB
-rw-r--r--
2025-04-15 14:48
docloader.pxi
5.64
KB
-rw-r--r--
2025-04-15 14:48
doctestcompare.py
17.32
KB
-rw-r--r--
2025-04-15 14:48
dtd.pxi
14.92
KB
-rw-r--r--
2025-04-15 14:48
etree.cpython-312-x86_64-linux-gnu.so
5.11
MB
-rwxr-xr-x
2025-04-15 14:48
etree.h
9.68
KB
-rw-r--r--
2025-04-15 14:48
etree.pyx
131.36
KB
-rw-r--r--
2025-04-15 14:48
etree_api.h
16.66
KB
-rw-r--r--
2025-04-15 14:48
extensions.pxi
31.34
KB
-rw-r--r--
2025-04-15 14:48
iterparse.pxi
16.13
KB
-rw-r--r--
2025-04-15 14:48
lxml.etree.h
9.68
KB
-rw-r--r--
2025-04-15 14:48
lxml.etree_api.h
16.67
KB
-rw-r--r--
2025-04-15 14:48
nsclasses.pxi
8.92
KB
-rw-r--r--
2025-04-15 14:48
objectify.cpython-312-x86_64-linux-gnu.so
2.94
MB
-rwxr-xr-x
2025-04-15 14:48
objectify.pyx
73.96
KB
-rw-r--r--
2025-04-15 14:48
objectpath.pxi
11.18
KB
-rw-r--r--
2025-04-15 14:48
parser.pxi
80.12
KB
-rw-r--r--
2025-04-15 14:48
parsertarget.pxi
6.18
KB
-rw-r--r--
2025-04-15 14:48
proxy.pxi
23.14
KB
-rw-r--r--
2025-04-15 14:48
public-api.pxi
6.51
KB
-rw-r--r--
2025-04-15 14:48
pyclasslookup.py
92
B
-rw-r--r--
2025-04-15 14:48
readonlytree.pxi
18.53
KB
-rw-r--r--
2025-04-15 14:48
relaxng.pxi
6.19
KB
-rw-r--r--
2025-04-15 14:48
sax.cpython-312-x86_64-linux-gnu.so
181.68
KB
-rwxr-xr-x
2025-04-15 14:48
sax.py
9.08
KB
-rw-r--r--
2025-04-15 14:48
saxparser.pxi
32.54
KB
-rw-r--r--
2025-04-15 14:48
schematron.pxi
5.77
KB
-rw-r--r--
2025-04-15 14:48
serializer.pxi
64.21
KB
-rw-r--r--
2025-04-15 14:48
usedoctest.py
230
B
-rw-r--r--
2025-04-15 14:48
xinclude.pxi
2.4
KB
-rw-r--r--
2025-04-15 14:48
xmlerror.pxi
48.69
KB
-rw-r--r--
2025-04-15 14:48
xmlid.pxi
5.93
KB
-rw-r--r--
2025-04-15 14:48
xmlschema.pxi
8.29
KB
-rw-r--r--
2025-04-15 14:48
xpath.pxi
18.68
KB
-rw-r--r--
2025-04-15 14:48
xslt.pxi
35.18
KB
-rw-r--r--
2025-04-15 14:48
xsltext.pxi
10.83
KB
-rw-r--r--
2025-04-15 14:48
Save
Rename
# this is a package __version__ = "5.3.2" def get_include(): """ Returns a list of header include paths (for lxml itself, libxml2 and libxslt) needed to compile C code against lxml if it was built with statically linked libraries. """ import os lxml_path = __path__[0] include_path = os.path.join(lxml_path, 'includes') includes = [include_path, lxml_path] for name in os.listdir(include_path): path = os.path.join(include_path, name) if os.path.isdir(path): includes.append(path) return includes