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

Added an example using FastAPI #571

Merged
merged 2 commits into from Jul 25, 2021
Merged

Added an example using FastAPI #571

merged 2 commits into from Jul 25, 2021

Conversation

yusufk
Copy link
Contributor

@yusufk yusufk commented Apr 17, 2021

Added an example showing how FastAPI can be used to view settings.

@pep8speaks
Copy link

pep8speaks commented Apr 17, 2021

Hello @yusufk! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 15:1: E302 expected 2 blank lines, found 1
Line 19:1: E302 expected 2 blank lines, found 1
Line 23:1: E305 expected 2 blank lines after class or function definition, found 1

Comment last updated at 2021-07-25 13:04:09 UTC

@codecov
Copy link

codecov bot commented Apr 17, 2021

Codecov Report

Merging #571 (c638b72) into master (3223f65) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #571   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           20        20           
  Lines         1553      1553           
=========================================
  Hits          1553      1553           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3223f65...c638b72. Read the comment docs.

@rochacbruno rochacbruno merged commit db2983a into dynaconf:master Jul 25, 2021
rochacbruno added a commit that referenced this pull request Sep 9, 2021
Shortlog of commits since last release:

    Ambient Lighter (1):
          Fix typo (#647)

    Bruno Rocha (19):
          Release version 3.1.4
          demo link (#546)
          removed release_notes from the docs. (#550)
          HOTFIX: Add coverage for 2 lines on validators.
          Fix #595 namedtuples are no more converted to BoxList (#623)
          Fix black issues (#631)
          Update FUNDING.yml
          description and type annotation for validator (#634)
          Add myoy and pre-commit to CI (#635)
          Update codaci badge (#636)
          Remove dependabot (this project has no dependencies)
          fix #596 django override (#645)
          fix #491 pytest django Fix #491 pytest and django (#646)
          Delete requirements.txt
          Update FUNDING.yml
          Add support for dynaconf_hooks(post) issue #654 (#655)
          Move to Github Actions (#656)
          Bye Azure (#657)
          Bump dev version

    FrankBattaglia (1):
          fix dict iterator methods for flask DynaconfConfig (#581)

    Jacob Callahan (1):
          Add the ability for selective validation (#549)

    Kamil Gałuszka (1):
          Add support for Python 3.9 and remove Ubuntu 16.04 that is deprecated in Azure Pipelines (#618)

    Konstantin (2):
          Update configuration.md (#553)
          Update configuration.md (#554)

    Linus Torvalds (1):
          Fix a typo in the docs

    Martin Thoma (1):
          Add type annotations for dynaconf.utils (#450)

    Nicholas Dentandt (1):
          feat: add filter strategy with PrefixFilter (#625)

    Robert Rosca (1):
          Add a warning if `--env` is passed to `init` (#629)

    Tanya Tereshchenko (1):
          Do not search anywhere if the absolute path to a file provided (#570)

    Yusuf Kaka (1):
          Added an example using FastAPI (#571)

    dependabot-preview[bot] (2):
          Bump mkdocs-material from 7.0.5 to 7.0.6 (#552)
          Upgrade to GitHub-native Dependabot (#574)

    puntonim (1):
          Fix typo (#588)
rochacbruno added a commit that referenced this pull request Sep 9, 2021
Shortlog of commits since last release:

    Ambient Lighter (1):
          Fix typo (#647)

    Bruno Rocha (19):
          Release version 3.1.4
          demo link (#546)
          removed release_notes from the docs. (#550)
          HOTFIX: Add coverage for 2 lines on validators.
          Fix #595 namedtuples are no more converted to BoxList (#623)
          Fix black issues (#631)
          Update FUNDING.yml
          description and type annotation for validator (#634)
          Add myoy and pre-commit to CI (#635)
          Update codaci badge (#636)
          Remove dependabot (this project has no dependencies)
          fix #596 django override (#645)
          fix #491 pytest django Fix #491 pytest and django (#646)
          Delete requirements.txt
          Update FUNDING.yml
          Add support for dynaconf_hooks(post) issue #654 (#655)
          Move to Github Actions (#656)
          Bye Azure (#657)
          Bump dev version

    FrankBattaglia (1):
          fix dict iterator methods for flask DynaconfConfig (#581)

    Jacob Callahan (1):
          Add the ability for selective validation (#549)

    Kamil Gałuszka (1):
          Add support for Python 3.9 and remove Ubuntu 16.04 that is deprecated in Azure Pipelines (#618)

    Konstantin (2):
          Update configuration.md (#553)
          Update configuration.md (#554)

    Linus Torvalds (1):
          Fix a typo in the docs

    Martin Thoma (1):
          Add type annotations for dynaconf.utils (#450)

    Nicholas Dentandt (1):
          feat: add filter strategy with PrefixFilter (#625)

    Robert Rosca (1):
          Add a warning if `--env` is passed to `init` (#629)

    Tanya Tereshchenko (1):
          Do not search anywhere if the absolute path to a file provided (#570)

    Yusuf Kaka (1):
          Added an example using FastAPI (#571)

    dependabot-preview[bot] (2):
          Bump mkdocs-material from 7.0.5 to 7.0.6 (#552)
          Upgrade to GitHub-native Dependabot (#574)

    puntonim (1):
          Fix typo (#588)
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.

None yet

3 participants