Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 24 hours 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T07:07:26.000Z (7 months ago)
- Last Synced: 2024-11-11T06:15:01.216Z (about 2 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.
![version](https://img.shields.io/badge/version-1.0-blue)
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)
![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)### 🏆 Run
- [http://localhost:8000/docs](http://localhost:8000/docs)
- [http://localhost:8000/subapi/docs](http://localhost:8000/subapi/docs)```shell
docker-compose up -d
```