pycaniuse


Namepycaniuse JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/viseshrp/pycaniuse
SummaryCLI tool to search caniuse.com from your shell
upload_time2023-01-12 20:46:45
maintainerVisesh Prasad
docs_urlNone
authorVisesh Prasad
requires_python>=3.7
licenseMIT license
keywords pycaniuse caniuse javascript css html js browser compatibility
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===========
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


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

0.0.1 (2023-01-12)
------------------

* First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/viseshrp/pycaniuse",
    "name": "pycaniuse",
    "maintainer": "Visesh Prasad",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "viseshrprasad@gmail.com",
    "keywords": "pycaniuse caniuse javascript css html js browser compatibility",
    "author": "Visesh Prasad",
    "author_email": "viseshrprasad@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "===========\npycaniuse\n===========\n\n\n.. image:: https://img.shields.io/pypi/v/pycaniuse.svg\n        :target: https://pypi.python.org/pypi/pycaniuse\n\n.. image:: https://pepy.tech/badge/pycaniuse\n        :target: https://pepy.tech/project/pycaniuse\n        :alt: Downloads\n\n\nSearch caniuse.com from your shell.\n\n\nInstallation\n------------\n\n.. code-block:: bash\n\n    $ pip install -U pycaniuse\n\n\nRequirements\n------------\n\nPython 3.7+\n\n\nFeatures\n--------\n\n* Coming soon\n\n.. code-block:: bash\n\n    $ pycaniuse --help\n\nCredits\n-------\n* Click_, for making writing CLI tools a complete pleasure.\n\n.. _Click: https://click.palletsprojects.com\n\n\n=======\nHistory\n=======\n\n0.0.1 (2023-01-12)\n------------------\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "CLI tool to search caniuse.com from your shell",
    "version": "0.0.1",
    "split_keywords": [
        "pycaniuse",
        "caniuse",
        "javascript",
        "css",
        "html",
        "js",
        "browser",
        "compatibility"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4b01f06bb94c80fb68d2d9970f219ed92e94593c539851975e91a3a46daf2c7",
                "md5": "6014e245156f6792093f086b7804d7f2",
                "sha256": "342cd21b04cd1d75d9485edde408e8164e7e0645106bae436aa30c09145df371"
            },
            "downloads": -1,
            "filename": "pycaniuse-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6014e245156f6792093f086b7804d7f2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4514,
            "upload_time": "2023-01-12T20:46:45",
            "upload_time_iso_8601": "2023-01-12T20:46:45.594372Z",
            "url": "https://files.pythonhosted.org/packages/a4/b0/1f06bb94c80fb68d2d9970f219ed92e94593c539851975e91a3a46daf2c7/pycaniuse-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-12 20:46:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "viseshrp",
    "github_project": "pycaniuse",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pycaniuse"
}
        
Elapsed time: 0.02837s