hirundo 0.1.7__py3-none-any.whl → 0.1.9__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.
@@ -0,0 +1,20 @@
1
+ hirundo/__init__.py,sha256=U_wcm3e0r1T66OQ7KHlWaOiwlPxf6e4RkTxA5uvaOOA,781
2
+ hirundo/__main__.py,sha256=wcCrL4PjG51r5wVKqJhcoJPTLfHW0wNbD31DrUN0MWI,28
3
+ hirundo/_constraints.py,sha256=gRv7fXwtjPGqYWIhkVYxu1B__3PdlYRqFyDkTpa9f74,1032
4
+ hirundo/_env.py,sha256=dXUFPeEL1zPe-eBdWD4_WZvlgiY2cpWuVDzf41Qjuto,609
5
+ hirundo/_headers.py,sha256=ggTyBwVT3nGyPidCcmYMX6pv0idzMxCI2S1BJQE-Bbs,253
6
+ hirundo/_http.py,sha256=izlnuxStyPugjTAbD8Lo30tA4lZJ5d3kOENNduqrbX4,573
7
+ hirundo/_iter_sse_retrying.py,sha256=U331_wZRIbVzi-jnMqo8bp9jBC8MtFBLEs-X0ZvhSDw,4634
8
+ hirundo/_timeouts.py,sha256=IfX8-mrLp809-A_xSLv1DhIqZnO-Qvy4FcTtOtvqLog,42
9
+ hirundo/cli.py,sha256=4-pdV483zqRJl8d-R9p_9YOGlehOnoMJzb3XAAdPRb0,6634
10
+ hirundo/dataset_optimization.py,sha256=CuSrauzXiSa4kGBREao3nn-vmLVwMKTeHM7yEXesuso,33756
11
+ hirundo/enum.py,sha256=ZEYBP-lrlVqfNWptlmw7JgLNhCyDirtWWPtoMvtg2AE,531
12
+ hirundo/git.py,sha256=zzpEHGqoQXwOBQzNSmyf5lpUMc2FbomPqiokwMc4M8o,6777
13
+ hirundo/logger.py,sha256=MUqrYp0fBlxWFhGl6P5t19_uqO7T_PNhrLN5bqY3i7s,275
14
+ hirundo/storage.py,sha256=RsEmtbn79_iCY7pE1AKcBoAEqzXNkOc_UPUTaxSE0BM,16075
15
+ hirundo-0.1.9.dist-info/LICENSE,sha256=fusGGjqT2RGlU6kbkaOk7d-gDnsjk17wq67AO0mwBZI,1065
16
+ hirundo-0.1.9.dist-info/METADATA,sha256=8jjs7OGtVZZwFmyfdFGoTxC-de-1V6OLFJW26pYOB2E,8363
17
+ hirundo-0.1.9.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
18
+ hirundo-0.1.9.dist-info/entry_points.txt,sha256=4ZtnA_Nl1Af8fLnHp3lwjbGDEGU1S6ujb_JwtuQ7ZPM,44
19
+ hirundo-0.1.9.dist-info/top_level.txt,sha256=cmyNqrNZOAYxnywJGFI1AJBLe4SkH8HGsfFx6ncdrbI,8
20
+ hirundo-0.1.9.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (74.1.2)
2
+ Generator: setuptools (75.6.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,118 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: hirundo
3
- Version: 0.1.7
4
- Summary: This package is used to interface with Hirundo's platform. It provides a simple API to optimize your ML datasets.
5
- Author-email: Hirundo <dev@hirundo.io>
6
- License: MIT License
7
-
8
- Copyright (c) 2024, Hirundo
9
-
10
- 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:
11
-
12
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
13
-
14
- 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.
15
-
16
- Project-URL: Homepage, https://github.com/Hirundo-io/hirundo-client
17
- Keywords: dataset,machine learning,data science,data engineering
18
- Classifier: License :: OSI Approved :: MIT License
19
- Classifier: Programming Language :: Python
20
- Classifier: Programming Language :: Python :: 3
21
- Requires-Python: >=3.9
22
- Description-Content-Type: text/markdown
23
- License-File: LICENSE
24
- Requires-Dist: pyyaml>=6.0.1
25
- Requires-Dist: types-PyYAML>=6.0.12
26
- Requires-Dist: pydantic>=2.7.1
27
- Requires-Dist: twine>=5.0.0
28
- Requires-Dist: python-dotenv>=1.0.1
29
- Requires-Dist: types-requests>=2.31.0
30
- Requires-Dist: typer>=0.12.3
31
- Requires-Dist: httpx>=0.27.0
32
- Requires-Dist: stamina>=24.2.0
33
- Requires-Dist: httpx-sse>=0.4.0
34
- Requires-Dist: pandas>=2.2.2
35
- Requires-Dist: tqdm>=4.66.5
36
- Provides-Extra: dev
37
- Requires-Dist: pyyaml>=6.0.1; extra == "dev"
38
- Requires-Dist: types-PyYAML>=6.0.12; extra == "dev"
39
- Requires-Dist: pydantic>=2.7.1; extra == "dev"
40
- Requires-Dist: twine>=5.0.0; extra == "dev"
41
- Requires-Dist: python-dotenv>=1.0.1; extra == "dev"
42
- Requires-Dist: types-requests>=2.31.0; extra == "dev"
43
- Requires-Dist: types-setuptools>=69.5.0; extra == "dev"
44
- Requires-Dist: typer>=0.12.3; extra == "dev"
45
- Requires-Dist: httpx>=0.27.0; extra == "dev"
46
- Requires-Dist: stamina>=24.2.0; extra == "dev"
47
- Requires-Dist: httpx-sse>=0.4.0; extra == "dev"
48
- Requires-Dist: pytest>=8.2.0; extra == "dev"
49
- Requires-Dist: pytest-asyncio>=0.23.6; extra == "dev"
50
- Requires-Dist: uv; extra == "dev"
51
- Requires-Dist: pre-commit>=3.7.1; extra == "dev"
52
- Requires-Dist: ruff; extra == "dev"
53
- Requires-Dist: bumpver; extra == "dev"
54
- Provides-Extra: docs
55
- Requires-Dist: sphinx>=7.4.7; extra == "docs"
56
- Requires-Dist: sphinx-autobuild>=2024.4.16; extra == "docs"
57
- Requires-Dist: sphinx-click>=5.0.1; extra == "docs"
58
- Requires-Dist: autodoc-pydantic>=2.2.0; extra == "docs"
59
- Requires-Dist: furo; extra == "docs"
60
- Requires-Dist: sphinx-multiversion; extra == "docs"
61
-
62
- # Hirundo client
63
-
64
- This repo contains the source code for the Hirundo client library
65
-
66
- ## Usage:
67
-
68
- To learn about how to use this library, please visit the [http://docs.hirundo.io/](documentation) or see the Google Colab examples.
69
-
70
- Note: Currently we only support the main CPython release 3.9, 3.10 and 3.11. PyPy support may be introduced in the future.
71
-
72
- ## Development:
73
-
74
- ### Install dev dependencies
75
-
76
- ```bash
77
- pip install -r dev-requirements.txt
78
- ```
79
-
80
- Note: You can install and use `uv` as a faster drop-in replacement for `pip`. We have it as part of our dev dependencies for this reason.
81
-
82
- ### Install `git` hooks (optional)
83
-
84
- ```bash
85
- pre-commit install
86
- ```
87
-
88
- ### Check lint and apply formatting with Ruff (optional; pre-commit hooks run this automatically)
89
-
90
- ```bash
91
- ruff check
92
- ruff format
93
- ```
94
-
95
- ### Change packages
96
-
97
- #### Update `requirements.txt` files
98
-
99
- ```bash
100
- uv pip compile pyproject.toml
101
- uv pip compile --extra dev -o dev-requirements.txt -c requirements.txt pyproject.toml
102
- uv pip compile --extra docs -o docs-requirements.txt -c requirements.txt pyproject.toml
103
- ```
104
-
105
- #### Sync installed packages
106
-
107
- ```bash
108
- uv pip sync dev-requirements.txt
109
- ```
110
-
111
- ### Build process
112
-
113
- To build the package, run:
114
- `python -m build`
115
-
116
- ### Publish documentation & releases
117
-
118
- Documentation & releases are published via GitHub Actions on merges to `main`.
@@ -1,19 +0,0 @@
1
- hirundo/__init__.py,sha256=K0TcpPS937MazldFEgHnWLIKKmf-nt2k6Vjef58aKNs,707
2
- hirundo/__main__.py,sha256=wcCrL4PjG51r5wVKqJhcoJPTLfHW0wNbD31DrUN0MWI,28
3
- hirundo/_constraints.py,sha256=-RAUV9GnCsaT9pLGSqYglKOeK0joPBBexGTo87j5nkI,425
4
- hirundo/_env.py,sha256=6RVEn80KelYa-v2Tc18KTQlAZx0cYv3Y1HFS3H7gDt0,307
5
- hirundo/_headers.py,sha256=ggTyBwVT3nGyPidCcmYMX6pv0idzMxCI2S1BJQE-Bbs,253
6
- hirundo/_iter_sse_retrying.py,sha256=WLp_lw8ycBuAxoJkkGBu4y74Ajhcu11r1X-vd5_571A,3352
7
- hirundo/_timeouts.py,sha256=IfX8-mrLp809-A_xSLv1DhIqZnO-Qvy4FcTtOtvqLog,42
8
- hirundo/cli.py,sha256=pNRaeH__3qvdfcAWhqnGyZDE4uqtqW8BQ6fy4mD7aM4,3936
9
- hirundo/dataset_optimization.py,sha256=qevme8Gavuk6dBvR-Q5KffMzt9--hTfxzoUnSx4tqFI,19594
10
- hirundo/enum.py,sha256=-3w09g-_yRYIMiM8VA_Nb07WoQXf5IjyERTGonzNDs0,457
11
- hirundo/git.py,sha256=-Z_uFHsFfVR-_XqEq85wiiGZtgqIV81PWoC1B6UBSww,4769
12
- hirundo/logger.py,sha256=e_Kn6dic8DCqjQnDw60z25xnfofOypNoUdlnunySARs,198
13
- hirundo/storage.py,sha256=Dfi-LEjfrZJZM9mWE_CgQ4upP2lrN6-3HHGd-0znfqE,9737
14
- hirundo-0.1.7.dist-info/LICENSE,sha256=fusGGjqT2RGlU6kbkaOk7d-gDnsjk17wq67AO0mwBZI,1065
15
- hirundo-0.1.7.dist-info/METADATA,sha256=EKswSiESzpSqV9qL9o5uqJNsCUgK7UduvAr_mlXO9hg,4558
16
- hirundo-0.1.7.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
17
- hirundo-0.1.7.dist-info/entry_points.txt,sha256=4ZtnA_Nl1Af8fLnHp3lwjbGDEGU1S6ujb_JwtuQ7ZPM,44
18
- hirundo-0.1.7.dist-info/top_level.txt,sha256=cmyNqrNZOAYxnywJGFI1AJBLe4SkH8HGsfFx6ncdrbI,8
19
- hirundo-0.1.7.dist-info/RECORD,,