Effortlessly interact with Codewars API using a Python wrapper
Project description
Effortlessly interact with the Codewars API using this Python wrapper. Simplify user, challenge, and leaderboard data retrieval, making integration seamless for your projects.
Table of Contents
Features
- User Information: Retrieve detailed user information including username, honor, skills, ranks, and completed challenges.
- Completed Challenges: Get a list of challenges completed by a user, including details like challenge name, completion date, and programming languages used.
- Authored Challenges: List challenges authored by a specific user with information on ranks, tags, and available languages.
- Code Challenge Details: Obtain detailed information about a specific code challenge, including its name, description, tags, and user statistics.
Getting Started
-
Install the package:
pip install codewars-api-py
-
Use the wrapper in your Python script:
from codewars_api_py import CodewarsAPI # Initialize the Codewars API wrapper codewars_api = CodewarsAPI() # Example: Get user information user_info = codewars_api.get_user("some_user") print(user_info) # Example: List completed challenges completed_challenges = codewars_api.list_completed_challenges("some_user") print(completed_challenges)
Documentation
For detailed information on available methods and usage, refer to the Codewars API Wrapper Documentation.
Contributing
Contributions are welcome! Please check the Contributing Guidelines for more details.
License
This project is licensed under the GPL V3 License - see the LICENSE file for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file codewars_api_py-1.0.2.tar.gz
.
File metadata
- Download URL: codewars_api_py-1.0.2.tar.gz
- Upload date:
- Size: 20.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Linux/6.10.2-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a36c45ae6338ee6a30cf445d5f0c55bcf5f306238961838cde5e23b83f40c85 |
|
MD5 | ac49466d03cf19082688e26a412d9b52 |
|
BLAKE2b-256 | 1b5bcca0345d06f9b565d03af85ab119c6d0d969e142b76d95f5df18e6541b59 |
File details
Details for the file codewars_api_py-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: codewars_api_py-1.0.2-py3-none-any.whl
- Upload date:
- Size: 21.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Linux/6.10.2-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78e0146156451c430d8946c1310e5433130c1e91c1b0d299dcde44d1947ee267 |
|
MD5 | d51139b1472046fe9f2235f9d05be959 |
|
BLAKE2b-256 | 90ff84184a3afa851b1a8180ff990e25490ee5bcd54c0a4c5102c93f8d489d59 |