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
Release files for solvedac-community 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| solvedac_community-1.0.1.tar.gz | 12.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| solvedac_community-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 51.3 kB
Release files / solvedac_community-1.0.1.tar.gz
| Download URL | solvedac_community-1.0.1.tar.gz |
|---|---|
| Size | 12.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3e6c2e09a50cb16c51bbf4c5b11f7ed9c95a95368d7d0e6c69271f7aad859d64
|
|
BLAKE2b-256 checksum How to use checksums |
52806a2dcb4984a6ecce7dc905db11cc765c7a6d28b8145667e044093da360e6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.0
|
Release files / solvedac_community-1.0.1-py3-none-any.whl
| Download URL | solvedac_community-1.0.1-py3-none-any.whl |
|---|---|
| Size | 39.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a910bbc2de9a42e60f6082fc8d00f1c609ace41f31d445c489b1f244156068ee
|
|
BLAKE2b-256 checksum How to use checksums |
a33d5d2719663acbdba089c9b2788815500a4656e8b1ff31ad7dab7e8e0676fa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.0
|