Skip to main content

Solid Client in Python (https://solidproject.org/)

Project description

License: MIT pypi versions

Python Solid Client

A Solid client written in Python.

Using the module

Check out Jupyter Notebook for example usage.

Developing the module

We are using Python 3.8 on Ubuntu Focal for the development of this project. Use the following commands to create a virtual environment.

sudo apt install python3-venv python3-pip
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install --require-hashes -r dev-requirements.txt
python3 -m pip install --require-hashes -r requirements.txt

How to update any requirements?

Modify the corresponding requirements file, and then use the pip-compile tool to regenerate the requirements files.

Example:

pip-compile --allow-unsafe --generate-hashes --output-file=requirements.txt requirements.in

License

MIT

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

solidclient-0.1.10.tar.gz (13.3 kB view hashes)

Uploaded Source

Built Distribution

solidclient-0.1.10-py3-none-any.whl (15.4 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