bare-script 3.3.2__tar.gz → 3.3.3__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.
- {bare_script-3.3.2/src/bare_script.egg-info → bare_script-3.3.3}/PKG-INFO +1 -1
- {bare_script-3.3.2 → bare_script-3.3.3}/setup.cfg +1 -2
- {bare_script-3.3.2 → bare_script-3.3.3/src/bare_script.egg-info}/PKG-INFO +1 -1
- {bare_script-3.3.2 → bare_script-3.3.3}/src/bare_script.egg-info/SOURCES.txt +1 -6
- bare_script-3.3.2/src/bare_script/include/args.mds +0 -12
- bare_script-3.3.2/src/bare_script/include/forms.mds +0 -12
- bare_script-3.3.2/src/bare_script/include/pager.mds +0 -12
- bare_script-3.3.2/src/bare_script/include/unittest.mds +0 -12
- bare_script-3.3.2/src/bare_script/include/unittestMock.mds +0 -12
- {bare_script-3.3.2 → bare_script-3.3.3}/LICENSE +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/README.md +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/pyproject.toml +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/src/bare_script/__init__.py +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/src/bare_script/__main__.py +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/src/bare_script/bare.py +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/src/bare_script/baredoc.py +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/src/bare_script/data.py +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/src/bare_script/include/__init__.py +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/src/bare_script/include/args.bare +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/src/bare_script/include/diff.bare +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/src/bare_script/include/forms.bare +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/src/bare_script/include/markdownUp.bare +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/src/bare_script/include/pager.bare +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/src/bare_script/include/unittest.bare +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/src/bare_script/include/unittestMock.bare +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/src/bare_script/library.py +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/src/bare_script/model.py +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/src/bare_script/options.py +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/src/bare_script/parser.py +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/src/bare_script/runtime.py +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/src/bare_script/value.py +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/src/bare_script.egg-info/dependency_links.txt +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/src/bare_script.egg-info/entry_points.txt +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/src/bare_script.egg-info/requires.txt +0 -0
- {bare_script-3.3.2 → bare_script-3.3.3}/src/bare_script.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[metadata]
|
|
2
2
|
name = bare-script
|
|
3
|
-
version = 3.3.
|
|
3
|
+
version = 3.3.3
|
|
4
4
|
url = https://github.com/craigahobbs/bare-script
|
|
5
5
|
author = Craig A. Hobbs
|
|
6
6
|
author_email = craigahobbs@gmail.com
|
|
@@ -37,7 +37,6 @@ console_scripts =
|
|
|
37
37
|
[options.package_data]
|
|
38
38
|
bare_script =
|
|
39
39
|
include/*.bare
|
|
40
|
-
include/*.mds
|
|
41
40
|
include/*.txt
|
|
42
41
|
|
|
43
42
|
[egg_info]
|
|
@@ -21,14 +21,9 @@ src/bare_script.egg-info/requires.txt
|
|
|
21
21
|
src/bare_script.egg-info/top_level.txt
|
|
22
22
|
src/bare_script/include/__init__.py
|
|
23
23
|
src/bare_script/include/args.bare
|
|
24
|
-
src/bare_script/include/args.mds
|
|
25
24
|
src/bare_script/include/diff.bare
|
|
26
25
|
src/bare_script/include/forms.bare
|
|
27
|
-
src/bare_script/include/forms.mds
|
|
28
26
|
src/bare_script/include/markdownUp.bare
|
|
29
27
|
src/bare_script/include/pager.bare
|
|
30
|
-
src/bare_script/include/pager.mds
|
|
31
28
|
src/bare_script/include/unittest.bare
|
|
32
|
-
src/bare_script/include/
|
|
33
|
-
src/bare_script/include/unittestMock.bare
|
|
34
|
-
src/bare_script/include/unittestMock.mds
|
|
29
|
+
src/bare_script/include/unittestMock.bare
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# Licensed under the MIT License
|
|
2
|
-
# https://github.com/craigahobbs/markdown-up/blob/main/LICENSE
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
# Include sentinel
|
|
6
|
-
if systemGlobalGet('argsSentinel'):
|
|
7
|
-
return
|
|
8
|
-
endif
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
systemLog('MarkdownUp - args.mds: args.mds is now args.bare - please update before 2025-06-01')
|
|
12
|
-
include 'args.bare'
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# Licensed under the MIT License
|
|
2
|
-
# https://github.com/craigahobbs/markdown-up/blob/main/LICENSE
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
# Include sentinel
|
|
6
|
-
if systemGlobalGet('formsSentinel'):
|
|
7
|
-
return
|
|
8
|
-
endif
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
systemLog('MarkdownUp - forms.mds: forms.mds is now forms.bare - please update before 2025-06-01')
|
|
12
|
-
include 'forms.bare'
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# Licensed under the MIT License
|
|
2
|
-
# https://github.com/craigahobbs/markdown-up/blob/main/LICENSE
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
# Include sentinel
|
|
6
|
-
if systemGlobalGet('pagerSentinel'):
|
|
7
|
-
return
|
|
8
|
-
endif
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
systemLog('MarkdownUp - pager.mds: pager.mds is now pager.bare - please update before 2025-06-01')
|
|
12
|
-
include 'pager.bare'
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# Licensed under the MIT License
|
|
2
|
-
# https://github.com/craigahobbs/markdown-up/blob/main/LICENSE
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
# Include sentinel
|
|
6
|
-
if systemGlobalGet('unittestSentinel'):
|
|
7
|
-
return
|
|
8
|
-
endif
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
systemLog('MarkdownUp - unittest.mds: unittest.mds is now unittest.bare - please update before 2025-06-01')
|
|
12
|
-
include 'unittest.bare'
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# Licensed under the MIT License
|
|
2
|
-
# https://github.com/craigahobbs/markdown-up/blob/main/LICENSE
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
# Include sentinel
|
|
6
|
-
if systemGlobalGet('unittestMockSentinel'):
|
|
7
|
-
return
|
|
8
|
-
endif
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
systemLog('MarkdownUp - unittestMock.mds: unittestMock.mds is now unittestMock.bare - please update before 2025-06-01')
|
|
12
|
-
include 'unittestMock.bare'
|
|
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
|