Metadata-Version: 2.1
Name: LensProtocolPy
Version: 0.1.2
Summary: A python library for working with Lens Protocol
Author: Rishin Madan and Tobias Loader
License: MIT
Description-Content-Type: text/markdown

# LensPy

Python library for the Lens Protocol.

Check out documentation on [readthedocs](https://lens-py.readthedocs.io/en/latest/#).

---

_-- WORK IN PROGRESS -- expected completion by Feb/March 2023_

---

### Aims for this project:

-   Make Lens Protocol easy to use and accessible to Python developers.
-   Build demo projects with common frameworks like Flask, Django etc...
-   Write good documentation for LensPy

![Lens Py logo](https://github.com/TobiasLoader/LensPy/blob/main/docs/source/_static/img/lenspylogo.png)

---

### Working on a demo app

The demo app is being built with LensPy & Flask on the backend. It is being built with the purpose of providing a working example on how to build your own social network with LensPy and Lens Protocol.


![LensPy & Flask dapp UI image 1](https://github.com/TobiasLoader/LensPy/blob/main/examples/flask-with-lenspy/static/assets/img/flask_lenspy_dapp_profile_page.png)

![LensPy & Flask dapp UI image 2](https://github.com/TobiasLoader/LensPy/blob/main/examples/flask-with-lenspy/static/assets/img/flask_lenspy_dapp_publications_page.png)

![LensPy & Flask dapp UI image 3](https://github.com/TobiasLoader/LensPy/blob/main/examples/flask-with-lenspy/static/assets/img/flask_lenspy_dapp_search_profile.png)

![LensPy & Flask dapp UI image 4](https://github.com/TobiasLoader/LensPy/blob/main/examples/flask-with-lenspy/static/assets/img/flask_lenspy_dapp_default_profile.png)

![LensPy & Flask dapp UI image 5](https://github.com/TobiasLoader/LensPy/blob/main/examples/flask-with-lenspy/static/assets/img/flask_lenspy_dapp_post.png)
