moat-src 0.8.4__py3-none-any.whl → 0.8.10__py3-none-any.whl

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.
Files changed (27) hide show
  1. moat/src/_cfg.yaml +2 -0
  2. moat/src/_main.py +287 -197
  3. moat/src/_templates/moat/_main.py +23 -0
  4. moat/src/test.py +1 -1
  5. {moat_src-0.8.4.dist-info → moat_src-0.8.10.dist-info}/METADATA +2 -2
  6. moat_src-0.8.10.dist-info/RECORD +14 -0
  7. {moat_src-0.8.4.dist-info → moat_src-0.8.10.dist-info}/WHEEL +1 -1
  8. moat_src-0.8.10.dist-info/top_level.txt +1 -0
  9. build/lib/moat/src/__init__.py +0 -0
  10. build/lib/moat/src/_main.py +0 -1113
  11. build/lib/moat/src/_templates/moat/__init__.py +0 -3
  12. build/lib/moat/src/inspect.py +0 -65
  13. build/lib/moat/src/test.py +0 -89
  14. debian/moat-src/usr/lib/python3/dist-packages/moat/src/__init__.py +0 -0
  15. debian/moat-src/usr/lib/python3/dist-packages/moat/src/_main.py +0 -1113
  16. debian/moat-src/usr/lib/python3/dist-packages/moat/src/_templates/moat/__init__.py +0 -3
  17. debian/moat-src/usr/lib/python3/dist-packages/moat/src/_templates/pyproject.default.yaml +0 -146
  18. debian/moat-src/usr/lib/python3/dist-packages/moat/src/_templates/pyproject.forced.yaml +0 -77
  19. debian/moat-src/usr/lib/python3/dist-packages/moat/src/inspect.py +0 -65
  20. debian/moat-src/usr/lib/python3/dist-packages/moat/src/test.py +0 -89
  21. moat/src/_templates/pyproject.default.yaml +0 -146
  22. moat/src/_templates/pyproject.forced.yaml +0 -77
  23. moat_src-0.8.4.dist-info/RECORD +0 -26
  24. moat_src-0.8.4.dist-info/top_level.txt +0 -4
  25. {build/lib/moat/src/_templates → moat/src/_templates/packaging}/pyproject.default.yaml +0 -0
  26. {build/lib/moat/src/_templates → moat/src/_templates/packaging}/pyproject.forced.yaml +0 -0
  27. {moat_src-0.8.4.dist-info → moat_src-0.8.10.dist-info}/licenses/LICENSE.txt +0 -0
moat/src/_cfg.yaml ADDED
@@ -0,0 +1,2 @@
1
+ src:
2
+ done: "/src/DONE"