Displaying 1 to 20 from 26 results

Zappa - Serverless Python Web Services

  •    Python

With a traditional HTTP server, the server is online 24/7, processing requests one by one as they come in. If the queue of incoming requests grows too large, some requests will time out. With Zappa, each request is given its own virtual HTTP "server" by Amazon API Gateway. AWS handles the horizontal scaling automatically, so no requests ever time out. Each request then calls your application from a memory cache in AWS Lambda and returns the response via Python's WSGI interface. After your app returns, the "server" dies.

webargs - A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp

  •    Python

webargs is a Python library for parsing and validating HTTP request objects, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp. webargs supports Python >= 2.7 or >= 3.5.

webargs - A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp

  •    Python

webargs is a Python library for parsing and validating HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp. webargs supports Python >= 2.7 or >= 3.5.




ramses - RAML + Elasticsearch / Postgres / Mongodb / Your Data Store™ + Pyramid = RESTful API

  •    Python

Ramses is a framework that generates a RESTful API using RAML. It uses Pyramid and Nefertari which provides Elasticsearch / Posgres / MongoDB / Your Data Store™ -powered views. Looking to get started quickly? You can take a look at the "Getting Started" guide.

pyramid_mongoengine - Mongoengine Pyramid extension

  •    Python

pyramid-mongoengine provides add_connection_database(), he makes a connection with database using data coming from .ini file.

jquery-linechart - JQuery plugin for creating charts

  •    Javascript

JQuery plugin for building a linechart. Chart ruler completely on HTML/CSS/JS. Bar chart, calendar view visualisation. Diagram, graph, pyramid visualisation of large datasets. Showreel. The source for this module is in the main repo. Please create issues and pull requests. Angular plugin for linechart also exists. Check angular-scale if you're using Angular.js.Inspired by kinopoisk.ru chart written using Adobe Flash. But this chart is just on HTML/CSS without using libraries. Feel free for contribute.

scale - Angular plugin for creating charts

  •    Javascript

Angular plugin for building scale of items. Chart ruler completely on HTML/CSS/JS. Bar chart, line chart, calendar view visualisation. Diagram, graph, pyramid visualisation of large datasets. Showreel. The source for this module is in the main repo. Please create issues and pull requests.Inspired by kinopoisk.ru chart written using Adobe Flash. But this chart is just on HTML/CSS without using libraries. Feel free for contribute.


pyramid_fullauth - Pyramid fullauth's goal is to provide full plug-in registration functionality for pyramid, with user managing

  •    Python

Pyramid fullauth's provides full user registration and management functionality for pyramid based web applications. or add pyramid_fullauth to your setup.py requirements.

ITKIsotropicWavelets - External Module for ITK, implementing Isotropic Wavelets and Riesz Filter for multiscale phase analysis

  •    C++

External Module for ITK, implementing Isotropic Wavelets and Riesz Filter for multiscale phase analysis. Isotropic and Steerable Wavelets in N Dimensions. A multiresolution analysis framework.

submit - Repository for tracking issues, suggestions with the submit.cs system

  •    Python

submit is a web service that is intented to be used for online submission of programming assignments. When configured, submitted projects can be automatically assessed. Note: This web service was written to work on UCSB's network. A number of manual modifications are necessary to get working elsewhere.

channelstream - channelstream (gevent) is a websocket communication server

  •    Javascript

This is a websocket-based communication server for python. Refer to demo/demo.py and API explorer for example usage.

ziggurat_foundations - Framework agnostic set of sqlalchemy classes that make building applications that require permissions an easy task

  •    Python

Zigg has been used (at scale) for very large implementations (millions of real users) and has been extended for custom applications such as geo-location applications that rely on pin-point accuracy for a users location. Zigg has been designed to work for high end environments, where the user(s) are at the main focus of the application (for example Zigg could become the backbone for a social media style application). Zigg supplies a set of sqlalchemy mixins that can be used to extend models in your application built in pyramid/flask/(your-favourite-framework-here). The aim of this project is to supply set of generic models that cover the most common needs in application development when it comes to authorization - using flat and tree like data structures. We provide nearly every feature you will need in a standard application, but provide the mixins as we understand that every implementation has its own use case and in doing so, extending the base models is very easy.

nefertari - Nefertari is a REST API framework sitting on top of Pyramid and ElasticSearch

  •    Python

Nefertari is a REST API framework sitting on top of Pyramid and Elasticsearch. She currently offers two backend engines: SQLA and MongoDB.

webNUT - Web interface for Network UPS Tools servers

  •    Python

A simple web interface for NUT (Network UPS Tools) servers, built on Pyramid, Bootstrap, and python-nut2. Rename webnut/config.example.py to webnut/config.py and set the variables in that file to reflect your NUT server configuration. Then serve webNUT as you would any Pyramid app, using pserve or through your production-ready server of choice.

d3-funnel - A JavaScript library for rendering funnel charts using the D3.js framework.

  •    Javascript

d3-funnel is an extensible, open-source JavaScript library for rendering funnel charts using the D3.js library. d3-funnel is focused on providing practical and visually appealing funnels through a variety of customization options. Check out the examples page to get a showcasing of the several possible options.

data-driven-web-apps-with-pyramid-and-sqlalchemy - Demos and handouts for Talk Python's Data-Driven Web Apps with Pyramid and SQLAlchemy course

  •    Python

Demos and handouts for Talk Python's Data-Driven Web Apps with Pyramid and SQLAlchemy course. One of the areas Python really shines is in building clean and powerful web applications. Once you know the language basics, this course will teach you everything you need to build data-driven, modern web applications in Python.






We have large collection of open source products. Follow the tags from Tag Cloud >>


Open source products are scattered around the web. Please provide information about the open source projects you own / you use. Add Projects.