|
1 |
| -- htmlcov |
2 |
| -- repo_helper.yml |
| 1 | +- .bumpversion.cfg |
| 2 | +- .ci |
| 3 | +- .dependabot |
| 4 | +- .github |
| 5 | +- .gitignore |
| 6 | +- .idea |
| 7 | +- .imgbotconfig |
| 8 | +- .isort.cfg |
3 | 9 | - .pre-commit-config.yaml
|
4 |
| -- requirements.txt |
| 10 | +- .pylintrc |
| 11 | +- .readthedocs.yml |
| 12 | +- .style.yapf |
| 13 | +- CONTRIBUTING.rst |
| 14 | +- LICENSE |
| 15 | +- MANIFEST.in |
| 16 | +- README.rst |
| 17 | +- __pkginfo__.py |
5 | 18 | - conda
|
6 | 19 | - dist
|
7 |
| -- CONTRIBUTING.rst |
| 20 | +- doc-source |
| 21 | +- doc-source/conf.py |
| 22 | +- doc-source/patched_autosummary.py |
| 23 | +- domdf_python_tools |
| 24 | +- domdf_python_tools.egg-info |
| 25 | +- domdf_python_tools/__init__.py |
8 | 26 | - domdf_python_tools/bases.py
|
9 |
| -- domdf_python_tools/paths.py |
10 |
| -- domdf_python_tools/secrets.py |
| 27 | +- domdf_python_tools/compat.py |
11 | 28 | - domdf_python_tools/dates.py
|
12 |
| -- domdf_python_tools/pagesizes/sizes.py |
13 |
| -- domdf_python_tools/pagesizes/utils.py |
14 |
| -- domdf_python_tools/pagesizes/classes.py |
15 |
| -- domdf_python_tools/pagesizes/__init__.py |
16 |
| -- domdf_python_tools/pagesizes/units.py |
17 | 29 | - domdf_python_tools/delegators.py
|
| 30 | +- domdf_python_tools/doctools.py |
18 | 31 | - domdf_python_tools/import_tools.py
|
19 |
| -- domdf_python_tools/versions.py |
20 | 32 | - domdf_python_tools/iterative.py
|
21 |
| -- domdf_python_tools/utils.py |
| 33 | +- domdf_python_tools/pagesizes/__init__.py |
| 34 | +- domdf_python_tools/pagesizes/classes.py |
| 35 | +- domdf_python_tools/pagesizes/sizes.py |
| 36 | +- domdf_python_tools/pagesizes/units.py |
| 37 | +- domdf_python_tools/pagesizes/utils.py |
| 38 | +- domdf_python_tools/paths.py |
| 39 | +- domdf_python_tools/pretty_print.py |
| 40 | +- domdf_python_tools/secrets.py |
| 41 | +- domdf_python_tools/stringlist.py |
| 42 | +- domdf_python_tools/terminal.py |
| 43 | +- domdf_python_tools/testing/__init__.py |
22 | 44 | - domdf_python_tools/testing/fixtures.py
|
23 | 45 | - domdf_python_tools/testing/params.py
|
| 46 | +- domdf_python_tools/testing/regressions.py |
24 | 47 | - domdf_python_tools/testing/selectors.py
|
25 | 48 | - domdf_python_tools/testing/utils.py
|
26 |
| -- domdf_python_tools/testing/regressions.py |
27 |
| -- domdf_python_tools/testing/__init__.py |
28 |
| -- domdf_python_tools/__init__.py |
29 |
| -- domdf_python_tools/terminal.py |
30 | 49 | - domdf_python_tools/typing.py
|
| 50 | +- domdf_python_tools/utils.py |
| 51 | +- domdf_python_tools/versions.py |
31 | 52 | - domdf_python_tools/words.py
|
32 |
| -- domdf_python_tools/compat.py |
33 |
| -- domdf_python_tools/doctools.py |
34 |
| -- domdf_python_tools/stringlist.py |
35 |
| -- domdf_python_tools/pretty_print.py |
36 |
| -- domdf_python_tools |
37 |
| -- .idea |
38 |
| -- demo_dir/code.py |
39 |
| -- demo_dir/yes/code.py |
40 |
| -- demo_dir |
41 |
| -- LICENSE |
| 53 | +- htmlcov |
| 54 | +- mutdef.py |
| 55 | +- pyproject.toml |
| 56 | +- repo_helper.yml |
| 57 | +- requirements.txt |
| 58 | +- setup.cfg |
| 59 | +- setup.py |
| 60 | +- stubs.txt |
| 61 | +- tests |
| 62 | +- tests/__init__.py |
| 63 | +- tests/conftest.py |
| 64 | +- tests/discover_demo_module/__init__.py |
| 65 | +- tests/discover_demo_module/submodule_a.py |
| 66 | +- tests/discover_demo_module/submodule_b.py |
| 67 | +- tests/list_tests.py |
| 68 | +- tests/mypy_test.py |
42 | 69 | - tests/seq_tests.py
|
| 70 | +- tests/test_bases.py |
| 71 | +- tests/test_dates.py |
| 72 | +- tests/test_delegators.py |
| 73 | +- tests/test_doctools.py |
| 74 | +- tests/test_import_tools.py |
| 75 | +- tests/test_iterative.py |
| 76 | +- tests/test_namedlist.py |
| 77 | +- tests/test_pagesizes/__init__.py |
43 | 78 | - tests/test_pagesizes/test_pagesizes.py
|
44 | 79 | - tests/test_pagesizes/test_units.py
|
45 |
| -- tests/test_pagesizes/__init__.py |
46 |
| -- tests/test_secrets.py |
47 |
| -- tests/test_words.py |
48 |
| -- tests/test_doctools.py |
49 | 80 | - tests/test_paths.py
|
| 81 | +- tests/test_paths_stdlib.py |
50 | 82 | - tests/test_pretty_print.py
|
| 83 | +- tests/test_secrets.py |
| 84 | +- tests/test_stringlist.py |
| 85 | +- tests/test_terminal.py |
| 86 | +- tests/test_testing.py |
51 | 87 | - tests/test_typing.py
|
52 |
| -- tests/test_utils.py |
53 |
| -- tests/test_delegators.py |
54 |
| -- tests/mypy_test.py |
55 |
| -- tests/test_paths_stdlib.py |
56 | 88 | - tests/test_userlist.py
|
57 |
| -- tests/test_dates.py |
| 89 | +- tests/test_utils.py |
58 | 90 | - tests/test_versions.py
|
59 |
| -- tests/test_import_tools.py |
60 |
| -- tests/discover_demo_module/submodule_b.py |
61 |
| -- tests/discover_demo_module/submodule_a.py |
62 |
| -- tests/discover_demo_module/__init__.py |
63 |
| -- tests/test_testing.py |
64 |
| -- tests/conftest.py |
65 |
| -- tests/test_bases.py |
66 |
| -- tests/__init__.py |
67 |
| -- tests/test_stringlist.py |
68 |
| -- tests/test_namedlist.py |
69 |
| -- tests/test_terminal.py |
70 |
| -- tests/list_tests.py |
71 |
| -- tests/test_iterative.py |
72 |
| -- tests |
| 91 | +- tests/test_words.py |
73 | 92 | - tox.ini
|
74 |
| -- doc-source/patched_autosummary.py |
75 |
| -- doc-source/conf.py |
76 |
| -- doc-source |
77 |
| -- domdf_python_tools.egg-info |
78 |
| -- .readthedocs.yml |
79 |
| -- .isort.cfg |
80 |
| -- .ci |
81 |
| -- .bumpversion.cfg |
82 |
| -- .style.yapf |
83 |
| -- .github |
84 |
| -- .pylintrc |
85 |
| -- MANIFEST.in |
86 |
| -- __pkginfo__.py |
87 |
| -- .gitignore |
88 |
| -- mutdef.py |
89 |
| -- setup.py |
90 |
| -- pyproject.toml |
91 |
| -- setup.cfg |
92 |
| -- stubs.txt |
93 |
| -- README.rst |
94 |
| -- .imgbotconfig |
95 |
| -- .dependabot |
0 commit comments