Initial commit.
This commit is contained in:
parent
2a7c45664a
commit
52b483674c
4
Makefile
4
Makefile
@ -1,7 +1,7 @@
|
||||
BIN = ./.venv/bin/
|
||||
PYTHON = ./.venv/bin/python
|
||||
PIP = ./.venv/bin/pip
|
||||
APP_NAME=boeh
|
||||
APP_NAME=metriki
|
||||
|
||||
all: install build
|
||||
|
||||
@ -24,5 +24,5 @@ build:
|
||||
$(PYTHON) -m build
|
||||
|
||||
run:
|
||||
$(BIN)$(APP_NAME) --port=3028
|
||||
$(BIN)$(APP_NAME).serve --port=4000
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Boeh
|
||||
# Metriki
|
||||
|
||||
## Description
|
||||
Matrix bot written in Python that says boeh everytime that Joe talks. He knows why.
|
||||
System for advanced metrics.
|
||||
|
10
setup.cfg
10
setup.cfg
@ -1,7 +1,7 @@
|
||||
[metadata]
|
||||
name = boeh
|
||||
name = metriki
|
||||
version = 1.0.0
|
||||
description = Service that says boeh when Joe talks.
|
||||
description = Web metrics
|
||||
author = retoor
|
||||
author_email = retoor@molodetz.nl
|
||||
license = MIT
|
||||
@ -15,11 +15,13 @@ package_dir =
|
||||
python_requires = >=3.7
|
||||
install_requires =
|
||||
app @ git+https://retoor.molodetz.nl/retoor/app
|
||||
matrix-nio
|
||||
requests
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
boeh = boeh.__main__:main
|
||||
metrici.serve = metriki.__main__:main
|
||||
metrici.stats = metriki.stats:main
|
||||
|
||||
|
0
src/metriki/app.py
Normal file
0
src/metriki/app.py
Normal file
Loading…
Reference in New Issue
Block a user