https://github.com/natthasath/demo-sharepoint-api
SharePlum is a python library that allows easy access and manipulation of SharePoint data, like lists and libraries, using SharePoint API and Python, also supports authentication methods.
https://github.com/natthasath/demo-sharepoint-api
docker-compose dockerfile fastapi poetry python shareplum sharepoint
Last synced: about 2 months ago
JSON representation
SharePlum is a python library that allows easy access and manipulation of SharePoint data, like lists and libraries, using SharePoint API and Python, also supports authentication methods.
- Host: GitHub
- URL: https://github.com/natthasath/demo-sharepoint-api
- Owner: natthasath
- License: mit
- Created: 2022-12-23T04:26:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T07:07:26.000Z (about 2 years ago)
- Last Synced: 2025-09-11T14:48:03.577Z (9 months ago)
- Topics: docker-compose, dockerfile, fastapi, poetry, python, shareplum, sharepoint
- Language: YAML
- Homepage: https://shareplum.readthedocs.io/
- Size: 97.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎉 DEMO SharePoint API
SharePlum is a python library that allows easy access and manipulation of SharePoint data, like lists and libraries, using SharePoint API and Python, also supports authentication methods.



### 🏆 Run
- [http://localhost:8000/docs](http://localhost:8000/docs)
- [http://localhost:8000/subapi/docs](http://localhost:8000/subapi/docs)
```shell
docker-compose up -d
```