Metadata-Version: 2.4
Name: linux-api
Version: 2.0.0
Summary: A linux API server to get system informations and other live informations about your linux machine.
Author-email: Ivole32 <ivo.theis@posteo.de>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: fastapi==0.118.0
Requires-Dist: uvicorn==0.37.0
Requires-Dist: slowapi==0.1.9
Requires-Dist: pydantic==2.11.9
Requires-Dist: bcrypt==5.0.0
Requires-Dist: psutil==7.1.0
Requires-Dist: python-dotenv==1.1.1

# Welcome to Linux-API

Linux-API is a modern, secure REST API server for Linux system monitoring and management.

## Quick Start
- See the documentation for installation and hosting options:
  - [Manual Hosting](https://github.com/Ivole32/Linux-API/wiki/Manual-Hosting)
  - [pip Installation](https://github.com/Ivole32/Linux-API/wiki/pip-Hosting)
  - [systemd Service](https://github.com/Ivole32/Linux-API/wiki/Systemd-Hosting)

## Features
- [See all features](https://github.com/Ivole32/Linux-API/wiki/Features)

## API Documentation
- Interactive OpenAPI docs: [Docs](http://67.207.74.82/docs#)

## Demo Service
- Try the public demo: [Demo](http://67.207.74.82/docs)

## Support
- For questions or issues, open an issue on GitHub or contact the maintainer.
