https://github.com/carneirofc/utility-api
Webserver containing usefull APIs for Sirius.
https://github.com/carneirofc/utility-api
flask haproxy ldap-client rest-api sockets
Last synced: about 1 month ago
JSON representation
Webserver containing usefull APIs for Sirius.
- Host: GitHub
- URL: https://github.com/carneirofc/utility-api
- Owner: carneirofc
- License: mit
- Created: 2020-04-22T17:54:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T23:24:06.000Z (about 3 years ago)
- Last Synced: 2025-01-26T19:44:02.655Z (over 1 year ago)
- Topics: flask, haproxy, ldap-client, rest-api, sockets
- Language: Python
- Homepage:
- Size: 248 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.haproxy-auth-request
Awesome Lists containing this project
README
# utility-api
[](https://github.com/carneirofc/utility-api/actions/workflows/lint.yml)
Webserver containing usefull APIs for Sirius.
## Dependencies
Python LDAP module requires the following libraries (Ubuntu/Debian):
```
apt instal libsasl2-dev libldap2-dev libssl-dev
```
# Spreadsheet
## Testing
```
coverage run -m unittest discover
coverage report
```