Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: initial code release #2

Merged
merged 18 commits into from
Mar 2, 2023
Merged

feat: initial code release #2

merged 18 commits into from
Mar 2, 2023

Conversation

cyclimse
Copy link
Collaborator

@cyclimse cyclimse commented Feb 27, 2023

Description

This is the code that I transferred over from the private repository.

Modifications made (in accordance to spec discussed with Thomas):

  • Renamed package to scaleway_functions_python

  • Moved hints from scaleway_functions_python.hints to ``scaleway_functions_python.v1.hints`

  • No longer catch exceptions (unlike our subRT)

  • Run the server in debug mode by default (otherwise the exception / stack trace will be absorbed by Flask)

  • Renamed server.py to serving.py

  • Went from a src/ layout to a flat layout. Otherwise, the only way to make it work is to nest it into an additional package.

@cyclimse cyclimse self-assigned this Feb 28, 2023
@cyclimse cyclimse changed the title Feat/setup code feat: initial code release Feb 28, 2023
README.md Show resolved Hide resolved
Shillaker
Shillaker previously approved these changes Mar 1, 2023
.github/CONTRIBUTING.md Outdated Show resolved Hide resolved
.github/workflows/pytest.yml Show resolved Hide resolved
scaleway_functions_python/testing/event.py Outdated Show resolved Hide resolved
@cyclimse cyclimse merged commit b239151 into main Mar 2, 2023
@cyclimse cyclimse deleted the feat/setup-code branch March 2, 2023 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants