An open API service indexing awesome lists of open source software.

https://github.com/viseshrp/pycaniuse

Search caniuse.com in your shell
https://github.com/viseshrp/pycaniuse

Last synced: 8 months ago
JSON representation

Search caniuse.com in your shell

Awesome Lists containing this project

README

          

===========
pycaniuse
===========

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

.. image:: https://pepy.tech/badge/pycaniuse
:target: https://pepy.tech/project/pycaniuse
:alt: Downloads

Search caniuse.com from your shell.

Installation
------------

.. code-block:: bash

$ pip install -U pycaniuse

Requirements
------------

Python 3.7+

Features
--------

* Coming soon

.. code-block:: bash

$ pycaniuse --help

Credits
-------
* Click_, for making writing CLI tools a complete pleasure.

.. _Click: https://click.palletsprojects.com