Skip to content

Commit

Permalink
Repo setup
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelNLP committed Mar 16, 2024
1 parent b834530 commit a77fc35
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 105 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

SHELL = /bin/bash
PACKAGE_VERSION:=$(shell git describe --tags --abbrev=0)
DOCKER_REGISTRY=europe-docker.pkg.dev/$(PROJECT_ID)/$(ARTIFACT_REGISTRY)
IMAGE_NAME=ai-<name-placeholder>-server

clean_dist:
rm -rf dist *.egg-info
Expand All @@ -24,7 +22,7 @@ test:
poetry run pytest -v -p no:cacheprovider tests

test_w_coverage:
poetry run pytest -v --junitxml=unit_test_report.xml --cov-report html --cov=<name-placeholder-underscore> tests/
poetry run pytest -v --junitxml=unit_test_report.xml --cov-report html --cov=photo_export tests/

package: clean_dist
poetry build
Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# python-template
[![GitHub license](https://img.shields.io/github/license/SamuelNLP/pyhon-template)](https://github.com/SamuelNLP/pyhon-template/blob/master/LICENSE)
[![codecov](https://codecov.io/gh/SamuelNLP/pyhon-template/branch/master/graph/badge.svg?token=5CGG6XOCIW)](https://codecov.io/gh/SamuelNLP/pyhon-template)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/9a6c9cdfe8c94c7584b84da80f97ccc8)](https://app.codacy.com/gh/SamuelNLP/pyhon-template?utm_source=github.com&utm_medium=referral&utm_content=SamuelNLP/pyhon-template&utm_campaign=Badge_Grade_Settings)
# child-diary-photo-export

This is a skeleton repo to be used as a python template for future projects.

**PRO TIP**: Install Ubuntu or whatever Linux-based system you like!
Tool to export photos from the child diary app.

We are using Python 3.10 and [Poetry](https://python-poetry.org/docs/basic-usage/) as the Python dependency management tool. All the currently required dependencies are in the `pyproject.toml` file.

Expand Down
56 changes: 0 additions & 56 deletions configure.sh

This file was deleted.

4 changes: 0 additions & 4 deletions git_config.sh

This file was deleted.

File renamed without changes.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "<name-placeholder-underscore>-server"
name = "photo_export"
version = "0.0.0"
description = "<description-placeholder>"
description = "Tool to export photos from the child diary app."
authors = ["Samuel Pedro"]
readme = "README.md"
license = "LICENSE"
Expand Down
33 changes: 0 additions & 33 deletions setup.py

This file was deleted.

0 comments on commit a77fc35

Please sign in to comment.