Skip to content

Commit eb51033

Browse files
authored
Merge pull request #483 from pikers/service_subpkg
`.service` subpkg
2 parents dae8e59 + 12883c3 commit eb51033

29 files changed

+1530
-1000
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636

3737
testing:
3838
name: 'install + test-suite'
39+
timeout-minutes: 10
3940
runs-on: ubuntu-latest
4041
steps:
4142

piker/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# piker: trading gear for hackers.
2-
# Copyright 2020-eternity Tyler Goodlet (in stewardship for piker0)
2+
# Copyright 2020-eternity Tyler Goodlet (in stewardship for pikers)
33

44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by
@@ -14,11 +14,11 @@
1414
# You should have received a copy of the GNU Affero General Public License
1515
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
"""
17+
'''
1818
piker: trading gear for hackers.
1919
20-
"""
21-
from ._daemon import open_piker_runtime
20+
'''
21+
from .service import open_piker_runtime
2222
from .data.feed import open_feed
2323

2424
__all__ = [

0 commit comments

Comments
 (0)