An API Wrapper for SolvedAC API
Project description
SolvedAC API Wrapper
An Unofficual API Wrapper for SolvedAC API
Source Code : https://github.com/solvedac/python
Pypi : https://pypi.org/project/solvedac-community
Quick Example
import solvedac_community
import asyncio
client = solvedac_community.Client()
async def main():
user_name = input()
print(await client.get_user(user_name))
print(asyncio.run(main()))
Installing
Prerequisites
solvedac-community is compatible with Python 3.9 and higher versions.
Python 2 or versions prior to Python 3.9 might not work as expected.
solvedac-community requires at least one of the following libraries: aiohttp or httpx.
Installing
pip install solvedac-community
python -m pip install solvedac-community
py -m pip install solvedac-community
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file solvedac_community-1.0.1.tar.gz.
File metadata
- Download URL: solvedac_community-1.0.1.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e6c2e09a50cb16c51bbf4c5b11f7ed9c95a95368d7d0e6c69271f7aad859d64
|
|
| MD5 |
8d22ff31e17de91d5693e90e9b41941a
|
|
| BLAKE2b-256 |
52806a2dcb4984a6ecce7dc905db11cc765c7a6d28b8145667e044093da360e6
|
File details
Details for the file solvedac_community-1.0.1-py3-none-any.whl.
File metadata
- Download URL: solvedac_community-1.0.1-py3-none-any.whl
- Upload date:
- Size: 39.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a910bbc2de9a42e60f6082fc8d00f1c609ace41f31d445c489b1f244156068ee
|
|
| MD5 |
43af00d3d340086d0aa4813e1ff09ab3
|
|
| BLAKE2b-256 |
a33d5d2719663acbdba089c9b2788815500a4656e8b1ff31ad7dab7e8e0676fa
|