luxorasap 0.1.4__tar.gz → 0.1.6__tar.gz

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.
Files changed (34) hide show
  1. {luxorasap-0.1.4 → luxorasap-0.1.6}/PKG-INFO +5 -5
  2. {luxorasap-0.1.4 → luxorasap-0.1.6}/README.md +2 -2
  3. {luxorasap-0.1.4 → luxorasap-0.1.6}/pyproject.toml +4 -4
  4. {luxorasap-0.1.4 → luxorasap-0.1.6}/src/luxorasap/__init__.py +1 -1
  5. {luxorasap-0.1.4 → luxorasap-0.1.6}/src/luxorasap.egg-info/PKG-INFO +5 -5
  6. {luxorasap-0.1.4 → luxorasap-0.1.6}/setup.cfg +0 -0
  7. {luxorasap-0.1.4 → luxorasap-0.1.6}/src/luxorasap/btgapi/__init__.py +0 -0
  8. {luxorasap-0.1.4 → luxorasap-0.1.6}/src/luxorasap/btgapi/auth.py +0 -0
  9. {luxorasap-0.1.4 → luxorasap-0.1.6}/src/luxorasap/btgapi/reports.py +0 -0
  10. {luxorasap-0.1.4 → luxorasap-0.1.6}/src/luxorasap/btgapi/trades.py +0 -0
  11. {luxorasap-0.1.4 → luxorasap-0.1.6}/src/luxorasap/datareader/__init__.py +0 -0
  12. {luxorasap-0.1.4 → luxorasap-0.1.6}/src/luxorasap/datareader/core.py +0 -0
  13. {luxorasap-0.1.4 → luxorasap-0.1.6}/src/luxorasap/ingest/__init__.py +0 -0
  14. {luxorasap-0.1.4 → luxorasap-0.1.6}/src/luxorasap/ingest/cloud/__init__.py +0 -0
  15. {luxorasap-0.1.4 → luxorasap-0.1.6}/src/luxorasap/ingest/legacy_local/dataloader.py +0 -0
  16. {luxorasap-0.1.4 → luxorasap-0.1.6}/src/luxorasap/utils/__init__.py +0 -0
  17. {luxorasap-0.1.4 → luxorasap-0.1.6}/src/luxorasap/utils/dataframe/__init__.py +0 -0
  18. {luxorasap-0.1.4 → luxorasap-0.1.6}/src/luxorasap/utils/dataframe/reader.py +0 -0
  19. {luxorasap-0.1.4 → luxorasap-0.1.6}/src/luxorasap/utils/dataframe/transforms.py +0 -0
  20. {luxorasap-0.1.4 → luxorasap-0.1.6}/src/luxorasap/utils/storage/__init__.py +0 -0
  21. {luxorasap-0.1.4 → luxorasap-0.1.6}/src/luxorasap/utils/storage/blob.py +0 -0
  22. {luxorasap-0.1.4 → luxorasap-0.1.6}/src/luxorasap.egg-info/SOURCES.txt +0 -0
  23. {luxorasap-0.1.4 → luxorasap-0.1.6}/src/luxorasap.egg-info/dependency_links.txt +0 -0
  24. {luxorasap-0.1.4 → luxorasap-0.1.6}/src/luxorasap.egg-info/entry_points.txt +0 -0
  25. {luxorasap-0.1.4 → luxorasap-0.1.6}/src/luxorasap.egg-info/requires.txt +0 -0
  26. {luxorasap-0.1.4 → luxorasap-0.1.6}/src/luxorasap.egg-info/top_level.txt +0 -0
  27. {luxorasap-0.1.4 → luxorasap-0.1.6}/tests/test_btgapi_auth.py +0 -0
  28. {luxorasap-0.1.4 → luxorasap-0.1.6}/tests/test_btgapi_reports.py +0 -0
  29. {luxorasap-0.1.4 → luxorasap-0.1.6}/tests/test_btgapi_trades.py +0 -0
  30. {luxorasap-0.1.4 → luxorasap-0.1.6}/tests/test_datareader.py +0 -0
  31. {luxorasap-0.1.4 → luxorasap-0.1.6}/tests/test_ingest_cloud.py +0 -0
  32. {luxorasap-0.1.4 → luxorasap-0.1.6}/tests/test_ingest_legacy_local.py +0 -0
  33. {luxorasap-0.1.4 → luxorasap-0.1.6}/tests/test_utils_dataframe.py +0 -0
  34. {luxorasap-0.1.4 → luxorasap-0.1.6}/tests/test_utils_storage.py +0 -0
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: luxorasap
3
- Version: 0.1.4
3
+ Version: 0.1.6
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
7
- Project-URL: Homepage, https://github.com/luxor-group/luxor-asap
8
- Project-URL: Documentation, https://luxor-group.github.io/luxorasap-docs/
7
+ Project-URL: Homepage, https://github.com/luxorinvestimentos/luxor-asap
8
+ Project-URL: Documentation, https://luxorinvestimentos.github.io/luxorasap-docs/
9
9
  Classifier: Programming Language :: Python :: 3
10
10
  Classifier: License :: Other/Proprietary License
11
11
  Classifier: Operating System :: OS Independent
@@ -81,7 +81,7 @@ luxor-asap/
81
81
 
82
82
  A documentação externa completa está disponível em:
83
83
 
84
- [![Docs](https://img.shields.io/badge/docs-online-blue)](https://luxor-group.github.io/luxorasap-docs/)
84
+ [![Docs](https://img.shields.io/badge/docs-online-blue)](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 (futuramente):
110
+ Ou via PyPI:
111
111
 
112
112
  ```bash
113
113
  pip install luxor-asap
@@ -34,7 +34,7 @@ luxor-asap/
34
34
 
35
35
  A documentação externa completa está disponível em:
36
36
 
37
- [![Docs](https://img.shields.io/badge/docs-online-blue)](https://luxor-group.github.io/luxorasap-docs/)
37
+ [![Docs](https://img.shields.io/badge/docs-online-blue)](https://luxorinvestimentos.github.io/luxorasap-docs/)
38
38
 
39
39
  ---
40
40
 
@@ -60,7 +60,7 @@ Para instalar localmente:
60
60
  pip install -e .
61
61
  ```
62
62
 
63
- Ou via PyPI (futuramente):
63
+ Ou via PyPI:
64
64
 
65
65
  ```bash
66
66
  pip install luxor-asap
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
10
10
  #############################
11
11
  [project]
12
12
  name = "luxorasap"
13
- version = "0.1.4"
13
+ version = "0.1.6"
14
14
  description = "Toolbox da Luxor para ingestão, análise e automação de dados financeiros."
15
15
  readme = "README.md"
16
16
  requires-python = ">=3.9"
@@ -57,8 +57,8 @@ dev = [
57
57
  ]
58
58
 
59
59
  [project.urls]
60
- Homepage = "https://github.com/luxor-group/luxor-asap"
61
- Documentation = "https://luxor-group.github.io/luxorasap-docs/"
60
+ Homepage = "https://github.com/luxorinvestimentos/luxor-asap"
61
+ Documentation = "https://luxorinvestimentos.github.io/luxorasap-docs/"
62
62
 
63
63
  #############################
64
64
  # Console scripts (opcional)
@@ -78,7 +78,7 @@ exclude = ["tests*"]
78
78
  # bumpver (sem-ver)
79
79
  #############################
80
80
  [tool.bumpver]
81
- current_version = "0.1.4"
81
+ current_version = "0.1.6"
82
82
  version_pattern = "MAJOR.MINOR.PATCH"
83
83
 
84
84
  # regex explícito – obrigatório no bumpver 2024+
@@ -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.4"
16
+ __version__ = "0.1.6"
17
17
 
18
18
  # ─── Lazy loader ─────────────────────────────────────────────────
19
19
  def __getattr__(name: str) -> ModuleType:
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: luxorasap
3
- Version: 0.1.4
3
+ Version: 0.1.6
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
7
- Project-URL: Homepage, https://github.com/luxor-group/luxor-asap
8
- Project-URL: Documentation, https://luxor-group.github.io/luxorasap-docs/
7
+ Project-URL: Homepage, https://github.com/luxorinvestimentos/luxor-asap
8
+ Project-URL: Documentation, https://luxorinvestimentos.github.io/luxorasap-docs/
9
9
  Classifier: Programming Language :: Python :: 3
10
10
  Classifier: License :: Other/Proprietary License
11
11
  Classifier: Operating System :: OS Independent
@@ -81,7 +81,7 @@ luxor-asap/
81
81
 
82
82
  A documentação externa completa está disponível em:
83
83
 
84
- [![Docs](https://img.shields.io/badge/docs-online-blue)](https://luxor-group.github.io/luxorasap-docs/)
84
+ [![Docs](https://img.shields.io/badge/docs-online-blue)](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 (futuramente):
110
+ Ou via PyPI:
111
111
 
112
112
  ```bash
113
113
  pip install luxor-asap
File without changes