All Projects → shopyo → shopyo

shopyo / shopyo

Licence: other
shopyo.readthedocs.org

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to shopyo

laravel-module-loader
THIS PACKAGE HAS BEEN DEPRECATED — A lightweight package to organize your code into contextual modules.
Stars: ✭ 76 (+15.15%)
Mutual labels:  module, modules
Modclean
Remove unwanted files and directories from your node_modules folder
Stars: ✭ 309 (+368.18%)
Mutual labels:  module, modules
nuxt-modules
AX2's Nuxt modules
Stars: ✭ 30 (-54.55%)
Mutual labels:  module, modules
Resolve
Implements the node.js require.resolve() algorithm
Stars: ✭ 622 (+842.42%)
Mutual labels:  module, modules
Depject
simplest dependency injection
Stars: ✭ 90 (+36.36%)
Mutual labels:  module, modules
laravel-admin
Laravel Admin panel with theme , modules ,artisan commands and helper classess.Laravel admin boilerplate with theme and modules
Stars: ✭ 22 (-66.67%)
Mutual labels:  module, modules
LibPQ
Detach your M code from workbooks to reuse it! Import modules from local or web storage (unlimited number of sources)
Stars: ✭ 55 (-16.67%)
Mutual labels:  module, modules
Jcnavigator
A decoupled navigator framework of jumping between modules or apps for iOS development.
Stars: ✭ 33 (-50%)
Mutual labels:  module, modules
Html Sass Babel Webpack Boilerplate
Webpack 4 + Babel + ES6 + SASS + HTML Modules + Livereload
Stars: ✭ 35 (-46.97%)
Mutual labels:  module, modules
OregonCore-Modules
Modules made for Oregoncore
Stars: ✭ 18 (-72.73%)
Mutual labels:  module, modules
RandomProxyRuby
Tiny Library for get random proxy (free).
Stars: ✭ 16 (-75.76%)
Mutual labels:  module, modules
LanguagePx
Easily Create Domain-Specific Languages (DSLs) in Windows PowerShell
Stars: ✭ 24 (-63.64%)
Mutual labels:  module
puppetlabs-apt
Puppet module to help manage Apt
Stars: ✭ 215 (+225.76%)
Mutual labels:  module
create-fullstack-app
Create Fullstack TypeScript application with ease.
Stars: ✭ 29 (-56.06%)
Mutual labels:  fullstack
icingaweb2-module-cube
Drill-down view for Icinga web 2 based on custom variables
Stars: ✭ 40 (-39.39%)
Mutual labels:  module
TairString
A redis module, similar to redis string, but you can set expire and version for the value. It also provides many very useful commands, such as cas/cad, etc.
Stars: ✭ 99 (+50%)
Mutual labels:  module
showcase
A Full Stack Journey with Micro Services and Micro Front Ends. Using dapr, kubernetes, react module federation and web assembly,
Stars: ✭ 45 (-31.82%)
Mutual labels:  fullstack
vuenode-fullstack
Vue.Js & Node fullstack Single Page Application with Relational databases as backend using Sequelize. Live Demo:
Stars: ✭ 42 (-36.36%)
Mutual labels:  fullstack
cherry-framework
100% GNU GPL WordPress framework
Stars: ✭ 102 (+54.55%)
Mutual labels:  modules
lazy-load
🌅 Lazy Loading module for Nuxt 3
Stars: ✭ 30 (-54.55%)
Mutual labels:  module


shopyo

Downloads Codecov Tests PyPI version shields.io Documentation Status CII Best Practices OpenSSF Scorecard

Featured on Weekly Python issue 436 🌟

A 45 mins talk was dedicated to it at EuroPython 🌟

Must watch: Shopyo: Your Mega Flask Machine (short vid)

E-commerce modules transferred to ShopCube

[ DOCS | DISCORD | CONTRIBUTE | TWITTER]

What?

Your next-level modular web framework. Headless support coming soon.

Built on top of Flask, it offers most Django features, sometimes a tidbit more with far more flexibility.

Have a go!

python3.9 -m venv venv
. venv/bin/activate
pip install shopyo==4.4.3

mkdir blog
cd blog
shopyo new -m # add default modules
shopyo run

If errors do (linux, use set <VAR> for Windows):

export SHOPYO_CONFIG_PROFILE=development
export FLASK_ENV=development
export FLASK_APP=app.py

SHOPYO_CONFIG_PROFILE is what is defined as keys of app_config in config.py

It is recommended to use a venv in root folder.

python -m venv venv

If for dev install dev_requirements.txt also.

python -m pip install -r requirements/dev.txt

go to http://127.0.0.1:5000/dashboard with credentials [email protected] / pass

  • Not framework docs but docs for the project you are building.

First time contributing?

We have a 100% first-timers friendly policy. Check out the testimonials.

Thank you! One of the best onboarding experiences I've had. Learned a lot too (Ramon from Codesee.io)

Who uses Shopyo?

site name description
Maurilearn.com Elearning platform
Linkolearn.com Learn By links
FlaskCon.com Conference soft

Big??

Powered by apps / modules. Add as many as you like.

Apps are not enough, organise them in boxes and get the ultimate order you need.

You need a customised Django? This is the project. You need to build an ERP? This is the project.

Linux??

Hackable to the core. Even the dashboard is but a module.

Don't need our modules? Nuke them. Look boring? modify them

Reliable?

We don't maintain middlewares. We rely on battle tested batteries like:

  • flask_sqlalchemy
  • flask_login & co

Heck remove them if you don't want. Want to use Peewee? You can.

Rich Flask API

Common flask patterns are integrated, the structure is over the moon.

Common flask tasks are provided with an API: custom notifications, bulk form errors

Back office feel & Theme

All looks are 100% customisable with themes ~ Backend, bootstrap included by default.

Again blow it up & use what you want. It's possible

Transparent: Code your own web distro

Everything is clear, not hidden. You can 100% customise whatever you want.

We did not hardcode our choices. Our APIS are incremental. You can always use barebones.

Plug & Play

The modules are put by copy paste. No blueprint codes to write.

Contribute

We follow a 100% first-timers friendly policy.

👉 Get started here

👉 Join the Discord, ask questions & learn about Flask tricks during our dev talks!

📚 Docs

👉 Link: shopyo.readthedocs.io/

📞 Contact (inlcuding in case of vulns)

Support team if you are stuck

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].