Skip to main content

An API Wrapper for SolvedAC API

Project description


SolvedAC API Wrapper

An Unofficual API Wrapper for SolvedAC API

Version



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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

solvedac_community-1.0.1.tar.gz (12.0 kB view hashes)

Uploaded Source

Built Distribution

solvedac_community-1.0.1-py3-none-any.whl (39.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page