https://github.com/jonathanj/txspinneret
Collection of higher-level tools for building Twisted Web resources
https://github.com/jonathanj/txspinneret
Last synced: about 1 year ago
JSON representation
Collection of higher-level tools for building Twisted Web resources
- Host: GitHub
- URL: https://github.com/jonathanj/txspinneret
- Owner: jonathanj
- License: mit
- Created: 2014-05-07T13:21:19.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-01-27T18:33:58.000Z (over 10 years ago)
- Last Synced: 2025-04-02T04:42:05.474Z (about 1 year ago)
- Language: Python
- Size: 86.9 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=====================================
Spinneret: Twisted Web's Silk Spinner
=====================================
|build|_ |coverage|_
(Spinneret is still young, its API should be considered unstable.)
Spinneret is a collection of higher-level utilities (such as URL routing,
content type negotiation and processing query arguments) to make writing
complex Twisted Web applications far simpler and (hopefully) more fun! It is
designed to easily integrate with existing Twisted Web projects.
For more info `read the docs `_.
Contribute
==========
See https://txspinneret.readthedocs.org/en/latest/contributing.html for
information on contributing to Spinneret.
See http://github.com/jonathanj/txspinneret for development.
Installation
============
.. code-block:: console
$ pip install txspinneret
.. |build| image:: https://travis-ci.org/jonathanj/txspinneret.svg?branch=master
.. _build: https://travis-ci.org/jonathanj/txspinneret
.. |coverage| image:: https://coveralls.io/repos/jonathanj/txspinneret/badge.png?branch=master
.. _coverage: https://coveralls.io/r/jonathanj/txspinneret?branch=master