https://github.com/ofek/uber
Uber CLI
https://github.com/ofek/uber
Last synced: 9 months ago
JSON representation
Uber CLI
- Host: GitHub
- URL: https://github.com/ofek/uber
- Owner: ofek
- License: apache-2.0
- Created: 2017-08-15T00:41:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-15T00:41:16.000Z (almost 9 years ago)
- Last Synced: 2025-04-23T22:17:07.776Z (about 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE-APACHE
Awesome Lists containing this project
README
uber
====
.. image:: https://img.shields.io/pypi/v/uber.svg?style=flat-square
:target: https://pypi.org/project/uber
.. image:: https://img.shields.io/travis/ofek/uber/master.svg?style=flat-square
:target: https://travis-ci.org/ofek/uber
.. image:: https://img.shields.io/codecov/c/github/ofek/uber/master.svg?style=flat-square
:target: https://codecov.io/gh/ofek/uber
.. image:: https://img.shields.io/pypi/pyversions/uber.svg?style=flat-square
:target: https://pypi.org/project/uber
.. image:: https://img.shields.io/pypi/l/uber.svg?style=flat-square
:target: https://choosealicense.com/licenses
-----
Table of Contents
~~~~~~~~~~~~~~~~~
.. contents::
:backlinks: top
:local:
Installation
------------
uber is distributed on `PyPI `_ as a universal
wheel and is available on Linux/macOS and Windows and supports
Python 2.7/3.5+ and PyPy.
.. code-block:: bash
$ pip install uber
License
-------
uber is distributed under the terms of both
- `MIT License `_
- `Apache License, Version 2.0 `_
at your option.