plain.dev 0.7.1__tar.gz → 0.7.2__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.
- {plain_dev-0.7.1 → plain_dev-0.7.2}/PKG-INFO +1 -1
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/services.py +1 -1
- {plain_dev-0.7.1 → plain_dev-0.7.2}/pyproject.toml +1 -1
- {plain_dev-0.7.1 → plain_dev-0.7.2}/LICENSE +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/README.md +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/README.md +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/__init__.py +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/cli.py +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/config.py +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/contribute/__init__.py +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/contribute/cli.py +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/db/__init__.py +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/db/cli.py +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/db/container.py +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/debug.py +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/default_settings.py +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/mkcert.py +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/pid.py +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/poncho/__init__.py +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/poncho/color.py +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/poncho/compat.py +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/poncho/manager.py +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/poncho/printer.py +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/poncho/process.py +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/precommit/__init__.py +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/precommit/cli.py +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/requests.py +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/templates/dev/requests.html +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/urls.py +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/utils.py +0 -0
- {plain_dev-0.7.1 → plain_dev-0.7.2}/plain/dev/views.py +0 -0
@@ -6,11 +6,11 @@ from pathlib import Path
|
|
6
6
|
|
7
7
|
import click
|
8
8
|
import tomllib
|
9
|
-
from poncho.poncho import Manager as PonchoManager
|
10
9
|
|
11
10
|
from plain.runtime import APP_PATH
|
12
11
|
|
13
12
|
from .pid import Pid
|
13
|
+
from .poncho.manger import Manager as PonchoManager
|
14
14
|
from .utils import has_pyproject_toml
|
15
15
|
|
16
16
|
|
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
|