platypush/platypush/config
Fabio Manganiello 5c2204f99d
Allow for custom procedure names on the @procedure decorator.
```
@procedure("foo")
def bar():
    ...
```

Will now be published as `procedure.foo` instead of
`procedure.<module>.bar`.
2024-05-24 20:07:24 +02:00
..
systemd Changed default permissions for /var/lib/platypush from 0755 to 0750. 2024-05-23 01:15:26 +02:00
__init__.py Allow for custom procedure names on the @procedure decorator. 2024-05-24 20:07:24 +02:00
config.yaml Added --db CLI option and support for configuration over environment. 2024-04-05 02:54:45 +02:00