plain.dev 0.7.0__py3-none-any.whl → 0.7.1__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.
plain/dev/services.py CHANGED
@@ -6,7 +6,7 @@ from pathlib import Path
6
6
 
7
7
  import click
8
8
  import tomllib
9
- from honcho.manager import Manager as HonchoManager
9
+ from poncho.poncho import Manager as PonchoManager
10
10
 
11
11
  from plain.runtime import APP_PATH
12
12
 
@@ -31,7 +31,7 @@ class Services:
31
31
  )
32
32
 
33
33
  def __init__(self):
34
- self.manager = HonchoManager()
34
+ self.poncho = PonchoManager()
35
35
 
36
36
  def run(self):
37
37
  services = self.get_services(APP_PATH.parent)
@@ -41,9 +41,9 @@ class Services:
41
41
  "PYTHONUNBUFFERED": "true",
42
42
  **data.get("env", {}),
43
43
  }
44
- self.manager.add_process(name, data["cmd"], env=env)
44
+ self.poncho.add_process(name, data["cmd"], env=env)
45
45
 
46
- self.manager.loop()
46
+ self.poncho.loop()
47
47
 
48
48
  def __enter__(self):
49
49
  if not self.get_services(APP_PATH.parent):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: plain.dev
3
- Version: 0.7.0
3
+ Version: 0.7.1
4
4
  Summary: Local development tools for Plain.
5
5
  Home-page: https://plainframework.com
6
6
  License: BSD-3-Clause
@@ -20,13 +20,13 @@ plain/dev/poncho/process.py,sha256=JJOKy-C6vMCg7-6JMCtu6C649h7HmOBSJqDP_hnX49I,2
20
20
  plain/dev/precommit/__init__.py,sha256=9ByBOIdM8DebChjNz-RH2atdz4vWe8somlwNEsbhwh4,40
21
21
  plain/dev/precommit/cli.py,sha256=UNrQmWRKrkZ6WbzrrcnjZl8VHwNorOVTHGoRQsR4jp8,3422
22
22
  plain/dev/requests.py,sha256=0HyCH7iZ32ne94ypMdE96z5iYb_Qbd705WItVik1SyA,6839
23
- plain/dev/services.py,sha256=Ypat8YFum0K_CLtkUuU2L6Y9Rg8GJBvJ0OqeVGMVT9g,2061
23
+ plain/dev/services.py,sha256=Q-5a61QHtQwQe2Pr_YGnrnez2WHfZyIsJEea8ZH-evA,2057
24
24
  plain/dev/templates/dev/requests.html,sha256=kQKJZq5L77juuL_t8UjcAehEU61U4RXNnKaAET-wAm8,7627
25
25
  plain/dev/urls.py,sha256=b4NL2I6Ok-t7nTPjRnKoz_LQRttE3_mp8l2NlmeYQ9I,146
26
26
  plain/dev/utils.py,sha256=4wMzpvj1Is_c0QxhsTu34_P9wAYlzw4glNPfVtZr_0A,123
27
27
  plain/dev/views.py,sha256=r2Ivk7OXytpRhXq4DZpsb7FXNP9vzmEE3D5kLajYG4w,1073
28
- plain_dev-0.7.0.dist-info/LICENSE,sha256=YDg-l_Rj7LVP5uDXy04eQPGb_DYVXAHAHYd9r3pU1Cg,2713
29
- plain_dev-0.7.0.dist-info/METADATA,sha256=l5Rh4GEIR-vNpahtIs6jIrMsng0ekBR-fxVe5xVQAHs,4624
30
- plain_dev-0.7.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
31
- plain_dev-0.7.0.dist-info/entry_points.txt,sha256=rBo-S4THn07f55UwHBuUhIbDhlUq3EzTOD8mIb5fGQg,99
32
- plain_dev-0.7.0.dist-info/RECORD,,
28
+ plain_dev-0.7.1.dist-info/LICENSE,sha256=YDg-l_Rj7LVP5uDXy04eQPGb_DYVXAHAHYd9r3pU1Cg,2713
29
+ plain_dev-0.7.1.dist-info/METADATA,sha256=8lsBR4Wbu5gYZfa7HMI0k-QYpACzkdaFgSazceto1Z0,4624
30
+ plain_dev-0.7.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
31
+ plain_dev-0.7.1.dist-info/entry_points.txt,sha256=rBo-S4THn07f55UwHBuUhIbDhlUq3EzTOD8mIb5fGQg,99
32
+ plain_dev-0.7.1.dist-info/RECORD,,