coconut-develop 3.0.1.post0.dev11__tar.gz → 3.0.1.post0.dev12__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.
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/CONTRIBUTING.md +5 -2
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/PKG-INFO +1 -1
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/constants.py +2 -2
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/root.py +1 -1
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/tests/main_test.py +4 -2
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/tests/src/cocotest/target_35/py35_test.coco +4 -17
- coconut-develop-3.0.1.post0.dev12/coconut/tests/src/cocotest/target_36/py36_test.coco +28 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/tests/src/extras.coco +1 -0
- coconut-develop-3.0.1.post0.dev11/coconut/tests/src/cocotest/target_36/py36_test.coco +0 -5
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/DOCS.md +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/FAQ.md +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/HELP.md +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/LICENSE.txt +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/MANIFEST.in +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/README.rst +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/__coconut__/__init__.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/__coconut__/__init__.pyi +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/__coconut__/py.typed +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/_coconut/__init__.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/_coconut/__init__.pyi +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/_coconut/py.typed +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/__coconut__.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/__coconut__.pyi +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/__init__.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/__init__.pyi +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/__main__.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/_pyparsing.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/api.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/api.pyi +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/command/__init__.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/command/__init__.pyi +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/command/cli.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/command/command.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/command/command.pyi +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/command/mypy.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/command/resources/zcoconut.pth +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/command/util.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/command/watch.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/compiler/__init__.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/compiler/compiler.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/compiler/grammar.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/compiler/header.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/compiler/matching.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/compiler/templates/header.py_template +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/compiler/util.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/convenience.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/convenience.pyi +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/exceptions.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/highlighter.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/icoconut/__init__.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/icoconut/__main__.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/icoconut/coconut/kernel.json +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/icoconut/coconut_py/kernel.json +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/icoconut/coconut_py2/kernel.json +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/icoconut/coconut_py3/kernel.json +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/icoconut/embed.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/icoconut/root.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/integrations.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/main.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/py.typed +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/requirements.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/terminal.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/tests/__init__.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/tests/__main__.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/tests/constants_test.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/tests/src/cocotest/agnostic/__init__.coco +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/tests/src/cocotest/agnostic/main.coco +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/tests/src/cocotest/agnostic/primary.coco +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/tests/src/cocotest/agnostic/specific.coco +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/tests/src/cocotest/agnostic/suite.coco +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/tests/src/cocotest/agnostic/tutorial.coco +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/tests/src/cocotest/agnostic/util.coco +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/tests/src/cocotest/non_strict/non_strict_test.coco +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/tests/src/cocotest/target_2/py2_test.coco +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/tests/src/cocotest/target_3/py3_test.coco +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/tests/src/cocotest/target_38/py38_test.coco +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/tests/src/cocotest/target_sys/target_sys_test.coco +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/tests/src/runnable.coco +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/tests/src/runner.coco +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/util.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut_develop.egg-info/SOURCES.txt +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/conf.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/pyproject.toml +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/setup.cfg +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/setup.py +0 -0
- {coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/xontrib/coconut.py +0 -0
|
@@ -161,8 +161,11 @@ After you've tested your changes locally, you'll want to add more permanent test
|
|
|
161
161
|
6. Check [Codebeat](https://codebeat.co/a/evhub/projects) and [LGTM](https://lgtm.com/dashboard) for `coconut` and `compiled-cocotest`
|
|
162
162
|
7. Make sure [`coconut-develop`](https://pypi.python.org/pypi/coconut-develop) package looks good
|
|
163
163
|
8. Run `make docs` and ensure local documentation looks good
|
|
164
|
-
9.
|
|
165
|
-
|
|
164
|
+
9. Make sure all of the following are passing:
|
|
165
|
+
1. [Github Actions](https://github.com/evhub/coconut/actions)
|
|
166
|
+
2. [AppVeyor](https://ci.appveyor.com/project/evhub/coconut)
|
|
167
|
+
3. [readthedocs](https://readthedocs.org/projects/coconut/builds/)
|
|
168
|
+
10. Make sure [develop documentation](http://coconut.readthedocs.io/en/develop/) looks good
|
|
166
169
|
11. Turn off `develop` in `root.py`
|
|
167
170
|
12. Set `root.py` to new version number
|
|
168
171
|
13. If major release, set `root.py` to new version name
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/constants.py
RENAMED
|
@@ -868,7 +868,7 @@ all_reqs = {
|
|
|
868
868
|
("aenum", "py<34"),
|
|
869
869
|
("dataclasses", "py==36"),
|
|
870
870
|
("typing", "py<35"),
|
|
871
|
-
("async_generator", "
|
|
871
|
+
("async_generator", "py3"),
|
|
872
872
|
),
|
|
873
873
|
"dev": (
|
|
874
874
|
("pre-commit", "py3"),
|
|
@@ -921,7 +921,7 @@ min_versions = {
|
|
|
921
921
|
("pygments", "py>=39"): (2, 15),
|
|
922
922
|
("xonsh", "py38"): (0, 14),
|
|
923
923
|
("pytest", "py36"): (7,),
|
|
924
|
-
("async_generator", "
|
|
924
|
+
("async_generator", "py3"): (1, 10),
|
|
925
925
|
|
|
926
926
|
# pinned reqs: (must be added to pinned_reqs below)
|
|
927
927
|
|
|
@@ -26,7 +26,7 @@ import sys as _coconut_sys
|
|
|
26
26
|
VERSION = "3.0.1"
|
|
27
27
|
VERSION_NAME = None
|
|
28
28
|
# False for release, int >= 1 for develop
|
|
29
|
-
DEVELOP =
|
|
29
|
+
DEVELOP = 12
|
|
30
30
|
ALPHA = False # for pre releases rather than post releases
|
|
31
31
|
|
|
32
32
|
assert DEVELOP is False or DEVELOP >= 1, "DEVELOP must be False or an int >= 1"
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/tests/main_test.py
RENAMED
|
@@ -795,10 +795,12 @@ class TestShell(unittest.TestCase):
|
|
|
795
795
|
assert kernel in stdout
|
|
796
796
|
|
|
797
797
|
if not WINDOWS and not PYPY:
|
|
798
|
-
def
|
|
798
|
+
def test_jupyter_console(self):
|
|
799
799
|
p = spawn_cmd("coconut --jupyter console")
|
|
800
800
|
p.expect("In", timeout=120)
|
|
801
|
-
p.sendline("
|
|
801
|
+
p.sendline("%load_ext coconut")
|
|
802
|
+
p.expect("In", timeout=120)
|
|
803
|
+
p.sendline("`exit`")
|
|
802
804
|
p.expect("Shutting down kernel|shutting down")
|
|
803
805
|
if p.isalive():
|
|
804
806
|
p.terminate()
|
|
@@ -44,25 +44,25 @@ def py35_test() -> bool:
|
|
|
44
44
|
got.append(i)
|
|
45
45
|
assert got == range(5) |> list
|
|
46
46
|
|
|
47
|
-
# non-match
|
|
47
|
+
# with for non-match
|
|
48
48
|
got = []
|
|
49
49
|
async with for i in aclosing(arange(5)):
|
|
50
50
|
got.append(i)
|
|
51
51
|
assert got == range(5) |> list
|
|
52
52
|
|
|
53
|
-
# match syntax 1
|
|
53
|
+
# with for match syntax 1
|
|
54
54
|
got = []
|
|
55
55
|
async with for int(i) in aclosing(arange(5)):
|
|
56
56
|
got.append(i)
|
|
57
57
|
assert got == range(5) |> list
|
|
58
58
|
|
|
59
|
-
# match syntax 2
|
|
59
|
+
# with for match syntax 2
|
|
60
60
|
got = []
|
|
61
61
|
async match with for int(i) in aclosing(arange(5)):
|
|
62
62
|
got.append(i)
|
|
63
63
|
assert got == range(5) |> list
|
|
64
64
|
|
|
65
|
-
# match syntax 3
|
|
65
|
+
# with for match syntax 3
|
|
66
66
|
got = []
|
|
67
67
|
match async with for int(i) in aclosing(arange(5)):
|
|
68
68
|
got.append(i)
|
|
@@ -88,12 +88,6 @@ def py35_test() -> bool:
|
|
|
88
88
|
assert l == list(range(10)) + list(range(10))
|
|
89
89
|
|
|
90
90
|
async def arec(x) = await arec(x-1) if x else x
|
|
91
|
-
async def outer_func():
|
|
92
|
-
funcs = []
|
|
93
|
-
for x in range(5):
|
|
94
|
-
funcs.append(async copyclosure def -> x)
|
|
95
|
-
return funcs
|
|
96
|
-
async def await_all(xs) = [await x for x in xs]
|
|
97
91
|
async def atest():
|
|
98
92
|
assert (
|
|
99
93
|
10
|
|
@@ -103,13 +97,6 @@ def py35_test() -> bool:
|
|
|
103
97
|
|> arec
|
|
104
98
|
|> await
|
|
105
99
|
) == 0
|
|
106
|
-
assert (
|
|
107
|
-
outer_func()
|
|
108
|
-
|> await
|
|
109
|
-
|> map$(call)
|
|
110
|
-
|> await_all
|
|
111
|
-
|> await
|
|
112
|
-
) == range(5) |> list
|
|
113
100
|
loop.run_until_complete(atest())
|
|
114
101
|
|
|
115
102
|
loop.close()
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import asyncio
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
def py36_test() -> bool:
|
|
5
|
+
"""Performs Python-3.6-specific tests."""
|
|
6
|
+
assert f"{[] |> len}" == "0"
|
|
7
|
+
assert (a=1, b=2) == _namedtuple_of(a=1, b=2) == (1, 2) # type: ignore
|
|
8
|
+
|
|
9
|
+
loop = asyncio.new_event_loop()
|
|
10
|
+
|
|
11
|
+
async def outer_func():
|
|
12
|
+
funcs = []
|
|
13
|
+
for x in range(5):
|
|
14
|
+
funcs.append(async copyclosure def -> x)
|
|
15
|
+
return funcs
|
|
16
|
+
async def await_all(xs) = [await x for x in xs]
|
|
17
|
+
async def atest():
|
|
18
|
+
assert (
|
|
19
|
+
outer_func()
|
|
20
|
+
|> await
|
|
21
|
+
|> map$(call)
|
|
22
|
+
|> await_all
|
|
23
|
+
|> await
|
|
24
|
+
) == range(5) |> list
|
|
25
|
+
loop.run_until_complete(atest())
|
|
26
|
+
|
|
27
|
+
loop.close()
|
|
28
|
+
return True
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/__coconut__/__init__.py
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/__coconut__/__init__.pyi
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/__coconut__/py.typed
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/_coconut/__init__.py
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/_coconut/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/__coconut__.py
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/__coconut__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/_pyparsing.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/command/__init__.py
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/command/__init__.pyi
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/command/cli.py
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/command/command.py
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/command/command.pyi
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/command/mypy.py
RENAMED
|
File without changes
|
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/command/util.py
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/command/watch.py
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/compiler/__init__.py
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/compiler/compiler.py
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/compiler/grammar.py
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/compiler/header.py
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/compiler/matching.py
RENAMED
|
File without changes
|
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/compiler/util.py
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/convenience.py
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/convenience.pyi
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/exceptions.py
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/highlighter.py
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/icoconut/__init__.py
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/icoconut/__main__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/icoconut/embed.py
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/icoconut/root.py
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/integrations.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/requirements.py
RENAMED
|
File without changes
|
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/tests/__init__.py
RENAMED
|
File without changes
|
{coconut-develop-3.0.1.post0.dev11 → coconut-develop-3.0.1.post0.dev12}/coconut/tests/__main__.py
RENAMED
|
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
|