-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpyproject.toml
48 lines (48 loc) · 1.17 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[project]
name = "pyDolarVenezuela"
version = "2.0.3"
dependencies = [
"requests",
"curl_cffi",
"beautifulsoup4",
"babel",
"pytz",
"colorama",
"cachetools",
"psycopg2-binary",
"sqlalchemy"
]
requires-python = ">=3.9"
authors = [
{name = "Francisco Griman", email = "grihardware@gmail.com"}
]
description = "Esta librería en Python consulta los precios del dólar y/o euro en diversos monitores en Venezuela, además de la tasa de cambio oficial BCV."
readme = "README.md"
license = {file = "LICENSE"}
keywords = [
"dolarmonitor",
"dolartoday",
"enparalelovzla",
"bcv",
"venezuela",
"dolarparalelo",
"dolarcambio",
"dolarvenezuela",
"dolartodayvenezuela",
"dolaroficial",
"dolarlibre",
"dolarinformal",
"dolarparalelovzla",
"dolarbcv",
"dolarenvenezuela"
]
classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://github.com/fcoagz/pydolarvenezuela"
"Bug Tracker" = "https://github.com/fcoagz/pydolarvenezuela/issues"