Coder Social home page Coder Social logo

csgy9223_ospsd's Introduction

CSGY9223 OSPSD

Overview

This repository is a template for Python projects using Flask. It's designed to provide a strong foundation for building and developing Flask applications, complete with essential tools and practices for a robust development workflow.

Features

  • Programming Language: Python3.9
  • Code Formatting: Black
  • Static Analysis: Flake8
  • Continuous Integration: CircleCI
  • Testing Framework: Pytest
  • Package Management: PDM (Python Dependency Management)
  • License: MIT

Getting Started

Prerequisites

Ensure you have Python 3.9 and PDM installed on your machine.

Installation

  • Clone the repository:
git clone https://github.com/Jas000n/CSGY9223_OSPSD
  • Navigate to the cloned directory:
cd CSGY9223_OSPSD
  • Install dependencies using PDM:
pdm install

Running the Flask Application

Execute the following command to start the Flask server:

pdm run python src/opensource/app.py 

Testing

Run tests using Pytest:

pdm run pytest

Static Analysis

To perform static analysis using Flake8, run:

pdm run flake8 .

Code Formatting

To format code using Black, execute:

pdm run black .

Continuous Integration

This template is configured with CircleCI for continuous integration. The CI pipeline is defined in .circleci/config.yml.

Contributing

Work in progress for template for issue and pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

csgy9223_ospsd's People

Contributors

jas000n avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.