Metadata-Version: 2.1
Name: wrappedbrowser
Version: 0.1.5
Summary: A wrapper around the webbrowser module of the standard library.
Home-page: https://github.com/woodpecker324/wrappedbrowser
Author: woodpecker324
Author-email: woodpecker324@protonmail.com
License: MIT license
Keywords: wrappedbrowser
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7

==============
wrappedbrowser
==============


.. image:: https://img.shields.io/pypi/v/wrappedbrowser.svg
        :target: https://pypi.python.org/pypi/wrappedbrowser

.. image:: https://img.shields.io/travis/woodpecker324/wrappedbrowser.svg
        :target: https://travis-ci.org/woodpecker324/wrappedbrowser

.. image:: https://readthedocs.org/projects/wrappedbrowser/badge/?version=latest
        :target: https://wrappedbrowser.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




A wrapper around the `webbrowser` module of the standard library.


* Free software: MIT license
* Documentation: https://wrappedbrowser.readthedocs.io.


Features
--------

* opening a browser window with a list of url-s

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2019-04-12)
------------------

* First release on PyPI.

0.1.2 (2019-04-13)
------------------

* Added tox: Python 3.6, 3.7

0.1.3 (2019-04-13)
------------------

* Added Travis

0.1.5 (2019-04-13)
------------------

* Adapted bumpversion config


