Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • N nomad-remote-tools-hub
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 48
    • Issues 48
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • nomad-labnomad-lab
  • nomad-remote-tools-hub
  • Merge requests
  • !1

Initial checkin of basic project skeleton #8

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Markus Scheidgen requested to merge skeleton into develop Sep 27, 2021
  • Overview 0
  • Commits 1
  • Pipelines 15
  • Changes 23

Solves #8 (closed).

This is a basic project skeleton with:

  • .gitignore
  • gitlab ci that runs linting with pycodestyle,pylint, mypy as well as tests with pytest
  • basic FastAPI app with example routes and models
  • basis FastAPI tests that examplefies fixtures and test parameterization
  • config.py based on pydantics setting management
  • pylint config
  • a README, LICENSE, and AUTHORS file
Edited Sep 27, 2021 by Markus Scheidgen
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: skeleton