cookie-eater 1.0.0
pip install cookie-eater
Latest version
Released:
Browser Cookie Management
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Chris Griffith
Classifiers
- Development Status
- Environment
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Project description
Browser Cookie Management
Overview
Firefox and Chrome Cookie management. (Chrome requires SQLite 3.8 or greater.)
Install
pip install cookie-eater
CI tests run on:
Python 2.6+
Python 3.3+
Pypy
Example Usage
import cookie_eater
fox = cookie_eater.FirefoxCookies()
# Automatically uses the DB of the default profile, can specify db=<path>
fox.add_cookie("example.com", "MyCookie", "Cookie contents!")
fox.find_cookies(host="Example")
# [{'host': u'example.com', 'name': u'MyCookie', 'value': u'Cookie contents!'}]
fox.delete_cookie("example.com", "MyCookie")
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Chris Griffith
Classifiers
- Development Status
- Environment
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file cookie-eater-1.0.0.tar.gz
.
File metadata
- Download URL: cookie-eater-1.0.0.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84d2f3f1c3276aea7236e7553b9b178faf790441d1671198de9aa6b359c66b9a |
|
MD5 | 73bd8cea0049c9d5b89df1a8387690af |
|
BLAKE2b-256 | 5c745f3ecbc6a3fd356886a75b119a1a9c2e4f43e5e5d3e94805b2e5120c6345 |
File details
Details for the file cookie_eater-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: cookie_eater-1.0.0-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be3a7fb3193101f9fd0299f26af04a0ef8ca5bde287383c2fe80683f25c2a8ce |
|
MD5 | f64dfc671a1d62d397848583ccda890d |
|
BLAKE2b-256 | 0d9fc5f4b116b669ec90fdb7b84e13929b6536040dcdee895080be446af3e5e6 |
File details
Details for the file cookie_eater-1.0.0-py2-none-any.whl
.
File metadata
- Download URL: cookie_eater-1.0.0-py2-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9afa2a2727ecb0064c550fbc56adc760e5f75df3a9b06e17315b95f13e62633d |
|
MD5 | 3a1bdb7190c40d9e818d21a22eb35f6a |
|
BLAKE2b-256 | ba9952e10ea583a976e759cf00d57bec36852903e7bea03929e814b8b7b41048 |