luxorasap 0.1.4__py3-none-any.whl → 0.1.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- luxorasap/__init__.py +1 -1
- {luxorasap-0.1.4.dist-info → luxorasap-0.1.5.dist-info}/METADATA +3 -3
- {luxorasap-0.1.4.dist-info → luxorasap-0.1.5.dist-info}/RECORD +6 -6
- {luxorasap-0.1.4.dist-info → luxorasap-0.1.5.dist-info}/WHEEL +0 -0
- {luxorasap-0.1.4.dist-info → luxorasap-0.1.5.dist-info}/entry_points.txt +0 -0
- {luxorasap-0.1.4.dist-info → luxorasap-0.1.5.dist-info}/top_level.txt +0 -0
luxorasap/__init__.py
CHANGED
|
@@ -13,7 +13,7 @@ from types import ModuleType
|
|
|
13
13
|
try:
|
|
14
14
|
__version__: str = metadata.version(__name__)
|
|
15
15
|
except metadata.PackageNotFoundError: # editable install
|
|
16
|
-
__version__ = "0.1.
|
|
16
|
+
__version__ = "0.1.5"
|
|
17
17
|
|
|
18
18
|
# ─── Lazy loader ─────────────────────────────────────────────────
|
|
19
19
|
def __getattr__(name: str) -> ModuleType:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: luxorasap
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.5
|
|
4
4
|
Summary: Toolbox da Luxor para ingestão, análise e automação de dados financeiros.
|
|
5
5
|
Author-email: Luxor Group <backoffice@luxor.com.br>
|
|
6
6
|
License: Proprietary – All rights reserved
|
|
@@ -81,7 +81,7 @@ luxor-asap/
|
|
|
81
81
|
|
|
82
82
|
A documentação externa completa está disponível em:
|
|
83
83
|
|
|
84
|
-
[](https://
|
|
84
|
+
[](https://luxorinvestimentos.github.io/luxorasap-docs/)
|
|
85
85
|
|
|
86
86
|
---
|
|
87
87
|
|
|
@@ -107,7 +107,7 @@ Para instalar localmente:
|
|
|
107
107
|
pip install -e .
|
|
108
108
|
```
|
|
109
109
|
|
|
110
|
-
Ou via PyPI
|
|
110
|
+
Ou via PyPI:
|
|
111
111
|
|
|
112
112
|
```bash
|
|
113
113
|
pip install luxor-asap
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
luxorasap/__init__.py,sha256=
|
|
1
|
+
luxorasap/__init__.py,sha256=L9c_OhMFnxhZW7Q2X83VIfZMQKhT2wfmsGgHJxsbB1M,1355
|
|
2
2
|
luxorasap/btgapi/__init__.py,sha256=QUlfb5oiBY6K1Q5x4-a-x2wECe1At5wc2962I5odOJk,620
|
|
3
3
|
luxorasap/btgapi/auth.py,sha256=2TLKZdVlJgfSItOvB7GoPnH6gndkWWqSIyE4VDSYRgo,1873
|
|
4
4
|
luxorasap/btgapi/reports.py,sha256=UEk5QAl4cS6vdxXyliyg-weT0C1mILE1bqilPRDuHPE,7975
|
|
@@ -14,8 +14,8 @@ luxorasap/utils/dataframe/reader.py,sha256=Vzjdw-AeS1lnWEHQ8RZNh0kK93NWTp0NWVi_B
|
|
|
14
14
|
luxorasap/utils/dataframe/transforms.py,sha256=Bm_cv9L9923QIXH82Fa_M4pM94f2AJRPu62Vv_i7tto,1684
|
|
15
15
|
luxorasap/utils/storage/__init__.py,sha256=U3XRq94yzRp3kgBSUcRzs2tQgJ4o8h8a1ZzwiscA5XM,67
|
|
16
16
|
luxorasap/utils/storage/blob.py,sha256=pcEixGxwXM9y5iPPpkX__ySWq0milghJGketYZlRL-0,3171
|
|
17
|
-
luxorasap-0.1.
|
|
18
|
-
luxorasap-0.1.
|
|
19
|
-
luxorasap-0.1.
|
|
20
|
-
luxorasap-0.1.
|
|
21
|
-
luxorasap-0.1.
|
|
17
|
+
luxorasap-0.1.5.dist-info/METADATA,sha256=sHRGTD6wFOp7BaNpAn2DZsKEkdnVPBckq_eIZKTS5NQ,3789
|
|
18
|
+
luxorasap-0.1.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
luxorasap-0.1.5.dist-info/entry_points.txt,sha256=XFh-dOwUhlya9DmGvgookMI0ezyUJjcOvTIHDEYS44g,52
|
|
20
|
+
luxorasap-0.1.5.dist-info/top_level.txt,sha256=9YOL6bUIpzY06XFBRkUW1e4rgB32Ds91fQPGwUEjxzU,10
|
|
21
|
+
luxorasap-0.1.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|