Solid Client in Python (https://solidproject.org/)
Project description
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
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 solidclient-0.1.5.tar.gz.
File metadata
- Download URL: solidclient-0.1.5.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f17e7b5369c9dab7729f2200c212b05e42ebb1ff57de8d19fef981ce7f2d702
|
|
| MD5 |
5398a27262fde02cceb39a13a6c937d6
|
|
| BLAKE2b-256 |
cf9743ff4630eb527a91db2450bbc90625a536931a0cc3bac560bfe13e12b775
|
File details
Details for the file solidclient-0.1.5-py3-none-any.whl.
File metadata
- Download URL: solidclient-0.1.5-py3-none-any.whl
- Upload date:
- Size: 15.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ff143c643c242afcd12f781011fb7fbaf49b1e8a5108e0ce14ffb675229f182
|
|
| MD5 |
038635c9ee293b1f3ab45b88daba65a8
|
|
| BLAKE2b-256 |
68424ec9a1c0dd05b0b904e363bc0d1d87da341c403430bd5de0411d8273810a
|