Package containing modules with 'helper' functions to support the development of Python Flask applications.
Project description
Python Flask Dev
Table of contents
- Project description
- Project setup
- Contributing guidelines
- Project documentation
- Links to support resources
- Terms of use
Project description
What kind of software is this?
Package containing modules with 'helper' functions to support the development of Python Flask applications.
Who can use this app?
Python Flask App Developer
Project overview
Language(s): Python
Framework(s): Python Flask Framework
Style guide(s): Python PEP 8
Project setup
Pre-requisites
Before using {Project name}, install necessary pkgs:
- PKG_NAME
- [...]
Requirements
GitHub will automatically not push any tokens.
However, to commit any changes the .gitignore file must include any files that contain credentials.
If the Markdown Changelog Generator is used, it needs to include 'changelog_generator.toml' because it lists your GitHub repo's PAT (Personal Access Token).
Install Python Flask Dev
-
{Write the step here.}
{Explanatory text here}
{Optional: Include a code sample or screenshot that helps your users complete this step}
-
{Write the step here.}
a. {Substep 1}
b. {Substep 2}
Configure Python Flask Dev
- {Write the step here.}
- {Write the step here.}
Run Python Flask Dev
- {Write the step here.}
- {Write the step here.}
Troubleshoot Python Flask Dev
- {Write the step here.}
- {Write the step here.}
| Issue | Solution |
| {Describe the issue here} | {Write solution here} |
| {Describe the issue here} | {Write solution here} |
| {Describe the issue here} | {Write solution here} |
Other troubleshooting support:
- {Link to FAQs}
- {Link to runbooks}
- {Link to other relevant support information}
Recommendations
- When working through a smaller project such as a program or a software application, a Changelog is recommended.
Changelog entries typically follow a basic format that includes information about the code that was added to enhance a project, removed for any purpose, and modified to resolve errors.
Changelog entries are entered in the CHANGELOG file once code is committed to the main branch:
[VERSION #] - [TIMESTAMP]
[ADDED || REMOVED || FIXED]
<DESCRIPTION>
Version Control Process
I. Create a Feature Branch Any code updates for a version change -- [Major].[Minor].[Patch] -- should be on a separate branch, referred to as a 'feature' branch.
Once work on the branch is completed, a pull-request can be created to merge the branch into dev, a staging/pre-release branch, where those changes are tested.
Once the staging branch is tested, stable code can be merged into main a production/release branch.
Maintaining repos
Branch Naming Conventions
<VERSION-RELEASE-#>/<FEATURE_NAME>/<CONTRIBUTOR>
-
<VERSION-RELEASE-#>: Refer to SemVer for details -
<FEATURE_NAME>: Descriptive title for the feature -
<CONTRIBUTOR>: GitHub account name, e.g., https://github.com/
IV. Documenting changes
Maintaining a CHANGELOG file is always recommended for a quick overview of how the project is progressing.
- Checkout main locally.
- From a terminal session, run the commands to use the GitHub ChangeLog Generator.
- Commit the CHANGELOG file to the remote branch.
changelog-generator-md
Project documentation
Standard project docs are located in the {PROJECT_ROOT} folder.
- README
- LICENSE
- CHANGELOG
- Refer to the Project dependencies section of the README for more information on generating a CHANGELOG file
Links
Terms of use
Python Flask Dev is licensed under MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python_flask_dev-0.0.9.tar.gz.
File metadata
- Download URL: python_flask_dev-0.0.9.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ff2be4ec59a1e7a61d522c93ac0fefde25d427740a4d32cd45a0e655bffff40
|
|
| MD5 |
f4bec7d080da16fb8e895d15c0f63e64
|
|
| BLAKE2b-256 |
64820b076aeacdb6c41be15cc881e301c5cb154c805d1cb375bdd026a3579bd4
|
File details
Details for the file python_flask_dev-0.0.9-py3-none-any.whl.
File metadata
- Download URL: python_flask_dev-0.0.9-py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ab205a951d999b1b9f75dea0f872ac1df23f8667d67915e6eb92949102ddd27
|
|
| MD5 |
1d4b7f64fc731448d0a65aee98d98273
|
|
| BLAKE2b-256 |
061594414b5a853ab55439cbadb995e25641733d435383fd9e69929aa7c69146
|