Metadata-Version: 2.4
Name: my_cookies
Version: 0.1.6
Summary: Retrieve cookies from your favorite browsers.
Author-email: Wang Kai <kaiwkx@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/kaiwk/my_cookies
Project-URL: Download, https://github.com/kaiwk/my_cookies
Project-URL: Repository, https://github.com/kaiwk/my_cookies
Keywords: browser,cookies
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.4
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: click
Requires-Dist: browser_cookie3
Dynamic: license-file

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.
