Skip to main content

a python client for interacting with the hackru backend

Project description

# python-lcs-client a client for using lcs inteded for server side python the general idea is for this to be used with a json based web api for every request to your api you would ask for an email and lcs token

alternatively you could have your own tokens, and have the user pass the password again to you but this will be annoying if they already logged into the normal frontend

## documentation

## development setup `bash virtualenv -p python3 env source env/bin/activate pip install -r requirements ` ## generating documentation `bash # do local setup python -m pydocmd build cp _build/pydocmd/lcs_client.md . # check it out before you push python -m pydocmd server `

## running the example web application `bash # do local setup pip install -r example_requirements.txt python example_api.py `

## release on pypi `bash #do local setup pip install setuptools twine python setup.py sdist twine upload dist/<version>.tar.gz `

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

lcs_client-1.3.tar.gz (3.2 kB view hashes)

Uploaded Source

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