Metadata-Version: 2.3
Name: che168
Version: 1.0.9
Summary: Official Python client parser for the Carapis Che168 API. Access real-time vehicle data via a powerful REST API. (Che168)
License: MIT
Keywords: che168,che168_api,carapis,car_data,vehicle_data,used_car_api,client,parser,automotive,Che168
Author: Carapis.com
Author-email: info@carapis.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Project-URL: Documentation, https://carapis.com/docs
Project-URL: Homepage, https://carapis.com/
Project-URL: Repository, https://github.com/markolofsen/carapis-che168-pypi
Description-Content-Type: text/markdown

# Che168 Client - Official Carapis Che168 API Client

[![NPM version](https://badge.fury.io/js/che168.svg)](https://github.com/markolofsen/carapis-che168-npm) [![PyPI version](https://badge.fury.io/py/che168.svg)](https://github.com/markolofsen/carapis-che168-pypi)
[![API Docs](https://img.shields.io/badge/API%20Docs-Carapis%20Che168%20API-blue)](https://carapis.com/docs) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Official Python client parser for the Carapis Che168 API. Access real-time vehicle data via a powerful REST API. (Che168) Use this library to access, search, and analyze real-time vehicle data from Che168 via a powerful REST API provided by Carapis.com.

## Installation

**NPM:**
```bash
npm install che168
```

**PyPI:**
```bash
pip install che168
```

## Usage

*(See `examples/` directory in the respective package source for detailed usage)*

## Che168 Specific Usage

*Details about using the Che168 client.*

```typescript
// Che168 specific example
```

```python
# Che168 specific example
```


## Configuration

An API key from [Carapis.com](https://carapis.com/) is required for full access. Set the `CARAPIS_API_KEY` environment variable. Limited free tier access is available without a key.

## Documentation

Full API documentation: [https://carapis.com/docs](https://carapis.com/docs)

## Support

*   Website: [https://carapis.com/](https://carapis.com/)
*   Telegram: [https://t.me/markinmatrix](https://t.me/markinmatrix)

## License

MIT License - see the LICENSE file for details.

