wemake-services / Wemake Python Package
Licence: mit
Bleeding edge cookiecutter template to create new python packages
Stars: ✭ 235
Programming Languages
Projects that are alternatives of or similar to Wemake Python Package
Cookietemple
A collection of best practice cookiecutter templates for all domains and languages with extensive Github support
Stars: ✭ 81 (-65.53%)
Mutual labels: hacktoberfest, cookiecutter, template
Copier
Library and command-line utility for rendering projects templates.
Stars: ✭ 277 (+17.87%)
Mutual labels: hacktoberfest, cookiecutter, project-template
Smoke
💨 Simple yet powerful file-based mock server with recording abilities
Stars: ✭ 142 (-39.57%)
Mutual labels: hacktoberfest, template
Tedivms Flask
Flask starter app with celery, bootstrap, and docker environment
Stars: ✭ 142 (-39.57%)
Mutual labels: hacktoberfest, template
Eleventy Garden
🌱 A starter site for building a mind garden with eleventy
Stars: ✭ 157 (-33.19%)
Mutual labels: hacktoberfest, template
Pesy
Project configuration for esy
Stars: ✭ 132 (-43.83%)
Mutual labels: hacktoberfest, project-template
Beginners C Program Examples
Simple, Short and Sweet beginners friendly C language programs
Stars: ✭ 138 (-41.28%)
Mutual labels: hacktoberfest, template
Developerfolio
🚀 Software Developer Portfolio Template that helps you showcase your work and skills as a software developer.
Stars: ✭ 2,814 (+1097.45%)
Mutual labels: hacktoberfest, template
Yii2 App Advanced
Yii 2.0 Advanced Application Template
Stars: ✭ 1,569 (+567.66%)
Mutual labels: hacktoberfest, project-template
Dokuwiki Template Bootstrap3
Bootstrap-based template for DokuWiki
Stars: ✭ 197 (-16.17%)
Mutual labels: hacktoberfest, template
Ng Polymorpheus
Polymorpheus is a tiny library for polymorphic templates in Angular.
Stars: ✭ 191 (-18.72%)
Mutual labels: hacktoberfest, template
Wordpress Heroku
This project is a template for installing and running WordPress 5.x on Heroku.
Stars: ✭ 198 (-15.74%)
Mutual labels: project-template, template
Templates
.NET project templates with batteries included, providing the minimum amount of code required to get you going faster.
Stars: ✭ 2,864 (+1118.72%)
Mutual labels: project-template, template
React Next Boilerplate
🚀 A basis for reducing the configuration of your projects with nextJS, best development practices and popular libraries in the developer community.
Stars: ✭ 129 (-45.11%)
Mutual labels: hacktoberfest, template
Kotlin Gradle Plugin Template
🐘 A template to let you started with custom Gradle Plugins + Kotlin in a few seconds
Stars: ✭ 141 (-40%)
Mutual labels: hacktoberfest, template
Dev Folio
🔥 A collection of Free Portfolio templates for developers.
Stars: ✭ 120 (-48.94%)
Mutual labels: hacktoberfest, template
Warp Api Starter Template
A boilerplate template for starting a web services using Warp + SQLx (PostgreSQL) + Redis + Juniper (GraphQL). ❤️
Stars: ✭ 145 (-38.3%)
Mutual labels: project-template, template
Projectmaker
A Sublime Text 2/3 plugin to allow creating any kind of project from your own custom templates
Stars: ✭ 233 (-0.85%)
Mutual labels: project-template, template
Androidbase
Android project template for Gradle Kotlin DSL + 100% Kotlin + Base module + Extensions = ❤️
Stars: ✭ 92 (-60.85%)
Mutual labels: project-template, template
Django Project Template
Thorgate's Django project template - Django, React, Sass, optional Docker and more
Stars: ✭ 91 (-61.28%)
Mutual labels: cookiecutter, template
wemake-python-package
Bleeding edge cookiecutter template to create new python packages.
Purpose
This project is used to scaffold a python project structure.
Just like poetry new but better.
Features
- Always
up-to-datedependencies with the help of@dependabot - Supports latest
python3.7+ -
poetryfor managing dependencies -
mypyfor optional static typing -
pytestfor testing -
flake8andwemake-python-styleguidefor linting -
travisorGithub Actionsas the default CI -
sphinxandreadthedocs.orgfor documentation - Easy update process, so your template will always be up-to-date
Installation
Firstly, you will need to install dependencies:
pip install cookiecutter jinja2-git lice
Then, create a project itself:
cookiecutter gh:wemake-services/wemake-python-package
Projects using it
Here's a nice list of real-life open-source usages of this template.
License
MIT. See LICENSE for more details.
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].
