Skip to main content

Assignment pipeline

Project description

2022_assignment1_users_db

Quick start

Questa applicazione gesisce un database di utenti, raccogliendo informazioni come nome, email, password, genere, età ecc... In particolare è composta da due moduli

  • package/database.py che gestisce la creazione e l'accesso e le modifiche al database
  • package/functions.py che gestisce l'output delle query

Le librerie utilizzate sono già all'interno del pacchetto python e non è necessario installarle

  • sqlite3
  • os

Pipeline

stages:
  - build
  - verify
  - testing
  - package
  - upload

Build: al momento non servono dipendenze particolari per il funzionamento del software, usa sqlite3 già integrata in Python;

Verify: usa prospector e bandit per analizzare il codice all'interno della cartella ./package (jobs paralleli);

  • verifyProspector
  • verifyBandit

Testing: usa pytest per effettuare unit e integration tests, valutati separatamente e in parallelo;

  • unitTest
  • integTest

Package: usa setup.py e wheel per creare il pacchetto da distribuire;

Release: usa twine per eseguire l'upload del pacchetto appena creato;

Deploy: //

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

mikemazzi-0.0.6-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page