|
1 | | -Project Structure |
2 | | -================ |
| 1 | +# Project Structure |
3 | 2 |
|
4 | | -labellerr_sdk/ |
5 | | -labellerr/ |
6 | | -client.py # Main client class for interacting with the APIs |
7 | | -api_handler.py # Handles HTTP requests (GET, POST, etc.) |
8 | | -exceptions.py # Custom exception handling |
9 | | -utils.py # Utility functions (e.g., UUID generation, validation) |
10 | | -config.py # Configuration (like base URLs) |
11 | | -tests/ |
12 | | -test_client.py # Unit tests for the client |
13 | | -README.md # Documentation on how to install and use the SDK |
14 | | -setup.py # Package setup script for pip installation |
15 | | -pyproject.toml # Dependency and build configuration |
16 | | -LICENSE # License information |
| 3 | +- `labellerr_sdk/` |
| 4 | +- `labellerr/` |
| 5 | + - `client.py` - Main client class for interacting with the APIs |
| 6 | + - `api_handler.py` - Handles HTTP requests (GET, POST, etc.) |
| 7 | + - `exceptions.py` - Custom exception handling |
| 8 | + - `utils.py` - Utility functions (e.g., UUID generation, validation) |
| 9 | + - `config.py` - Configuration (like base URLs) |
| 10 | +- `tests/` |
| 11 | + - `test_client.py` - Unit tests for the client |
| 12 | +- `README.md` - Documentation on how to install and use the SDK |
| 13 | +- `setup.py` - Package setup script for pip installation |
| 14 | +- `pyproject.toml` - Dependency and build configuration |
| 15 | +- `LICENSE` - License information |
17 | 16 |
|
18 | | -Labellerr Client |
19 | | -================ |
| 17 | +# Labellerr Client |
20 | 18 |
|
21 | 19 | A Python client for interacting with the Labellerr API. |
22 | 20 |
|
23 | | -Installation |
24 | | ------------- |
| 21 | +# Installation |
25 | 22 |
|
26 | 23 | You can install the package using pip: |
0 commit comments