no message
This commit is contained in:
19
README.md
19
README.md
@ -15,4 +15,21 @@
|
||||
- POS사와의 계약이슈로 중단
|
||||
|
||||
## POS 데이터를 엑셀로 다운받은 후 자동 업로드
|
||||
- 파일 첨부와 해석, 업데이트 기능 생성 필요함
|
||||
- 파일 첨부와 해석, 업데이트 기능 생성 필요함
|
||||
|
||||
## 폴더 구조
|
||||
```bash
|
||||
├── conf
|
||||
│ ├── __init__.py
|
||||
│ ├── config.sample.yaml
|
||||
│ ├── db_schema.py
|
||||
│ └── db.py
|
||||
├── lib
|
||||
│ ├── air_quality.py
|
||||
│ ├── weather_asos.py
|
||||
│ ├── ga4.py
|
||||
│ └── pos_update_gui.py
|
||||
├── data
|
||||
├── .gitignore
|
||||
└── README.md
|
||||
```
|
||||
Reference in New Issue
Block a user