A python package for FatCat Hosting
Project description
fatcat
A package written in Python to manage your servers, pterodactyl servers, and more for FatCat Hosting.
Features
- Created using requests via api
- Customizable
- Optimized for speed
Installing
Python 3.6 or higher is required
To install the library, you can just run the following command:
# Linux/macOS
python3 -m pip install -U fatcat
# Windows
py -3 -m pip install -U fatcat
Examples
Get Server Memory Usage
# Getting the package
from fatcat import Server
# Creating a server class with our base URL and declaring some variables, plain & text are optional
server = Server(url="http://server_ip/", plain=False, text=True)
# Printing total server memory
print(server.total_memory())
Get Active Server Memory Usage
# Getting the package
from fatcat import Server
# Creating a server class with our base URL
server = Server(url="http://server_ip/")
# Printing active server memory
print(server.active_memory())
Links
Contact & Support
- You can contact me on Discord at
INfoUpgraders#0001
- Official Support Server
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fatcat-0.0.7.1.tar.gz
(4.1 kB
view details)
File details
Details for the file fatcat-0.0.7.1.tar.gz
.
File metadata
- Download URL: fatcat-0.0.7.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c30ab5be620b4ef361fdcab1dba54e12d5bef300f1ae8df66b9a1a801cc6997 |
|
MD5 | 572b4ffdf2cc35d18031137fa6af5990 |
|
BLAKE2b-256 | 03a9fe0079ba1566ed2995633c12c73ddc4e1ab79e99ae0cdb31c09cb954a027 |