Current Path: > > opt > cloudlinux > venv > lib64 > python3.11 > site-packages > setuptools > _vendor > autocommand
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__pycache__ | Directory | - | - | |
__init__.py | File | 1037 bytes | April 17 2025 13:10:58. | |
autoasync.py | File | 5680 bytes | April 17 2025 13:10:58. | |
autocommand.py | File | 2505 bytes | April 17 2025 13:10:58. | |
automain.py | File | 2076 bytes | April 17 2025 13:10:58. | |
autoparse.py | File | 11642 bytes | April 17 2025 13:10:58. | |
errors.py | File | 886 bytes | April 17 2025 13:10:58. |
# Copyright 2014-2016 Nathan West # # This file is part of autocommand. # # autocommand is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # autocommand is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License # along with autocommand. If not, see <http://www.gnu.org/licenses/>. # flake8 flags all these imports as unused, hence the NOQAs everywhere. from .automain import automain # NOQA from .autoparse import autoparse, smart_open # NOQA from .autocommand import autocommand # NOQA try: from .autoasync import autoasync # NOQA except ImportError: # pragma: no cover pass
SILENT KILLER Tool