Skip to main content

Top-level package for Eve-Panel.

Project description

https://img.shields.io/pypi/v/eve_panel.svg https://img.shields.io/travis/jmosbacher/eve_panel.svg Documentation Status

Dynamically create an httpx based client for any Eve api. Uses Param + Cerberus for type enforcement and Panel for GUIs. This is just a prototype package,features will slowly be added as i need them for my own purposes. The api is expected to change without warning based on my needs but feel free to fork or copy parts and adapt to your own needs.

To view the widgets in a notebook you will need to install the pyviz plugin. For details, see panel docs.

Usage

import eve
from eve_panel import EveClient


app = eve.Eve()

api = eve_panel.EveClient.from_app(app)

# optional
api.set_token("my-secret-token")

# show a resources gui
api.resource_name

# get a specific item
api.resource_name["item_id"]

# get current page
api.resource_name.current_page()

# get next page
api.resource_name.next_page()

# get previous page
api.resource_name.previous_page()

# insert new documents
docs = [{"name": "new document"}]
api.resource_name.insert_documents(docs)

Features

  • TODO

Credits

This package was created with Cookiecutter and the briggySmalls/cookiecutter-pypackage project template.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eve_panel-0.3.13.tar.gz (30.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

eve_panel-0.3.13-py3-none-any.whl (36.0 kB view details)

Uploaded Python 3

File details

Details for the file eve_panel-0.3.13.tar.gz.

File metadata

  • Download URL: eve_panel-0.3.13.tar.gz
  • Upload date:
  • Size: 30.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.10 CPython/3.7.6 Linux/5.10.2-2-MANJARO

File hashes

Hashes for eve_panel-0.3.13.tar.gz
Algorithm Hash digest
SHA256 b13c8d0ad5c9cf9f6b86ac4b6bf1e2878c697ad45af3a20524f16e56892303d6
MD5 7b327f550d0c1ee605425fb256d798ba
BLAKE2b-256 06a85cd483ec1679a42b98dfb12341999c5407f5487265f9a3e0c9a052b3e0ae

See more details on using hashes here.

File details

Details for the file eve_panel-0.3.13-py3-none-any.whl.

File metadata

  • Download URL: eve_panel-0.3.13-py3-none-any.whl
  • Upload date:
  • Size: 36.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.10 CPython/3.7.6 Linux/5.10.2-2-MANJARO

File hashes

Hashes for eve_panel-0.3.13-py3-none-any.whl
Algorithm Hash digest
SHA256 45053d78749a4dd4bcbbaa0ec171e0d622e171867ae271413edf6a9c463b036b
MD5 d26d7500a0ddc76fc8f416f34ef2fbe3
BLAKE2b-256 d60741a4c49fd4689708b53e0bc3c8d44f6c51d968ec399339c5f444dcc57403

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page