https://github.com/alvarogarcia7/daylio-reader
https://github.com/alvarogarcia7/daylio-reader
approval-test daylio python tool
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alvarogarcia7/daylio-reader
- Owner: alvarogarcia7
- License: mit
- Created: 2024-08-26T17:34:44.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T16:31:12.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T09:24:10.512Z (over 1 year ago)
- Topics: approval-test, daylio, python, tool
- Language: Makefile
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Boilerplate
## Getting started - Local python
```bash
make virtualenvironment
source venv/bin/activate
make virtualenvironment-finish
make install
make test
```
## Getting started - Docker
```bash
make up
make bash
# continue the steps for the local installation
make down
```