معرفی شرکت ها


cryptoco-py-0.1.7


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A package to query cryptocurrency information
ویژگی مقدار
سیستم عامل -
نام فایل cryptoco-py-0.1.7
نام cryptoco-py
نسخه کتابخانه 0.1.7
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jawad Abduljawad(TerminalJ)
ایمیل نویسنده jawadhamdiabduljawad@gmail.com
آدرس صفحه اصلی https://github.com/Edmain1/CryptoCo-py
آدرس اینترنتی https://pypi.org/project/cryptoco-py/
مجوز MIT
# CryptoCo-py [CryptoCo-py](https://github.com/Edmain1/CryptoCo-py) is a Python CLI application that uses [CoinGecko](https://www.coingecko.com/en/api) API to allow the user to query cryptocurrency information by typing simple commands. #### Table of contents - [Installation](#installation) - [Requirements](#requirements) - [Usage](#usage) - [Contributing](#contributing) - [License](#license) ## Installation Use the package manager [pip](https://pip.pypa.io/en/stable/) to install cryptoco-py. ```bash pip install cryptoco-py ``` ## Requirements | Name | Version | | :-----------: | :-----------: | | [Python](https://www.python.org/) | 3.6 + | | [Typer](https://typer.tiangolo.com/) | 0.4.0 + | | [Requests](https://docs.python-requests.org/en/latest/) | 2.26.0 + | ## Usage ```bash # pings the server cryptoco-py [OPTIONS] COMMAND [ARGS]... ``` >NOTE: you might not be able to run the command instantly after installing it >to solve this problem simply add the directory of the installed package to ```$PATH``` ```bash # returns a help message cryptoco-py --help ``` you can also write the output to an output file for example: ```bash cryptoco-py sprice bitcoin > output.txt cat output.txt # output: { "bitcoin": { "usd": 48338 } } ``` ## Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. ## License [MIT](https://choosealicense.com/licenses/mit/)


نیازمندی

مقدار نام
>=0.4.0,<0.5.0 typer[all]
>=2.26.0,<3.0.0 requests


زبان مورد نیاز

مقدار نام
>=3,<4 Python


نحوه نصب


نصب پکیج whl cryptoco-py-0.1.7:

    pip install cryptoco-py-0.1.7.whl


نصب پکیج tar.gz cryptoco-py-0.1.7:

    pip install cryptoco-py-0.1.7.tar.gz