bonbast


Namebonbast JSON
Version 1.0.2 PyPI version JSON
download
home_page
SummaryGet currencies exchange rates for IRR from Bonbast.com
upload_time2024-01-27 11:51:15
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT License Copyright (c) 2022 Amir Hossein SamadiPour Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords bonbast irr exchange rates
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Bonbast

[bonbast.com](https://bonbast.com) offers accurate and reliable gold prices and IRR exchange rates for businesses.
Bonbast is the most accurate and reputable foreign exchange trading data collector of the Iranian market.

I don't alter any of the data in this tool; it all comes from bonbast. The sole purpose of this tool is to offer a
different method of obtaining bonbast prices.

## Contents
1. [Installation](#installation)
   * [Brew](#brew)
   * [Python](#python)
   * [Arch Linux (AUR)](#arch-linux-aur)
   * [Raycast](#setup-for-raycast)
2. [Usage](#usage)
   1. [Command Line](#command-line)
      * [Main mode](#main-mode)
      * [Live](#live)
        * [Simple](#simple)
        * [Currency](#currency)
      * [History](#history)
      * [Graph](#graph)
      * [Convert](#convert)
      * [Json Output](#json-output)
      * [Pretty Print Json](#pretty-print-json)
      * [List of supported currencies](#list-of-supported-currencies)
   2. [Usage in other programs](#usage-in-other-programs)
   3. [Mac Shortcuts](#mac-shortcuts)
   4. [Raycast](#raycast)
3. [Development](#development)

## Installation

### Brew

```
brew install samadipour/bonbast/bonbast
```

or

```
brew tap samadipour/bonbast
brew update
brew install bonbast
```

### Python

To install this program, you can to use pip:

```shell
$ pip install bonbast
# Or
$ python -m pip install bonbast
```

Then you can use it:

```shell
$ bonbast
# Or
$ python -m bonbast
```

Also, to update the program, you can use pip:

```shell
pip install -U bonbast
#or
python -m pip install -U bonbast
```

### Arch Linux (AUR)

To install the package on Arch Linux or any Arch-based distro, you can use any AUR (Arch User Repository) package manager, such as [yay](https://github.com/Jguer/yay) or [paru](https://github.com/Morganamilo/paru):
```shell
yay -S python-bonbast
```
or manually build the package from the AUR source:
```shell
git clone https://aur.archlinux.org/python-bonbast.git
cd python-bonbast
makepkg -si
```
The package is available in the [Arch User Repository](https://aur.archlinux.org/packages/python-bonbast/).

---

## Usage

I tried my best to display the price data in a variety of ways that would be useful in a variety of circumstances.

### Command Line

#### Main mode

This will be the default mode if you run the program without any arguments. It will show the current prices for gold,
coins, and the IRR exchange rate in separate tables.

![bonbast](https://user-images.githubusercontent.com/24422125/194708514-e7b76a69-0671-4a6c-a025-51f29558f087.png)

#### Live

In live mode, the program tries to update the prices in a specified interval. This is useful if you want to keep an eye
on the prices.

The website updates the prices every 30 seconds and the default value is 30 seconds as well. You can change this value
by using the `-i` or `--interval` argument.

##### Simple

In this mode, the program will show the prices as text in the terminal.

```shell
$ bonbast live simple --show-only usd,eur,gbp,cad -i 300
# Or
$ python -m bonbast live simple --show-only usd,eur,gbp,cad -i 300
```

![bonbast_live_simple](https://user-images.githubusercontent.com/24422125/194708537-09f98a47-a6b2-4489-a106-9bf22db6d527.png)

##### Currency

In this mode, the program will show the prices in a table. It can only show one currency at a time.

```shell
$ bonbast live currency --show-only usd,eur,gbp,cad -i 300
# Or
$ python -m bonbast live currency --show-only usd,eur,gbp,cad -i 300
```

![bonbast_live_currency](https://user-images.githubusercontent.com/24422125/194708542-241d2e11-35ec-4868-91ec-30ff7ca5e6e0.png)

#### History

This is useful if you want to see the prices for a specific date. You can use the `-d` or `--date` argument to specify
the date. The date must be in the format `YYYY-MM-DD` or `YYYY/MM/DD`. Also, the date needs to be Gregorian.

The date is valid from 2012-10-09 to one day before the current date.

```shell
$ bonbast history --date 2020/10/10
# Or
$ python -m bonbast history --date 2020/10/10
```

![bonbast_history](https://user-images.githubusercontent.com/24422125/194708555-fb5ada09-8e74-497d-8b61-74f27dea9220.png)

#### Graph

This is useful if you want to see the price of a currency in a specific date range. You can use the `--start-date` 
argument to specify the start date and `--end-date` for the end date. The date must be in the format `YYYY-MM-DD` 
or `YYYY/MM/DD`. Also, the date needs to be Gregorian.

If start or end date is not specified, the end date will default to today and the start date will be set to 30 days prior 
to the end date.

The date is valid from 2012-10-09 to one day before the current date.

```shell
$ bonbast graph eur
$ bonbast graph eur --start-date 2023-01-02
$ bonbast graph eur --start-date 2023-02-12 --end-date 2023-05-09
# Or
$ python -m bonbast graph eur
```

![bonbast_graph](https://github.com/SamadiPour/bonbast/assets/24422125/eced2062-ed93-4004-a274-cec11708463b)

#### Convert

This is useful if you want to convert a value from one currency to Rial or from Rial to another currency.
If you want to convert from a currency to Rial, you need to use `-s` or `--source` argument to specify the currency you
want to convert from.

```shell
$ bonbast convert -s EUR 12.5
# Or
$ python -m bonbast convert -s EUR 12.5
```

If you want to convert from Rial to another currency, you need to use the `-d` or `--destination` argument to specify
the currency you want to convert to.

```shell
$ bonbast convert -d USD 1837850
# Or
$ python -m bonbast convert -d USD 1837850
```

You can also use `--only-buy` or `--only-sell` to specify which price you want to use.

```shell
$ bonbast convert -d USD 1837850 --only-buy
$ bonbast convert -d USD 1837850 --only-sell
# Or
$ python -m bonbast convert -d USD 1837850 --only-buy
$ python -m bonbast convert -d USD 1837850 --only-sell
```

![bonbast_convert](https://user-images.githubusercontent.com/24422125/194708562-38f9f08c-9bc7-41d0-9889-04f38007b7f3.png)

#### Json Output

It can be useful if you want to use the result of the program in another program. You can also pipe the output in
terminal to another program like `JQ`.

```shell
$ bonbast export
# Or
$ python -m bonbast export
```

![bonbast_export](https://user-images.githubusercontent.com/24422125/194708575-58fc19a5-9aa9-4e6d-b020-a40835d9d55d.png)

#### Pretty Print Json

There is also a way to pretty print the json output. You can use the `--pretty` argument to do that. It helps to see the
output in a more readable way.

```shell
$ bonbast export --pretty
# Or
$ python -m bonbast export --pretty
```
![bonbast_export_pretty](https://user-images.githubusercontent.com/24422125/194708592-471a189b-e3f4-4a29-b36c-ad536d93822e.png)

#### List of supported currencies

| Flag | Currency          | Code |
|:----:|-------------------|:----:|
| 🇺🇸 | US Dollar         | USD  |
| 🇪🇺 | Euro              | EUR  |
| 🇬🇧 | British Pound     | GBP  |
| 🇨🇭 | Swiss Franc       | CHF  |
| 🇨🇦 | Canadian Dollar   | CAD  |
| 🇦🇺 | Australian Dollar | AUD  |
| 🇸🇪 | Swedish Krona     | SEK  |
| 🇳🇴 | Norwegian Krone   | NOK  |
| 🇷🇺 | Russian Ruble     | RUB  |
| 🇹🇭 | Thai Baht         | THB  |
| 🇸🇬 | Singapore Dollar  | SGD  |
| 🇭🇰 | Hong Kong Dollar  | HKD  |
| 🇦🇿 | Azerbaijani Manat | AZN  |
| 🇦🇲 | 10 Armenian Dram  | AMD  |
| 🇩🇰 | Danish Krone      | DKK  |
| 🇦🇪 | UAE Dirham        | AED  |
| 🇯🇵 | 10 Japanese Yen   | JPY  |
| 🇹🇷 | Turkish Lira      | TRY  |
| 🇨🇳 | Chinese Yuan      | CNY  |
| 🇸🇦 | Saudi Riyal       | SAR  |
| 🇮🇳 | Indian Rupee      | INR  |
| 🇲🇾 | Malaysian Ringgit | MYR  |
| 🇦🇫 | Afghan Afghani    | AFN  |
| 🇰🇼 | Kuwaiti Dinar     | KWD  |
| 🇮🇶 | 100 Iraqi Dinar   | IQD  |
| 🇧🇭 | Bahraini Dinar    | BHD  |
| 🇴🇲 | Omani Rial        | OMR  |
| 🇶🇦 | Qatari Rial       | QAR  |

---

### Usage in other programs

There are few ways to use the program in other programs. The best way is to use the json output.

### Mac Shortcuts

You can use the json output or the convert function to create a shortcut in Mac. You can use the shortcut to show the
currency price as a notification.

### [Raycast](https://www.raycast.com/)

Raycast is a tool for searching your Mac, launching applications, and controlling your computer, and it is far superior
to Spotlight. You can use the json output to create a script command in Raycast. In this way, you can easily access the
prices in Raycast.

I included an example script command in the `raycast` folder. You can use it to create your own script.

![bonbast_raycast](https://user-images.githubusercontent.com/24422125/194708612-a5f5557c-aab3-4ded-b500-9e08b594949c.png)

#### Setup for Raycast

You can use this [setup-raycast.sh](./raycast_script/setup-raycast.sh) script to setup the script command in Raycast. Then Follow the instructions in below image or read Raycast docs.

```shell
$ chmod +x setup-raycast.sh

$ ./setup-raycast.sh standalone
or
$ ./setup-raycast.sh python
```

or manually:

1. Enable the script command in Raycast.
2. Copy [bonbast.sh](./raycast_script/bonbast.sh) file to the Raycast `script-commands` folder.
3. Follow the instructions below or read Raycast docs.

![raycast-setup](https://github.com/SamadiPour/bonbast/blob/master/.github/setup-raycast.png?raw=true)

---

## Development

### Setup

1. Clone the repo
2. Install the dependencies
3. Run it with python

```shell
git clone https://github.com/SamadiPour/bonbast.git
cd bonbast
pip install .
python -m src.bonbast.main
```

### Building the package

1. Install build dependencies
2. Build the package
3. install it locally if you want (or you can use `local_install` script)

```shell
python -m pip install ".[build]"
python -m build
python -m pip install dist/*.whl
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "bonbast",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "bonbast,IRR Exchange rates",
    "author": "",
    "author_email": "Amir Hossein SamadiPour <samadipoor2@gmail.com>, Alireza Azadi <alireza_azadi@hotmail.com>, Iliya Aghamajidi <dozheiny@gmail.com>, Parsa Shahmaleki <parsampsh@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/00/f8/92f0bd7ba91294b5bfd7b4ba4d001bf58258f66fecc72c8f5a260b7ced7f/bonbast-1.0.2.tar.gz",
    "platform": null,
    "description": "# Bonbast\n\n[bonbast.com](https://bonbast.com) offers accurate and reliable gold prices and IRR exchange rates for businesses.\nBonbast is the most accurate and reputable foreign exchange trading data collector of the Iranian market.\n\nI don't alter any of the data in this tool; it all comes from bonbast. The sole purpose of this tool is to offer a\ndifferent method of obtaining bonbast prices.\n\n## Contents\n1. [Installation](#installation)\n   * [Brew](#brew)\n   * [Python](#python)\n   * [Arch Linux (AUR)](#arch-linux-aur)\n   * [Raycast](#setup-for-raycast)\n2. [Usage](#usage)\n   1. [Command Line](#command-line)\n      * [Main mode](#main-mode)\n      * [Live](#live)\n        * [Simple](#simple)\n        * [Currency](#currency)\n      * [History](#history)\n      * [Graph](#graph)\n      * [Convert](#convert)\n      * [Json Output](#json-output)\n      * [Pretty Print Json](#pretty-print-json)\n      * [List of supported currencies](#list-of-supported-currencies)\n   2. [Usage in other programs](#usage-in-other-programs)\n   3. [Mac Shortcuts](#mac-shortcuts)\n   4. [Raycast](#raycast)\n3. [Development](#development)\n\n## Installation\n\n### Brew\n\n```\nbrew install samadipour/bonbast/bonbast\n```\n\nor\n\n```\nbrew tap samadipour/bonbast\nbrew update\nbrew install bonbast\n```\n\n### Python\n\nTo install this program, you can to use pip:\n\n```shell\n$ pip install bonbast\n# Or\n$ python -m pip install bonbast\n```\n\nThen you can use it:\n\n```shell\n$ bonbast\n# Or\n$ python -m bonbast\n```\n\nAlso, to update the program, you can use pip:\n\n```shell\npip install -U bonbast\n#or\npython -m pip install -U bonbast\n```\n\n### Arch Linux (AUR)\n\nTo install the package on Arch Linux or any Arch-based distro, you can use any AUR (Arch User Repository) package manager, such as [yay](https://github.com/Jguer/yay) or [paru](https://github.com/Morganamilo/paru):\n```shell\nyay -S python-bonbast\n```\nor manually build the package from the AUR source:\n```shell\ngit clone https://aur.archlinux.org/python-bonbast.git\ncd python-bonbast\nmakepkg -si\n```\nThe package is available in the [Arch User Repository](https://aur.archlinux.org/packages/python-bonbast/).\n\n---\n\n## Usage\n\nI tried my best to display the price data in a variety of ways that would be useful in a variety of circumstances.\n\n### Command Line\n\n#### Main mode\n\nThis will be the default mode if you run the program without any arguments. It will show the current prices for gold,\ncoins, and the IRR exchange rate in separate tables.\n\n![bonbast](https://user-images.githubusercontent.com/24422125/194708514-e7b76a69-0671-4a6c-a025-51f29558f087.png)\n\n#### Live\n\nIn live mode, the program tries to update the prices in a specified interval. This is useful if you want to keep an eye\non the prices.\n\nThe website updates the prices every 30 seconds and the default value is 30 seconds as well. You can change this value\nby using the `-i` or `--interval` argument.\n\n##### Simple\n\nIn this mode, the program will show the prices as text in the terminal.\n\n```shell\n$ bonbast live simple --show-only usd,eur,gbp,cad -i 300\n# Or\n$ python -m bonbast live simple --show-only usd,eur,gbp,cad -i 300\n```\n\n![bonbast_live_simple](https://user-images.githubusercontent.com/24422125/194708537-09f98a47-a6b2-4489-a106-9bf22db6d527.png)\n\n##### Currency\n\nIn this mode, the program will show the prices in a table. It can only show one currency at a time.\n\n```shell\n$ bonbast live currency --show-only usd,eur,gbp,cad -i 300\n# Or\n$ python -m bonbast live currency --show-only usd,eur,gbp,cad -i 300\n```\n\n![bonbast_live_currency](https://user-images.githubusercontent.com/24422125/194708542-241d2e11-35ec-4868-91ec-30ff7ca5e6e0.png)\n\n#### History\n\nThis is useful if you want to see the prices for a specific date. You can use the `-d` or `--date` argument to specify\nthe date. The date must be in the format `YYYY-MM-DD` or `YYYY/MM/DD`. Also, the date needs to be Gregorian.\n\nThe date is valid from 2012-10-09 to one day before the current date.\n\n```shell\n$ bonbast history --date 2020/10/10\n# Or\n$ python -m bonbast history --date 2020/10/10\n```\n\n![bonbast_history](https://user-images.githubusercontent.com/24422125/194708555-fb5ada09-8e74-497d-8b61-74f27dea9220.png)\n\n#### Graph\n\nThis is useful if you want to see the price of a currency in a specific date range. You can use the `--start-date` \nargument to specify the start date and `--end-date` for the end date. The date must be in the format `YYYY-MM-DD` \nor `YYYY/MM/DD`. Also, the date needs to be Gregorian.\n\nIf start or end date is not specified, the end date will default to today and the start date will be set to 30 days prior \nto the end date.\n\nThe date is valid from 2012-10-09 to one day before the current date.\n\n```shell\n$ bonbast graph eur\n$ bonbast graph eur --start-date 2023-01-02\n$ bonbast graph eur --start-date 2023-02-12 --end-date 2023-05-09\n# Or\n$ python -m bonbast graph eur\n```\n\n![bonbast_graph](https://github.com/SamadiPour/bonbast/assets/24422125/eced2062-ed93-4004-a274-cec11708463b)\n\n#### Convert\n\nThis is useful if you want to convert a value from one currency to Rial or from Rial to another currency.\nIf you want to convert from a currency to Rial, you need to use `-s` or `--source` argument to specify the currency you\nwant to convert from.\n\n```shell\n$ bonbast convert -s EUR 12.5\n# Or\n$ python -m bonbast convert -s EUR 12.5\n```\n\nIf you want to convert from Rial to another currency, you need to use the `-d` or `--destination` argument to specify\nthe currency you want to convert to.\n\n```shell\n$ bonbast convert -d USD 1837850\n# Or\n$ python -m bonbast convert -d USD 1837850\n```\n\nYou can also use `--only-buy` or `--only-sell` to specify which price you want to use.\n\n```shell\n$ bonbast convert -d USD 1837850 --only-buy\n$ bonbast convert -d USD 1837850 --only-sell\n# Or\n$ python -m bonbast convert -d USD 1837850 --only-buy\n$ python -m bonbast convert -d USD 1837850 --only-sell\n```\n\n![bonbast_convert](https://user-images.githubusercontent.com/24422125/194708562-38f9f08c-9bc7-41d0-9889-04f38007b7f3.png)\n\n#### Json Output\n\nIt can be useful if you want to use the result of the program in another program. You can also pipe the output in\nterminal to another program like `JQ`.\n\n```shell\n$ bonbast export\n# Or\n$ python -m bonbast export\n```\n\n![bonbast_export](https://user-images.githubusercontent.com/24422125/194708575-58fc19a5-9aa9-4e6d-b020-a40835d9d55d.png)\n\n#### Pretty Print Json\n\nThere is also a way to pretty print the json output. You can use the `--pretty` argument to do that. It helps to see the\noutput in a more readable way.\n\n```shell\n$ bonbast export --pretty\n# Or\n$ python -m bonbast export --pretty\n```\n![bonbast_export_pretty](https://user-images.githubusercontent.com/24422125/194708592-471a189b-e3f4-4a29-b36c-ad536d93822e.png)\n\n#### List of supported currencies\n\n| Flag | Currency          | Code |\n|:----:|-------------------|:----:|\n| \ud83c\uddfa\ud83c\uddf8 | US Dollar         | USD  |\n| \ud83c\uddea\ud83c\uddfa | Euro              | EUR  |\n| \ud83c\uddec\ud83c\udde7 | British Pound     | GBP  |\n| \ud83c\udde8\ud83c\udded | Swiss Franc       | CHF  |\n| \ud83c\udde8\ud83c\udde6 | Canadian Dollar   | CAD  |\n| \ud83c\udde6\ud83c\uddfa | Australian Dollar | AUD  |\n| \ud83c\uddf8\ud83c\uddea | Swedish Krona     | SEK  |\n| \ud83c\uddf3\ud83c\uddf4 | Norwegian Krone   | NOK  |\n| \ud83c\uddf7\ud83c\uddfa | Russian Ruble     | RUB  |\n| \ud83c\uddf9\ud83c\udded | Thai Baht         | THB  |\n| \ud83c\uddf8\ud83c\uddec | Singapore Dollar  | SGD  |\n| \ud83c\udded\ud83c\uddf0 | Hong Kong Dollar  | HKD  |\n| \ud83c\udde6\ud83c\uddff | Azerbaijani Manat | AZN  |\n| \ud83c\udde6\ud83c\uddf2 | 10 Armenian Dram  | AMD  |\n| \ud83c\udde9\ud83c\uddf0 | Danish Krone      | DKK  |\n| \ud83c\udde6\ud83c\uddea | UAE Dirham        | AED  |\n| \ud83c\uddef\ud83c\uddf5 | 10 Japanese Yen   | JPY  |\n| \ud83c\uddf9\ud83c\uddf7 | Turkish Lira      | TRY  |\n| \ud83c\udde8\ud83c\uddf3 | Chinese Yuan      | CNY  |\n| \ud83c\uddf8\ud83c\udde6 | Saudi Riyal       | SAR  |\n| \ud83c\uddee\ud83c\uddf3 | Indian Rupee      | INR  |\n| \ud83c\uddf2\ud83c\uddfe | Malaysian Ringgit | MYR  |\n| \ud83c\udde6\ud83c\uddeb | Afghan Afghani    | AFN  |\n| \ud83c\uddf0\ud83c\uddfc | Kuwaiti Dinar     | KWD  |\n| \ud83c\uddee\ud83c\uddf6 | 100 Iraqi Dinar   | IQD  |\n| \ud83c\udde7\ud83c\udded | Bahraini Dinar    | BHD  |\n| \ud83c\uddf4\ud83c\uddf2 | Omani Rial        | OMR  |\n| \ud83c\uddf6\ud83c\udde6 | Qatari Rial       | QAR  |\n\n---\n\n### Usage in other programs\n\nThere are few ways to use the program in other programs. The best way is to use the json output.\n\n### Mac Shortcuts\n\nYou can use the json output or the convert function to create a shortcut in Mac. You can use the shortcut to show the\ncurrency price as a notification.\n\n### [Raycast](https://www.raycast.com/)\n\nRaycast is a tool for searching your Mac, launching applications, and controlling your computer, and it is far superior\nto Spotlight. You can use the json output to create a script command in Raycast. In this way, you can easily access the\nprices in Raycast.\n\nI included an example script command in the `raycast` folder. You can use it to create your own script.\n\n![bonbast_raycast](https://user-images.githubusercontent.com/24422125/194708612-a5f5557c-aab3-4ded-b500-9e08b594949c.png)\n\n#### Setup for Raycast\n\nYou can use this [setup-raycast.sh](./raycast_script/setup-raycast.sh) script to setup the script command in Raycast. Then Follow the instructions in below image or read Raycast docs.\n\n```shell\n$ chmod +x setup-raycast.sh\n\n$ ./setup-raycast.sh standalone\nor\n$ ./setup-raycast.sh python\n```\n\nor manually:\n\n1. Enable the script command in Raycast.\n2. Copy [bonbast.sh](./raycast_script/bonbast.sh) file to the Raycast `script-commands` folder.\n3. Follow the instructions below or read Raycast docs.\n\n![raycast-setup](https://github.com/SamadiPour/bonbast/blob/master/.github/setup-raycast.png?raw=true)\n\n---\n\n## Development\n\n### Setup\n\n1. Clone the repo\n2. Install the dependencies\n3. Run it with python\n\n```shell\ngit clone https://github.com/SamadiPour/bonbast.git\ncd bonbast\npip install .\npython -m src.bonbast.main\n```\n\n### Building the package\n\n1. Install build dependencies\n2. Build the package\n3. install it locally if you want (or you can use `local_install` script)\n\n```shell\npython -m pip install \".[build]\"\npython -m build\npython -m pip install dist/*.whl\n```\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 Amir Hossein SamadiPour  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Get currencies exchange rates for IRR from Bonbast.com",
    "version": "1.0.2",
    "project_urls": {
        "repository": "https://github.com/SamadiPour/bonbast"
    },
    "split_keywords": [
        "bonbast",
        "irr exchange rates"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42cc24fe7f6f2c41c9a675e37f771ea329d9723d6168635be1b6cf3c75e9cb25",
                "md5": "080967989e1c4f130a8e028f190044fe",
                "sha256": "d5ea674b2bf6cacaa0e0d405056d98c979c35ef1a41bf6e5af3aac7ef8baf16c"
            },
            "downloads": -1,
            "filename": "bonbast-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "080967989e1c4f130a8e028f190044fe",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 21139,
            "upload_time": "2024-01-27T11:51:13",
            "upload_time_iso_8601": "2024-01-27T11:51:13.386290Z",
            "url": "https://files.pythonhosted.org/packages/42/cc/24fe7f6f2c41c9a675e37f771ea329d9723d6168635be1b6cf3c75e9cb25/bonbast-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "00f892f0bd7ba91294b5bfd7b4ba4d001bf58258f66fecc72c8f5a260b7ced7f",
                "md5": "e0ef7bd4f27db6858836edb380f2528a",
                "sha256": "dc00114c00c5c976b1144d65741c30ede003d3b0313942a33298e8d3264597a1"
            },
            "downloads": -1,
            "filename": "bonbast-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e0ef7bd4f27db6858836edb380f2528a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 21077,
            "upload_time": "2024-01-27T11:51:15",
            "upload_time_iso_8601": "2024-01-27T11:51:15.156970Z",
            "url": "https://files.pythonhosted.org/packages/00/f8/92f0bd7ba91294b5bfd7b4ba4d001bf58258f66fecc72c8f5a260b7ced7f/bonbast-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-27 11:51:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SamadiPour",
    "github_project": "bonbast",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "bonbast"
}
        
Elapsed time: 0.28040s