vim-eof-comment 0.3.15__tar.gz → 0.3.17__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/PKG-INFO +2 -3
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/Pipfile +0 -3
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/pyproject.toml +3 -3
- vim_eof_comment-0.3.17/version.txt +1 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/version.py +2 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment.egg-info/PKG-INFO +2 -3
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment.egg-info/requires.txt +0 -1
- vim_eof_comment-0.3.15/version.txt +0 -1
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/.flake8 +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/.gitattributes +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/.github/CODEOWNERS +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/.github/workflows/flake8-lint.yml +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/.github/workflows/mypy-lint.yml +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/.github/workflows/release.yml +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/.github/workflows/vim-eof-comment.yml +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/.pre-commit-config.yaml +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/LICENSE +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/Makefile +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/README.md +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/docs/Makefile +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/docs/make.bat +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/docs/source/conf.py +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/docs/source/functions.rst +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/docs/source/index.rst +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/docs/source/installation.rst +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/requirements.txt +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/setup.cfg +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/taplo.toml +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/__init__.py +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/__init__.pyi +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/__main__.py +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/args/__init__.py +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/args/__init__.pyi +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/args/completion.py +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/args/completion.pyi +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/args/parsing.py +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/args/parsing.pyi +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/comments/__init__.py +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/comments/__init__.pyi +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/comments/filetypes.json +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/comments/generator.py +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/comments/generator.pyi +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/eof.py +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/eof.pyi +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/file.py +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/file.pyi +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/py.typed +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/regex.py +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/regex.pyi +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/types.py +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/types.pyi +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/util.py +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/util.pyi +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment/version.pyi +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment.egg-info/SOURCES.txt +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment.egg-info/dependency_links.txt +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment.egg-info/entry_points.txt +0 -0
- {vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: vim-eof-comment
|
|
3
|
-
Version: 0.3.
|
|
4
|
-
Summary: Adds Vim EOF comments for given filetypes in given directories
|
|
3
|
+
Version: 0.3.17
|
|
4
|
+
Summary: Adds Vim EOF modeline comments for given filetypes in given directories
|
|
5
5
|
Author-email: Guennadi Maximov C <g.maxc.fox@protonmail.com>
|
|
6
6
|
Maintainer-email: Guennadi Maximov C <g.maxc.fox@protonmail.com>
|
|
7
7
|
License-Expression: GPL-2.0-only
|
|
@@ -31,7 +31,6 @@ Requires-Dist: argcomplete
|
|
|
31
31
|
Requires-Dist: argparse
|
|
32
32
|
Requires-Dist: colorama
|
|
33
33
|
Requires-Dist: setuptools
|
|
34
|
-
Requires-Dist: typing
|
|
35
34
|
Requires-Dist: wheel
|
|
36
35
|
Dynamic: license-file
|
|
37
36
|
|
|
@@ -7,8 +7,6 @@ name = "pypi"
|
|
|
7
7
|
setuptools = "*"
|
|
8
8
|
wheel = "*"
|
|
9
9
|
argparse = "*"
|
|
10
|
-
typing = "*"
|
|
11
|
-
typing-extensions = "*"
|
|
12
10
|
pyproject = "*"
|
|
13
11
|
colorama = "*"
|
|
14
12
|
argcomplete = "*"
|
|
@@ -31,7 +29,6 @@ sphinx-rtd-theme = "*"
|
|
|
31
29
|
renku-sphinx-theme = "*"
|
|
32
30
|
sphinxawesome-theme = "*"
|
|
33
31
|
numpydoc = "*"
|
|
34
|
-
vim-eof-comment = "*"
|
|
35
32
|
|
|
36
33
|
[scripts]
|
|
37
34
|
lint = "flake8 --statistics --show-source --color always --max-line-length 100 --docstring-convention numpy --ignore=D401 ."
|
|
@@ -21,8 +21,8 @@ classifiers = [
|
|
|
21
21
|
"Topic :: Utilities",
|
|
22
22
|
"Typing :: Typed",
|
|
23
23
|
]
|
|
24
|
-
dependencies = ["argcomplete", "argparse", "colorama", "setuptools", "
|
|
25
|
-
description = "Adds Vim EOF comments for given filetypes in given directories"
|
|
24
|
+
dependencies = ["argcomplete", "argparse", "colorama", "setuptools", "wheel"]
|
|
25
|
+
description = "Adds Vim EOF modeline comments for given filetypes in given directories"
|
|
26
26
|
keywords = [
|
|
27
27
|
"eof comments",
|
|
28
28
|
"eof",
|
|
@@ -39,7 +39,7 @@ maintainers = [{ name = "Guennadi Maximov C", email = "g.maxc.fox@protonmail.com
|
|
|
39
39
|
name = "vim-eof-comment"
|
|
40
40
|
readme = "README.md"
|
|
41
41
|
requires-python = ">=3.10"
|
|
42
|
-
version = "0.3.
|
|
42
|
+
version = "0.3.17"
|
|
43
43
|
|
|
44
44
|
[project.scripts]
|
|
45
45
|
vim-eof-comment = "vim_eof_comment.eof:main"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.3.17
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: vim-eof-comment
|
|
3
|
-
Version: 0.3.
|
|
4
|
-
Summary: Adds Vim EOF comments for given filetypes in given directories
|
|
3
|
+
Version: 0.3.17
|
|
4
|
+
Summary: Adds Vim EOF modeline comments for given filetypes in given directories
|
|
5
5
|
Author-email: Guennadi Maximov C <g.maxc.fox@protonmail.com>
|
|
6
6
|
Maintainer-email: Guennadi Maximov C <g.maxc.fox@protonmail.com>
|
|
7
7
|
License-Expression: GPL-2.0-only
|
|
@@ -31,7 +31,6 @@ Requires-Dist: argcomplete
|
|
|
31
31
|
Requires-Dist: argparse
|
|
32
32
|
Requires-Dist: colorama
|
|
33
33
|
Requires-Dist: setuptools
|
|
34
|
-
Requires-Dist: typing
|
|
35
34
|
Requires-Dist: wheel
|
|
36
35
|
Dynamic: license-file
|
|
37
36
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.3.15
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vim_eof_comment-0.3.15 → vim_eof_comment-0.3.17}/vim_eof_comment.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|