awesome-pyramid
A curated list of awesome Pyramid apps, projects and resources.
https://github.com/uralbash/awesome-pyramid
Last synced: 1 day ago
JSON representation
-
Caching & Session
- PyNaCl
- pyramid_beaker - A Beaker session
- pyramid_redis_sessions
- pyramid_dogpile_cache
- pyramid_sessions - Multiple
- pyramid_nacl_session
- PyNaCl
-
Admin interface
- Websauna - a full stack application framework for Pyramid
- pyramid_formalchemy
- ps_alchemy - extension for pyramid_sacrud
- ps_tree - extension for
- sqlalchemy_mptt
- Websauna - a full stack application framework for Pyramid
- pyramid_sacrud
-
Authentication
- providers
- pyramid_ldap - an LDAP
- pyramid_ldap3 - Provides LDAP authentication
- pyramid_who - Authentication policy
- velruse - Simplifying third-party
- pyramid_simpleauth - session
- Authomatic - Simple yet powerful
- apex - Toolkit for Pyramid, a Pylons Project,
- pyramid_authsanity
- pyramid_jwt - This package
- pyramid_ipauth
- providers
-
Other
- pyramid_autodoc - Sphinx
- Akhet - A
- Khufu Project - Khufu is an application
- RhodeCode - enterprise source code management platform. It applies unified user control, permissions, code reviews, and tool integration across Mercurial, Git, and Subversion repositories. Large and growing software teams all over the world use RhodeCode to collaborate in a secure, behind-the-firewall environment.
- pyramid_layout - Pyramid add-on
- pyramid_skins - This package
- waitress - Waitress is meant to be a
- pyramid_handlers - analogue of
- pyramid_rpc - RPC service add-on for
- pyramid_pages - Provides a
- paginate - Python pagination module.
- pyramid_tablib - tablib renderer
- tomb_routes - Simple utility library
- pyramid_extdirect - This pyramid plugin provides a router for the ExtDirect Sencha API included in ExtJS. ExtDirect allows to run server-side callbacks directly through JavaScript without the extra AJAX boilerplate.
- pyramid_retry - pyramid_retry is an execution policy for Pyramid that wraps requests and can retry them a configurable number of times under certain "retryable" error conditions before indicating a failure to the client.
- cluegun - A simple pastebin application
- shootout - An example “idea
- virginia - A very simple dynamic
- Khufu Project - Khufu is an application
- Ptah - Ptah is a fast, fun, open
- warehouse - Warehouse is a next
- travelcrm - TravelCRM is effective free and open source application for the automation of customer relationships for travel agencies at all levels, from small to large networks.
-
Framework
-
CMS
- KARL - A moderately-sized
- nive_cms - Nive is professional out the
- substanced - An application server
- Kotti - A user-friendly, light-weight and
-
Cookiecutters
- Pylons - official cookiecutter templates
- Pyramid Runner - A minimal Pyramid
-
Project Management
- AppEnlight - Performance, exception, and uptime monitoring for the Web
-
Books
- Python Web Frameworks - Dive into details on the top
-
Websites
- Try Pyramid - The Start Small, Finish Big,
-
Conferences
- Sushi Sprint at PloneConf 2018 in Tokyo, Japan - 11, 2018)
- Pyramid Workshop in Munich, Germany. - 12:30 p.m.)
- PloneConf 2017 - Barcelona Plone Digital Experience Conference (16~22 Oct. 2017)
- PloneConf 2016 - Boston Plone Digital Experience Conference (17~23 Oct. 2016)
- DragonSprint 2016 - DragonSprint is a week-long sprint on Pyramid. The sprint takes place in Ljubljana, Slovenia, EU in the first week of December (5th to 9th). The main two sprint topics are Pyramid 2.0 and Pyramid for Newcomers.
- DragonSprint 2016 - DragonSprint is a week-long sprint on Pyramid. The sprint takes place in Ljubljana, Slovenia, EU in the first week of December (5th to 9th). The main two sprint topics are Pyramid 2.0 and Pyramid for Newcomers.
-
Videos
-
Async
- aiopyramid - Run pyramid using
- gevent-socketio
- Stargate - Stargate is a package for
- channelstream - websocket communication server (gevent).
- channelstream - websocket communication server (gevent).
- Stargate - Stargate is a package for
-
Asset Management
- pyramid_webassets - Pyramid
- pyramid_bowerstatic
-
Authorization
- ziggurat_foundations
- pyramid_multiauth
- pyramid_authstack - Use
- horus - User registration and login system
- pyramid_yosai - Pyramid integration with security Framework for Python applications featuring Authorization (rbac permissions and roles), Authentication (2fa totp), Session Management and an extensive Audit Trail https://yosaiproject.github.io/yosai/
-
Debugging
- pyramid_debugtoolbar
- pyramid_exclog - a package which
- pyramid_debugtoolbar_dogpile
- pyramid_ipython - IPython
- pyramid_bpython - bpython
- pyramid_pycallgraph - Pyramid tween to generate a callgraph image for every request
-
Email
- pyramid_mailer - A package for
- pyramid_marrowmailer
- pyramid_mailgun - Mailgun integration for Pyramid framework.
-
Forms
- deform - is a Python HTML form generation
- colander - A
- ColanderAlchemy
- marshmallow - A
-
Media-Management
- pyramid_elfinder - This is
- pyramid_storage - This is a package for handling file uploads in your Pyramid framework application.
-
RESTful API
- cornice - provides helpers to
- rest_toolkit - is a Python package
- pyramid_royal - Royal is a
- cliquet - Cliquet is a toolkit
- ramses - Generate a RESTful API using
- nefertari - Nefertari is a REST
- pyramid_jsonapi - Automatically
- pyramid_swagger - Convenient
- pyramid_swagger - Convenient
- pyramid-openapi3 - Validate Pyramid views against an OpenAPI 3.0 document. Similar to pyramid_swagger but for OpenAPI 3.0.
- webargs - A friendly library for parsing
- pyramid_apispec - Create an OpenAPI
-
Task Queue
- RQ
- pyramid_celery - Pyramid
- pyramid_rq - Support using the rq
-
Templates
- Kajiki - provides fast well-formed XML templates, with [Pyramid integration](https://github.com/nandoflorestan/kajiki/blob/master/kajiki/integration/pyramid.py)
- pyramid_mako - Mako templating
- pyramid_chameleon - Chameleon
- pyramid_jinja2 - Jinja2
- Tonnikala - Python templating engine
- Kajiki - provides fast well-formed XML templates, with [Pyramid integration](https://github.com/nandoflorestan/kajiki/blob/master/kajiki/integration/pyramid.py)
-
Search
- hypatia - A Python indexing and
-
Services
-
Settings
- pyramid_zcml - Zope Configuration
- pyramid_services - defines a
- hupper - A process monitor/reloader for developers
-
Storage
- pyramid_tm - Centralized transaction
- zope.sqlalchemy
- pyramid_sqlalchemy
- pyramid_zodbconn - ZODB
- pyramid_mongoengine
- pyramid_mongodb
- pyramid-excel - pyramid-excel is based on [pyexcel](https://github.com/pyexcel/pyexcel) and makes it easy to consume/produce information stored in excel files over HTTP protocol as well as on file system. This library can turn the excel data into a list of lists, a list of records(dictionaries), dictionaries of lists. And vice versa. Hence it lets you focus on data in Pyramid based web development, instead of file formats.
-
Testing
- webtest - Wraps any WSGI application and
-
Translations
- lingua - Lingua is a package with tools
- pyramid_i18n_helper - helper to create new smgid and translate msgid to local langs .
-
Web frontend integration
- PyramidVue - Pyramid and VueJs (JavaScript) template with Hot-Module-Replacement starter template.
Programming Languages
Categories
Other
22
RESTful API
12
Authentication
12
Caching & Session
7
Admin interface
7
Storage
7
Debugging
6
Conferences
6
Templates
6
Async
6
Authorization
5
Forms
4
CMS
4
Settings
3
Email
3
Task Queue
3
Videos
2
Cookiecutters
2
Translations
2
Framework
2
Media-Management
2
Asset Management
2
Books
1
Search
1
Websites
1
Web frontend integration
1
License
1
Testing
1
Project Management
1
Services
1
Sub Categories
Keywords
python
20
pyramid
10
authentication
3
pyramid-framework
3
sqlalchemy
3
security
2
ldap
2
flask
2
forms
2
validation
2
serialization
2
authorization
2
deserialization
2
broadcast
1
async
1
crud
1
admin
1
zope
1
transaction
1
maintained
1
integration
1
oauth-client
1
permissions
1
permission
1
oauth2-client
1
mixins
1
openid-client
1
wsgi-server
1
http-server
1
peppercorn
1
marshalling
1
deform
1
colander
1
chameleon
1
bootstrap
1
schema
1
nested-set
1
mptt
1
openapi-specification
1
rest-api
1
restful-api
1
swagger
1
mongodb
1
pyramid-mongoengine
1
daemon
1
file-monitoring
1
inotify
1
reload
1
watchdog
1
package-registry
1