CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 12 Aug 2025 05:26:07 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100615210310
location: https://web.archive.org/web/20100615210310/https://github.com/guaka/python_drupal_services
server-timing: captures_list;dur=0.943590, exclusion.robots;dur=0.032011, exclusion.robots.policy;dur=0.014901, esindex;dur=0.015130, cdx.remote;dur=243.920349, LoadShardBlock;dur=146.565851, PetaboxLoader3.datanode;dur=45.158934, PetaboxLoader3.resolve;dur=49.063804
x-app-server: wwwb-app216
x-ts: 302
x-tr: 441
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app216; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Tue, 12 Aug 2025 05:26:08 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Tue, 15 Jun 2010 21:03:10 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "6e50c19773fcc65f5f4c8e50d07fee95"
x-archive-orig-x-runtime: 56ms
x-archive-orig-content-length: 21206
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 15 Jun 2010 21:03:10 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 15 Jun 2010 21:03:10 GMT", ; rel="memento"; datetime="Tue, 15 Jun 2010 21:03:10 GMT", ; rel="next memento"; datetime="Mon, 07 Nov 2011 07:27:12 GMT", ; rel="last memento"; datetime="Mon, 14 Dec 2020 03:09:59 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_16_20100615172218_crawl100-c/51_16_20100615205859_crawl101.arc.gz
server-timing: captures_list;dur=0.551715, exclusion.robots;dur=0.020828, exclusion.robots.policy;dur=0.009036, esindex;dur=0.011411, cdx.remote;dur=292.196140, LoadShardBlock;dur=124.599500, PetaboxLoader3.datanode;dur=87.698750, PetaboxLoader3.resolve;dur=150.601882, load_resource;dur=214.342097
x-app-server: wwwb-app216
x-ts: 200
x-tr: 684
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
guaka's python_drupal_services at master - GitHub
guaka / python_drupal_services
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage

Thomas Macwright (author)
Fri Jan 08 14:25:07 -0800 2010
name | age | message | |
---|---|---|---|
![]() |
README | Sat May 02 16:12:14 -0700 2009 | proper AGPL3, fixed unicode issue, quite a bit ... [guaka] |
![]() |
agpl-3.0.txt | Sat May 02 16:12:14 -0700 2009 | proper AGPL3, fixed unicode issue, quite a bit ... [guaka] |
![]() |
config.py | Sat May 02 14:40:44 -0700 2009 | first commit [guaka] |
![]() |
drupal_services.py | Mon Mar 01 08:07:28 -0800 2010 | Adding build eval list so that auth still works [Thomas Macwright] |
README
Python Drupal Services is a little module that lets you use Drupal Services in Python. It's loosely based on several pieces of code found elsewhere: * https://drupal.org/project/Python_Services * https://www.speakingx.com/blog/2008/11/21/testing-out-drupals-service-module-using-python * https://drupal.org/node/308629 It can be found at https://github.com/guaka/python_drupal_services