Skip to content

Shmob1/python

Repository files navigation

PROJECT_NAME

A project template which includes all setup for a Python 3.10 Data Science project

PROJECT_URL

Requirements

  • python3.10
  • pip
  • pip-tools or conda

Installation

Create and activate your virtual environment.

Developers:

scripts/setup-development.sh

Users:

pip install . -r requirements.txt -c constraints.txt

Tests

pytest tests

About

A Template for Python Modules

Resources

Stars

Watchers

Forks