Metadata-Version: 2.1
Name: solid-file
Version: 0.2.0
Summary: Solid Python library (http://solidproject.org)
Home-page: https://github.com/twonote/solid-file-python
Author: hrchu
Author-email: petertc.chu@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/twonote/solid-file-python/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) 
[![pypi](https://img.shields.io/pypi/v/solid-file.svg)](https://pypi.python.org/pypi/solid-file)
[![versions](https://img.shields.io/pypi/pyversions/solid-file.svg)](https://github.com/twonote/solid-file-python)
![PyPI - Downloads](https://img.shields.io/pypi/dm/solid-file) 
![GitHub closed issues](https://img.shields.io/github/issues-closed/twonote/solid-file-python)

# About 
solid-file-python is a Python library for creating and managing files and folders in Solid pods.

Read and try it on [jupiter notebook](https://github.com/twonote/solid-file-python/blob/master/solid-file-python-getting-start.ipynb) now!

# What is Solid?

Solid is a specification that lets people store their data securely in decentralized data stores called Pods. Learn more about Solid on [solidproject.org](https://solidproject.org/).

# Test setting
If you run the tests on terminal using VS Code as the editor, you need to add this line `"terminal.integrated.env.osx": {"PYTHONPATH": "${workspaceFolder}"}` to `/.vscode/setting.json` to make it work.

# Credit
This project is inspired by (and porting from) [jeff-zucker/solid-file-client](https://github.com/jeff-zucker/solid-file-client)
I want to thank the original authors and the community who worked to build that lovely project for Solid ecosystem.


