Metadata-Version: 2.1
Name: csfloat_api
Version: 1.0.1
Summary: This is an unofficial Python client library for interacting with the CSFloat API. The library allows users to programmatically access CSFloat’s listings, buy orders, user information, exchange rates, and more.
Home-page: https://github.com/Rushifakami/csfloat_api
Author: Rushifakami
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: aiohttp

# CSFloat API Client (Unofficial)

This is an unofficial Python library for interacting with the **CSFloat API**. The library allows users to programmatically access CSFloat’s listings, buy orders, user information, exchange rates, and more.

## Key Features

- **Fetch all available listings**: Retrieve detailed listings with filters (price, float, rarity, etc.)
- **Retrieve buy orders**: Get buy orders and similar listings for specific items.
- **Manage user data**: Access and manage trades and searches based on Steam ID64.
- **Create and manage your own listings**: Easily list your items and make offers.
- **Support for both types**: Works with both 'buy now' and auction listings.

## Installation

You can install the library using pip:

```bash
pip install csfloat_api
