Skip to content

Conversation

@threeal
Copy link
Owner

@threeal threeal commented Aug 17, 2023

This pull request initiates the Python module setup with the following additions:

  • Updated the README.md in alignment with the project description.
  • Introduced a pyproject.toml file containing metadata about the module.
  • Added a starter module which includes the fibonacci_series sample functions.
  • Included a Makefile to simplify dependency installation for the module.
  • Integrated a step in the build.yaml workflow for installing module dependencies and running the module.
  • Incorporated dependency version checks using Dependabot to monitor Python dependency updates.

Resolves #1.

@threeal threeal added the docs label Aug 17, 2023
@threeal threeal self-assigned this Aug 17, 2023
@threeal threeal added this to the Python Starter milestone Aug 20, 2023
@threeal threeal force-pushed the init-python-module branch from dd3b7d6 to 801fa76 Compare August 22, 2023 16:31
@threeal threeal marked this pull request as ready for review August 23, 2023 01:27
@threeal threeal merged commit 42d3872 into main Aug 23, 2023
@threeal threeal deleted the init-python-module branch August 23, 2023 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

Initialize Python Module

2 participants