{ "info": { "author": "KENAN SULTAN", "author_email": "kenansultan@yahoo.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Build Tools" ], "description": "# Getting currencies and differencies from CBAR\n\n ## How to install\n 1. Install pip package\n ```\n pip install Django-cbar-currency\n ```\n 2. Configure directory for file\n In settings.py file set a directory\n ```\n CBAR_CURRENCY_ROOT = os.path.join(BASE_DIR, 'media', 'cbar')\n ```\n\n ## How to import\n ```\n from cbar_currency import Currency\n ```\n\n ## Functions\n 1. Currency.cron_script()\n This function gets currency list with their values, differences and right them to file\n\n 2. Currency.get_list()\n This function reads currency file and returns all currencies with their values and differencies as list\n\n 3. Currency.get_specific_currencies(currencyList)\n This function returns specific currencies list which you give\n You should give currency names as list, for example ['USD', 'EUR', 'RUB']\n\n 4. Currency.get_currencies_by_priority(currencyList)\n This function returns all currencies list but currencies which you give will stay at the top of the list\n You should give currency names as list, for example ['USD', 'EUR', 'RUB']\n\n 5. Currency.get_list_from_cbar(date)\n This function returns all currencies list without differencies for the specific date", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/KenanSultan/Django-cbar-currency/archive/v_1.0.5.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/KenanSultan/Django-cbar-currency", "keywords": "CBAR,CURRENCY", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "cbar-currency", "package_url": "https://pypi.org/project/cbar-currency/", "platform": "", "project_url": "https://pypi.org/project/cbar-currency/", "project_urls": { "Download": "https://github.com/KenanSultan/Django-cbar-currency/archive/v_1.0.5.tar.gz", "Homepage": "https://github.com/KenanSultan/Django-cbar-currency" }, "release_url": "https://pypi.org/project/cbar-currency/1.0.5/", "requires_dist": null, "requires_python": "", "summary": "Getting currencies and differencies from CBAR", "version": "1.0.5" }, "last_serial": 5606533, "releases": { "1.0.4": [ { "comment_text": "", "digests": { "md5": "2bc470791645cb5bff5ceb33f364cf52", "sha256": "fa5df10d980cb7138fb925bd3d2d8621eec62778bac2087d061492280afc1d96" }, "downloads": -1, "filename": "cbar_currency-1.0.4.tar.gz", "has_sig": false, "md5_digest": "2bc470791645cb5bff5ceb33f364cf52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1966, "upload_time": "2019-07-30T07:55:36", "url": "https://files.pythonhosted.org/packages/9a/f5/c4058f7897a4f2f32ca42d44bfab050f97234ee9d7518837536f1b69622c/cbar_currency-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "a47d7bcc7bc23841d29e99a361b3f29a", "sha256": "27dc5cb957288669ee4629f7f427d90bdd8004b960b90216f749f8b7d69ab38b" }, "downloads": -1, "filename": "cbar_currency-1.0.5.tar.gz", "has_sig": false, "md5_digest": "a47d7bcc7bc23841d29e99a361b3f29a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2392, "upload_time": "2019-07-30T08:54:53", "url": "https://files.pythonhosted.org/packages/59/84/a388f93a8d53c41f797e4a31da8d9be61a5b4175b12045d781b7e59aca0c/cbar_currency-1.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a47d7bcc7bc23841d29e99a361b3f29a", "sha256": "27dc5cb957288669ee4629f7f427d90bdd8004b960b90216f749f8b7d69ab38b" }, "downloads": -1, "filename": "cbar_currency-1.0.5.tar.gz", "has_sig": false, "md5_digest": "a47d7bcc7bc23841d29e99a361b3f29a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2392, "upload_time": "2019-07-30T08:54:53", "url": "https://files.pythonhosted.org/packages/59/84/a388f93a8d53c41f797e4a31da8d9be61a5b4175b12045d781b7e59aca0c/cbar_currency-1.0.5.tar.gz" } ] }