Description
Project description
Descrição do projeto (PT-BR) Informações / (EN) Informations
(PT-BR) Instalação / (EN) Installation pip install squarecloud (PT-BR) Forma de uso padrão em Python / (EN) How to use the basic with Python from squarecloud import Square
print(Square.ram()) # 23/100MB print(Square.used_ram()) # 23 print(Square.total_ram()) # 100
(PT-BR) Retorna a quantidade de SSD ocupada pelo seu bot
(EN) Returns the amount of SSD occupied by your bot
print(Square.ssd()) (PT-BR) Forma de uso avançado em Python / (EN) How to use the advanced with Python from squarecloud import Square
(PT-BR) Com conversão de MB(MegaBytes) para GB(GigaBytes) e com unidade de medida.
(EN) With MB to GB conversion
print(Square.ram(formatted=True)) # 1.23GB/2.50GB print(Square.used_ram(formatted=True)) # 1.23GB print(Square.total_ram(formatted=True)) # 2.50GB
(PT-BR) Sem conversão de B(Bytes) para MB(MegaBytes) e sem unidade de medida.
(EN) Without Bytes conversion
print(Square.used_ram(raw=True)) # 1320702443.52 print(Square.total_ram(raw=True)) # 2684354560
(PT-BR) Obs: O status do SSD é o mesmo jeito do básico
(EN) Note: The SSD status is the same way of the basic.
(PT-BR)
(EN)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file squarecloud-1.6.tar.gz.
File metadata
- Download URL: squarecloud-1.6.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a03d13e987d04726637459e252fbf42e93bed47979b363f9a6ab2916ebcccfb
|
|
| MD5 |
d20a334df48e2036ccc91a6797f16237
|
|
| BLAKE2b-256 |
134e720d4c79619aa09a56bfa57c3e240a3cfe53b2db57fe91d5a81112cfc8b6
|
File details
Details for the file squarecloud-1.6-py3-none-any.whl.
File metadata
- Download URL: squarecloud-1.6-py3-none-any.whl
- Upload date:
- Size: 1.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1844e8b5b4057e24b70edc0e2ede9271a2fe33329402ce1d13b271309d29c3a0
|
|
| MD5 |
9a88fbc1a4e2fe0d95a3de711ca0c47a
|
|
| BLAKE2b-256 |
7f292ad944a0eb385213fed10a5e55fa22bb40991dd7312cc26712535046dce1
|