Mischback /
django-project-skeleton
A skeleton aka. template for Django projects
60/100 healthLoading repository data…
googlearchive / repository
A skeleton for creating Python applications using the Flask framework on App Engine
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project is no longer actively developed or maintained.
For new work on this check out flask Hello World.
A skeleton for building Python applications on Google App Engine with the Flask micro framework.
See our other Google Cloud Platform github repos for sample applications and scaffolding for other python frameworks and use cases.
Install the App Engine Python SDK. See the README file for directions. You'll need python 2.7 and pip 1.4 or later installed too.
Clone this repo with
git clone https://github.com/GoogleCloudPlatform/appengine-flask-skeleton.git
Install dependencies in the project's lib directory. Note: App Engine can only import libraries from inside your project directory.
cd appengine-flask-skeleton
pip install -r requirements.txt -t lib
Run this project locally from the command line:
dev_appserver.py .
Visit the application http://localhost:8080
See the development server documentation for options when running dev_appserver.
To deploy the application:
Use the Admin Console to create a project/app id. (App id and project id are identical)
appcfg.py update -A <your-project-id> -V v1 .
If this isn't your first deployment, you will need to set the new version as the default version with
appcfg.py set_default_version -V v1 -A <your-project-id>
Congratulations! Your application is now live at your-app-id.appspot.com
This skeleton includes TODO markers to help you find basic areas you will want
to customize.
To add persistence to your models, use NDB for scale. Consider CloudSQL if you need a relational database.
See the Third party libraries page for libraries that are already included in the SDK. To include SDK libraries, add them in your app.yaml file. Other than libraries included in the SDK, only pure python libraries may be added to an App Engine project.
Star this repo if you found it useful. Use the github issue tracker to give feedback on this repo.
See CONTRIB.md
See LICENSE
Logan Henriquez and Johan Euphrosine
Selected from shared topics, language and repository description—not editorial ratings.
Mischback /
A skeleton aka. template for Django projects
60/100 healthjaraco /
A generic project skeleton for Python projects.
60/100 healthzillionare /
A tool for creating skeleton python project, built with popular develop tools and conform to best practice.
GUI based on the python api of openpose in windows using cuda10 and cudnn7. Support body , hand, face keypoints estimation and data saving. Realtime gesture recognition is realized through two-layer neural network based on the skeleton collected from the gui.
65/100 healthmoesy /
A skeleton for deploying python microservices on AWS Lambda.
72/100 healthUPC-ViRVIG /
A Python library for working with motion data in numpy or PyTorch
77/100 health