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 that uses Param 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. .. code-block:: python

import eve from eve_panel import EveApiClient, EveDomain

app = eve.Eve()

client = eve_panel.EveApiClient.from_app_config(app.config, address=”http://localhost:5000”) client.auth.token = “my-secret-token”

api = eve_panel.EveDomain.from_domain_def(“my_api_name”, app.config[“DOMAIN”], client=client)

# show a resources gui api.resource_name

# get a specific item api.resource_name[“item_id”]

# get current page data api.resource_name.current_page()

# get next page data api.resource_name.next_page()

# get previous page data api.resource_name.previous_page()

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.2.0.tar.gz (14.1 kB view hashes)

Uploaded Source

Built Distribution

eve_panel-0.2.0-py3-none-any.whl (16.4 kB view hashes)

Uploaded Python 3

Supported by

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