Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pycoon

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pycoon

Python WSGI web development framework based on XML pipelines

  • 0.2a5
  • PyPI
  • Socket score

Maintainers
1

Pycoon is a Python WSGI web development framework which allows XML processing pipelines to handle HTTP requests based on URI pattern matching. It is similar in intention to the Apache Cocoon framework. Pycoon uses sitemap file format compatible with Apache Cocoon Sitemap 1.0.

The architecture of Pycoon focuses on:

  • Full sitemap file format compatibility with Apache Cocoon
  • Heavy usage of WSGI modularity ideas
  • Simplicity of deployment
  • Optimization issues

Pycoon is a WSGI middleware that dispatches requests based on Apache Cocoon sitemap logic. Data is processed by an XML pipeline composed of several WSGI applications and middleware components. An HTTP server WSGI interface and it's implementations (Pycoon front-end) are already complete. WSGI interfaces of sitemap components and implementations of them (Pycoon back-end) are in progress.

What's New

  • Created basic framework for adding samples
  • Added support for customizable InputModules
  • Created some static and dynamic UML diagrams for developers
  • Added HTTP redirect support via <map:redirect>
  • Added If-Modified-Since HTTP header support to ResourceReader
  • Added fmt_textile built-in block
  • Added mgmt_statusgen built-in block
  • Added ResourceExistsSelector
  • Minor enhancements and bugfixes (#20, #21, #22 and others)

Starting Points

  • General info__
  • Quick starter guide__
  • Developer's guide__
  • Roadmap__
  • Changelog__

__ http://pycoon.pbwiki.com/ __ http://pycoon.pbwiki.com/Quick+starter+guide __ http://pycoon.pbwiki.com/Developer+guide __ http://pycoon.pbwiki.com/Roadmap __ http://pycoon.pbwiki.com/Changelog

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc