Metadata-Version: 2.1
Name: my_cookies
Version: 0.1.5
Summary: Retrieve cookies from your favorite browsers.
Home-page: https://github.com/kaiwk/my_cookies
Download-URL: https://github.com/kaiwk/my_cookies
Author: Wang Kai
Author-email: kaiwkx@gmail.com
License: MIT
Keywords: browser,cookies
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: click
Requires-Dist: browser-cookie3

This package is used for retrieving cookies from your browsers.

Nowadays, browsers keeps many personal data including your login passwords or
sessions of some websites, your browser history, etc. One of the usages of
keyring is guarding the browser.

This package may prompt your login password for keyring to retrieve cookies from
your browser. You should be very careful with the cookies and always know what
you are doing.
