CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 24 Aug 2025 21:51:46 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100522070110
location: https://web.archive.org/web/20100522070110/https://github.com/jacobian/python-evernote
server-timing: captures_list;dur=0.623967, exclusion.robots;dur=0.021491, exclusion.robots.policy;dur=0.010405, esindex;dur=0.012288, cdx.remote;dur=23.752656, LoadShardBlock;dur=238.065705, PetaboxLoader3.datanode;dur=54.162161, PetaboxLoader3.resolve;dur=63.579999
x-app-server: wwwb-app223
x-ts: 302
x-tr: 314
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app223; 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: Sun, 24 Aug 2025 21:51:47 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 22 May 2010 07:01:10 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "90fa6049f3ef050a2f1525aafb8a0e19"
x-archive-orig-x-runtime: 73ms
x-archive-orig-content-length: 20414
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: Sat, 22 May 2010 07:01:10 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 22 May 2010 07:01:10 GMT", ; rel="memento"; datetime="Sat, 22 May 2010 07:01:10 GMT", ; rel="next memento"; datetime="Sun, 11 Jul 2010 08:50:44 GMT", ; rel="last memento"; datetime="Sat, 28 Nov 2020 23:48:18 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: 52_15_20100522060519_crawl102-c/52_15_20100522070042_crawl101.arc.gz
server-timing: captures_list;dur=20.980606, exclusion.robots;dur=0.022724, exclusion.robots.policy;dur=0.010956, esindex;dur=0.012185, cdx.remote;dur=51.957780, LoadShardBlock;dur=140.942473, PetaboxLoader3.datanode;dur=141.279818, PetaboxLoader3.resolve;dur=132.129684, load_resource;dur=160.910975
x-app-server: wwwb-app223
x-ts: 200
x-tr: 426
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
jacobian's python-evernote at master - GitHub
jacobian / python-evernote
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Sending Request…
A quick hack to package the Python Evernote API bindings and put 'em on PyPI. — Read more
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Tue Apr 06 10:17:15 -0700 2010 | Include thrift bindings with the package. Why?... [jacobian] |
![]() |
LICENSE.txt | Tue Apr 06 10:01:17 -0700 2010 | Seems to work. [jacobian] |
![]() |
README.txt | Tue Apr 06 10:01:17 -0700 2010 | Seems to work. [jacobian] |
![]() |
fabfile.py | Fri Apr 09 09:34:45 -0700 2010 | A few final tweaks to the fabfile. [jacobian] |
![]() |
setup.py.in | Tue Apr 06 10:17:15 -0700 2010 | Include thrift bindings with the package. Why?... [jacobian] |
README.txt
Python bindings to the Evernote API. All the code comes direct from Evernote -- see https://www.evernote.com/about/developer/api/ -- and is owned by them. This is simply an unofficial package produced from that code and uploaded to PyPI. Questions about using the Evernote APIs should go to them; questions/problems about the packaging should go to me. My additions -- the setup.py, the fabfile to automate production of the package, this readme -- are BSD licensed; see LICENSE.txt.