Skip to content

A repository that can be used when initiating python application

License

Notifications You must be signed in to change notification settings

s3flsago/basicrepo

Repository files navigation

Python Project Quickstart Template

Efficiently launch Python projects using this comprehensive template.

Project Structure

  • data: Store data files and datasets.
  • development: For initial tests and development (probably Jupyter Notebooks).
  • logs: Store log files.
  • scripts: Place utility scripts.
  • src: Main source code.
    • basicrepo: Example package.
  • tests: Contains test cases.

Getting Started

  1. Clone repository.
  2. Rename project directory (same accounts for other files with default names and content).
  3. Run commands from Makefile to check if everything is set up correctly.
  4. Start developing :)

About

A repository that can be used when initiating python application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published