Skip to content

Python template repository - for various python projects.

License

Notifications You must be signed in to change notification settings

dmitry-ed-gusev/python-template

Repository files navigation

Python Template Repository

(C) 2022 - 2023, Dmitrii Gusev

Description

Use this repository as template for python projects. Ideal for various utilities/libraries. For the web-projects this template should be adjusted a bit more or use Django web-site/project generation utility.

This repository uses python version: 3.11

Repository Content

Adjust this template as necessary. If you don't need any files - remove them after creating your repository from this template.

Repository Usage

Review the content and adjust as needed. Here are some advice, what may be useful:

  • [docker] - use docker files as needed
  • .gitignore** - file should cover most of the cases for python project, but some adjustments may be required
  • build.sh - TBD
  • env_virtual_setup.sh - TBD
  • Pipfile - TBD
  • README.md - definitely, you will write your own documentation :)
  • setup.cfg - TBD

Local Installation of the code

In order to install the current package/source code locally, add the following line to the Pipfile in the section [packages]:

<your_package_name> = {editable = true, path = "."}

About

Python template repository - for various python projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published