Coder Social home page Coder Social logo

gridview_py_utils's Introduction

Gridview Utils

python api utils for ningbo server

simple usage of Python programming:

1. login

from gridview.GridviewAccount import GridviewAccount

account = GridviewAccount(
    username="xxx",
    password="xxx",
)
account.getGlobalInfo()

2. fileManager

from gridview.GridviewFileManager import GridviewFileManager
filemanager = GridviewFileManager(account)
print(filemanager.getFileManagerInitInfo())


test_file = filemanager.getFile("/public/home/user/test/461.2dab3c1f.js")
print(test_file.name, test_file.size, test_file.isDirectory)

3. download

from gridview.GridviewUploader import GridviewUploader

gd = GridviewDownloader(filemanager)
gd.singleDownload(test_file)

4. upload

from gridview.GridviewUploader import GridviewUploader

gu = GridviewUploader(filemanager)
gu.singleUpload(
    "./dataset.zip",
    "/public/home/user/test/",
    overwrite=False
)

simple usage of CLI:

# run such command on shell with python env
python ./main.py

# install this project as python moudle
pip install -v -e .
# enter command
gridview
# then type help for help
help

tow mode for cli:

  • gridview

    • info for cluster
    • つづく
  • filemanager

    • download
    • upload
    • つづく

!!! visit website https://www.nerdfonts.com/font-downloads to download and configure one of nerd font for terminal if some characters could not be displayed correctly under CLI.

TO DO

  • command handler
  • account keep alive
  • file operation
  • cluster and contianer monitor
  • container ssh(socket)
  • tui

gridview_py_utils's People

Contributors

lijunjie2232 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.