Skip to content

Commit 2eb10cf

Browse files
committed
Readme updated
1 parent 96cdc41 commit 2eb10cf

File tree

1 file changed

+16
-19
lines changed

1 file changed

+16
-19
lines changed

README.md

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
1-
Project Structure
2-
================
1+
# Project Structure
32

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
1716

18-
Labellerr Client
19-
================
17+
# Labellerr Client
2018

2119
A Python client for interacting with the Labellerr API.
2220

23-
Installation
24-
------------
21+
# Installation
2522

2623
You can install the package using pip:

0 commit comments

Comments
 (0)