moat-src 0.8.5__py3-none-any.whl → 0.8.11__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 (31) hide show
  1. moat/src/_cfg.yaml +2 -0
  2. moat/src/_main.py +295 -201
  3. moat/src/_templates/moat/_main.py +23 -0
  4. moat/src/test.py +1 -1
  5. {moat_src-0.8.5.dist-info → moat_src-0.8.11.dist-info}/METADATA +2 -2
  6. moat_src-0.8.11.dist-info/RECORD +14 -0
  7. {moat_src-0.8.5.dist-info → moat_src-0.8.11.dist-info}/WHEEL +1 -1
  8. moat_src-0.8.11.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/.gitignore +0 -8
  15. debian/changelog +0 -78
  16. debian/control +0 -20
  17. debian/moat-src/usr/lib/python3/dist-packages/moat/src/__init__.py +0 -0
  18. debian/moat-src/usr/lib/python3/dist-packages/moat/src/_main.py +0 -1113
  19. debian/moat-src/usr/lib/python3/dist-packages/moat/src/_templates/moat/__init__.py +0 -3
  20. debian/moat-src/usr/lib/python3/dist-packages/moat/src/_templates/pyproject.default.yaml +0 -146
  21. debian/moat-src/usr/lib/python3/dist-packages/moat/src/_templates/pyproject.forced.yaml +0 -77
  22. debian/moat-src/usr/lib/python3/dist-packages/moat/src/inspect.py +0 -65
  23. debian/moat-src/usr/lib/python3/dist-packages/moat/src/test.py +0 -89
  24. debian/rules +0 -10
  25. moat/src/_templates/pyproject.default.yaml +0 -146
  26. moat/src/_templates/pyproject.forced.yaml +0 -77
  27. moat_src-0.8.5.dist-info/RECORD +0 -30
  28. moat_src-0.8.5.dist-info/top_level.txt +0 -4
  29. {build/lib/moat/src/_templates → moat/src/_templates/packaging}/pyproject.default.yaml +0 -0
  30. {build/lib/moat/src/_templates → moat/src/_templates/packaging}/pyproject.forced.yaml +0 -0
  31. {moat_src-0.8.5.dist-info → moat_src-0.8.11.dist-info}/licenses/LICENSE.txt +0 -0
moat/src/_cfg.yaml ADDED
@@ -0,0 +1,2 @@
1
+ src:
2
+ done: "/src/DONE"