plain.dev 0.7.3__tar.gz → 0.7.4__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.3 → plain_dev-0.7.4}/PKG-INFO +1 -1
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/cli.py +3 -1
- {plain_dev-0.7.3 → plain_dev-0.7.4}/pyproject.toml +1 -1
- {plain_dev-0.7.3 → plain_dev-0.7.4}/LICENSE +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/README.md +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/README.md +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/__init__.py +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/config.py +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/contribute/__init__.py +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/contribute/cli.py +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/db/__init__.py +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/db/cli.py +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/db/container.py +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/debug.py +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/default_settings.py +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/mkcert.py +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/pid.py +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/poncho/__init__.py +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/poncho/color.py +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/poncho/compat.py +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/poncho/manager.py +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/poncho/printer.py +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/poncho/process.py +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/precommit/__init__.py +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/precommit/cli.py +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/requests.py +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/services.py +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/templates/dev/requests.html +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/urls.py +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/utils.py +0 -0
- {plain_dev-0.7.3 → plain_dev-0.7.4}/plain/dev/views.py +0 -0
@@ -254,7 +254,9 @@ class Dev:
|
|
254
254
|
def add_entrypoints(self):
|
255
255
|
for entry_point in entry_points().select(group=ENTRYPOINT_GROUP):
|
256
256
|
self.poncho.add_process(
|
257
|
-
|
257
|
+
entry_point.name,
|
258
|
+
f"plain dev entrypoint {entry_point.name}",
|
259
|
+
env=self.plain_env,
|
258
260
|
)
|
259
261
|
|
260
262
|
def add_pyproject_run(self):
|
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
|