Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zmiana struktury kodu #49

Open
oplik0 opened this issue Aug 7, 2020 · 0 comments
Open

Zmiana struktury kodu #49

oplik0 opened this issue Aug 7, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@oplik0
Copy link
Member

oplik0 commented Aug 7, 2020

Obecnie wygląda to jakoś tak:

├── cherrydoor
│       ├── cli
│       │       ├── __init__.py (entry point komend)
│       │       ├── install.py
│       ├── server
│       │       ├── __init__.py
│       │       ├── routes.py
│       │       ├── api.py
│       │       ├── websockets.py
│       ├── interface
│       │       ├── __init__.py
│       │       ├── serial.py
│       ├── __init__.py

Problem: to są trzy moduły umieszczone w czwartym, z których każdy na start musi ładować ten sam plik konfiguracyjny (nawet instalacja ładuje go jeśli istnieje by zachować zmiany dokonane przez użytkownika), a po rozwiązaniu #48 - które korzystają po uruchomieniu z tej samej pętli asyncio i tej samej instancji motor.

Dodatkowo sam folder cli jest trochę głupi, bo do cli w modułach python ma specjalny plik __main__.py wywoływany domyślnie przez python -m <moduł>, więc to tam powinien trafić entry point.

Chciałbym więc przynajmniej trochę spłaszczyć strukturę. Być może serial zostanie w osobnym folderze, ale cli i serwer nie powinny być oddzielone w ten sposób.

@oplik0 oplik0 added the enhancement New feature or request label Aug 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant