thedarksociety / python-bones

TIL :snake: snakes are vertebrates xD.
https://ryemiller.io
MIT License
0 stars 0 forks source link

Environment Dependencies and Configurations #1

Open iods opened 2 years ago

iods commented 2 years ago

Research and identify the defaults for a basic Python package.

Background

What do we need for the following?

  1. Project Setup and Configuration
  2. Dependency Management (requirements.txt) {Pipfile}
  3. Local Development Trends
  4. Linting/Code Styles
  5. Testing
  6. Package Submission to PyPi

Notes

Setup and Configuration

Consistency across cloud projects.

Dependency Management

Acceptance Criteria

tnondairy commented 2 years ago

Great resource:: Article: https://medium.com/@overfittedcat/a-python-project-template-591fd9c2c310 Github Link: https://github.com/overfitted-cat/pybase

tnondairy commented 2 years ago

Submitted https://github.com/thedarksociety/python-bones/tree/feature/2-vscode and merged to develop my personal vscode-settings directory with settings.json