Skip to content

Commit a9aaee0

Browse files
committed
docs: remove checkmark emojis from codebase
- Remove ✅ icons from all documentation and code files - Clean up visual formatting across README, docs, and examples
1 parent 4a2ce0a commit a9aaee0

16 files changed

Lines changed: 374 additions & 370 deletions

QUICK_START.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ python -m twine check dist/*
441441

442442
---
443443

444-
## Sign-Off Checklist
444+
## Sign-Off Checklist
445445

446446
Before publishing to PyPI, ensure:
447447

README.md

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
# Pathao Python SDK
22

3-
[![Tests](https://github.com/yourusername/pathao-python/workflows/Tests/badge.svg)](https://github.com/yourusername/pathao-python/actions)
3+
[![Tests](https://github.com/mojnomiya/pathao-python/workflows/Tests/badge.svg)](https://github.com/mojnomiya/pathao-python/actions)
4+
[![Code Quality](https://github.com/mojnomiya/pathao-python/workflows/Code%20Quality/badge.svg)](https://github.com/mojnomiya/pathao-python/actions)
45
[![PyPI version](https://badge.fury.io/py/pathao.svg)](https://badge.fury.io/py/pathao)
56
[![Python versions](https://img.shields.io/pypi/pyversions/pathao.svg)](https://pypi.org/project/pathao/)
67
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8+
[![Documentation](https://img.shields.io/badge/docs-GitHub%20Pages-blue)](https://mojnomiya.github.io/pathao-python/)
79

810
A comprehensive Python SDK for the Pathao Courier Merchant API. This package provides a clean, Pythonic interface to integrate Pathao's courier services into your Python applications.
911

1012
## Features
1113

12-
- OAuth 2.0 authentication with automatic token refresh
13-
- Type hints throughout the codebase
14-
- Comprehensive input validation
15-
- Detailed error messages
16-
- Support for both Sandbox and Production environments
17-
- Batch operations support
18-
- Extensive documentation and examples
14+
- OAuth 2.0 authentication with automatic token refresh
15+
- Type hints throughout the codebase
16+
- Comprehensive input validation
17+
- Detailed error messages
18+
- Support for both Sandbox and Production environments
19+
- Batch operations support
20+
- Extensive documentation and examples
1921

2022
## Installation
2123

@@ -55,13 +57,15 @@ print(f"Order created: {order.consignment_id}")
5557

5658
## Documentation
5759

58-
- [Installation Guide](docs/installation.md)
59-
- [Authentication](docs/authentication.md)
60-
- [Store Management](docs/store_management.md)
61-
- [Order Management](docs/order_management.md)
62-
- [Location Services](docs/location_services.md)
63-
- [Price Calculation](docs/price_calculation.md)
64-
- [Error Handling](docs/error_handling.md)
60+
- [📚 **Complete Documentation**](https://mojnomiya.github.io/pathao-python/)
61+
- [Installation Guide](https://mojnomiya.github.io/pathao-python/installation/)
62+
- [Authentication](https://mojnomiya.github.io/pathao-python/authentication/)
63+
- [Store Management](https://mojnomiya.github.io/pathao-python/store_management/)
64+
- [Order Management](https://mojnomiya.github.io/pathao-python/order_management/)
65+
- [Location Services](https://mojnomiya.github.io/pathao-python/location_services/)
66+
- [Price Calculation](https://mojnomiya.github.io/pathao-python/price_calculation/)
67+
- [Error Handling](https://mojnomiya.github.io/pathao-python/error_handling/)
68+
- [API Reference](https://mojnomiya.github.io/pathao-python/api_reference/)
6569

6670
## Requirements
6771

@@ -73,7 +77,7 @@ print(f"Order created: {order.consignment_id}")
7377

7478
```bash
7579
# Clone the repository
76-
git clone https://github.com/yourusername/pathao-python.git
80+
git clone https://github.com/mojnomiya/pathao-python.git
7781
cd pathao-python
7882

7983
# Install development dependencies
@@ -99,8 +103,8 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
99103

100104
## Support
101105

102-
- [GitHub Issues](https://github.com/yourusername/pathao-python/issues)
103-
- [Documentation](https://pathao-python.readthedocs.io)
106+
- [GitHub Issues](https://github.com/mojnomiya/pathao-python/issues)
107+
- [Documentation](https://mojnomiya.github.io/pathao-python/)
104108

105109
## Changelog
106110

docs/api_reference.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Version:** 0.1.0
44
**Last Updated:** January 2026
5-
**Status:** Complete Implementation
5+
**Status:** Complete Implementation
66

77
---
88

@@ -28,17 +28,17 @@
2828

2929
The Pathao Python SDK provides a clean, Pythonic interface to the Pathao Courier Merchant API. It handles authentication, request/response serialization, error handling, and provides convenient methods for all supported operations.
3030

31-
### Features
31+
### Features
3232

33-
- OAuth 2.0 authentication with automatic token refresh
34-
- Type hints throughout the codebase
35-
- Comprehensive input validation
36-
- Detailed error messages with custom exception hierarchy
37-
- Support for both Sandbox and Production environments
38-
- Batch operations support
39-
- Exponential backoff retry logic
40-
- Secure logging with sensitive data masking
41-
- 97% test coverage with 196 unit tests
33+
- OAuth 2.0 authentication with automatic token refresh
34+
- Type hints throughout the codebase
35+
- Comprehensive input validation
36+
- Detailed error messages with custom exception hierarchy
37+
- Support for both Sandbox and Production environments
38+
- Batch operations support
39+
- Exponential backoff retry logic
40+
- Secure logging with sensitive data masking
41+
- 97% test coverage with 196 unit tests
4242

4343
---
4444

@@ -1015,6 +1015,6 @@ except PathaoException as e:
10151015

10161016
---
10171017

1018-
**Documentation Status:** Complete - Reflects current implementation
1018+
**Documentation Status:** Complete - Reflects current implementation
10191019
**Last Updated:** January 2026
10201020
**SDK Version:** 0.1.0

docs/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def create_pathao_client():
143143

144144
# Test authentication
145145
token = client.get_access_token()
146-
print(" Authentication successful")
146+
print(" Authentication successful")
147147

148148
return client
149149

0 commit comments

Comments
 (0)