mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
112 lines
No EOL
4.3 KiB
Text
Executable file
112 lines
No EOL
4.3 KiB
Text
Executable file
AUTHORS
|
|
COPYING
|
|
LICENSE
|
|
MANIFEST.in
|
|
README.rst
|
|
changelog.rst
|
|
setup.cfg
|
|
setup.py
|
|
docs/Makefile
|
|
docs/dependencies.txt
|
|
docs/echo.py.txt
|
|
docs/eclipse_cdt_style.xml
|
|
docs/make.bat
|
|
docs/source/api.rst
|
|
docs/source/conf.py
|
|
docs/source/global.rst.inc
|
|
docs/source/hacking.rst
|
|
docs/source/index.rst
|
|
docs/source/installation.rst
|
|
docs/source/quickstart.rst
|
|
docs/source/examples/logger.py
|
|
docs/source/examples/patterns.py
|
|
docs/source/examples/simple.py
|
|
docs/source/examples/tricks.json
|
|
docs/source/examples/tricks.yaml
|
|
src/_watchdog_fsevents.c
|
|
src/_watchdog_fsevents.h
|
|
src/_watchdog_util.c
|
|
src/watchdog_fsevents.c
|
|
src/watchdog/__init__.py
|
|
src/watchdog/events.py
|
|
src/watchdog/version.py
|
|
src/watchdog/watchmedo.py
|
|
src/watchdog.egg-info/PKG-INFO
|
|
src/watchdog.egg-info/SOURCES.txt
|
|
src/watchdog.egg-info/dependency_links.txt
|
|
src/watchdog.egg-info/entry_points.txt
|
|
src/watchdog.egg-info/not-zip-safe
|
|
src/watchdog.egg-info/requires.txt
|
|
src/watchdog.egg-info/top_level.txt
|
|
src/watchdog/observers/__init__.py
|
|
src/watchdog/observers/api.py
|
|
src/watchdog/observers/fsevents.py
|
|
src/watchdog/observers/fsevents2.py
|
|
src/watchdog/observers/inotify.py
|
|
src/watchdog/observers/inotify_buffer.py
|
|
src/watchdog/observers/inotify_c.py
|
|
src/watchdog/observers/kqueue.py
|
|
src/watchdog/observers/polling.py
|
|
src/watchdog/observers/read_directory_changes.py
|
|
src/watchdog/observers/winapi.py
|
|
src/watchdog/tricks/__init__.py
|
|
src/watchdog/utils/__init__.py
|
|
src/watchdog/utils/bricks.py
|
|
src/watchdog/utils/compat.py
|
|
src/watchdog/utils/decorators.py
|
|
src/watchdog/utils/dirsnapshot.py
|
|
src/watchdog/utils/echo.py
|
|
src/watchdog/utils/importlib2.py
|
|
src/watchdog/utils/platform.py
|
|
src/watchdog/utils/unicode_paths.py
|
|
src/watchdog/utils/win32stat.py
|
|
tests/._test_snapshot_diff.py
|
|
tests/__init__.py
|
|
tests/__init__.pyc
|
|
tests/shell.py
|
|
tests/shell.pyc
|
|
tests/test_emitter.py
|
|
tests/test_inotify_buffer.py
|
|
tests/test_skip_repeats_queue.py
|
|
tests/test_snapshot_diff.py
|
|
tests/__pycache__/__init__.cpython-34.pyc
|
|
tests/__pycache__/shell.cpython-34.pyc
|
|
tests/__pycache__/test_emitter.cpython-26-PYTEST.pyc
|
|
tests/__pycache__/test_emitter.cpython-27-PYTEST.pyc
|
|
tests/__pycache__/test_emitter.cpython-34-PYTEST.pyc
|
|
tests/__pycache__/test_emitter.pypy-27-PYTEST.pyc
|
|
tests/__pycache__/test_inotify_buffer.cpython-26-PYTEST.pyc
|
|
tests/__pycache__/test_inotify_buffer.cpython-27-PYTEST.pyc
|
|
tests/__pycache__/test_inotify_buffer.cpython-34-PYTEST.pyc
|
|
tests/__pycache__/test_inotify_buffer.pypy-27-PYTEST.pyc
|
|
tests/__pycache__/test_skip_repeats_queue.cpython-26-PYTEST.pyc
|
|
tests/__pycache__/test_skip_repeats_queue.cpython-27-PYTEST.pyc
|
|
tests/__pycache__/test_skip_repeats_queue.cpython-34-PYTEST.pyc
|
|
tests/__pycache__/test_skip_repeats_queue.pypy-27-PYTEST.pyc
|
|
tests/__pycache__/test_snapshot_diff.cpython-26-PYTEST.pyc
|
|
tests/__pycache__/test_snapshot_diff.cpython-27-PYTEST.pyc
|
|
tests/__pycache__/test_snapshot_diff.cpython-34-PYTEST.pyc
|
|
tests/__pycache__/test_snapshot_diff.pypy-27-PYTEST.pyc
|
|
tests/legacy/test_watch_observers_winapi.py
|
|
tests/legacy/test_watchdog_events.py
|
|
tests/legacy/test_watchdog_observers_api.py
|
|
tests/legacy/test_watchdog_observers_polling.py
|
|
tests/legacy/utils.py
|
|
tests/legacy/utils.pyc
|
|
tests/legacy/__pycache__/test_watch_observers_winapi.cpython-26-PYTEST.pyc
|
|
tests/legacy/__pycache__/test_watch_observers_winapi.cpython-27-PYTEST.pyc
|
|
tests/legacy/__pycache__/test_watch_observers_winapi.cpython-34-PYTEST.pyc
|
|
tests/legacy/__pycache__/test_watch_observers_winapi.pypy-27-PYTEST.pyc
|
|
tests/legacy/__pycache__/test_watchdog_events.cpython-26-PYTEST.pyc
|
|
tests/legacy/__pycache__/test_watchdog_events.cpython-27-PYTEST.pyc
|
|
tests/legacy/__pycache__/test_watchdog_events.cpython-34-PYTEST.pyc
|
|
tests/legacy/__pycache__/test_watchdog_events.pypy-27-PYTEST.pyc
|
|
tests/legacy/__pycache__/test_watchdog_observers_api.cpython-26-PYTEST.pyc
|
|
tests/legacy/__pycache__/test_watchdog_observers_api.cpython-27-PYTEST.pyc
|
|
tests/legacy/__pycache__/test_watchdog_observers_api.cpython-34-PYTEST.pyc
|
|
tests/legacy/__pycache__/test_watchdog_observers_api.pypy-27-PYTEST.pyc
|
|
tests/legacy/__pycache__/test_watchdog_observers_polling.cpython-26-PYTEST.pyc
|
|
tests/legacy/__pycache__/test_watchdog_observers_polling.cpython-27-PYTEST.pyc
|
|
tests/legacy/__pycache__/test_watchdog_observers_polling.cpython-34-PYTEST.pyc
|
|
tests/legacy/__pycache__/test_watchdog_observers_polling.pypy-27-PYTEST.pyc
|
|
tests/legacy/__pycache__/utils.cpython-34.pyc |