pyShelf Open Source Ebook Server 0.8.0
FOSS E-Book Server, https://pyshelf.com
objects.JSInterface Class Reference

Public Member Functions

 __init__ (self, Config config)
 install (self)

Public Attributes

Path package_json = Path(config.root, "src/frontend/package.json")
Config config = config

Detailed Description

A class to interface with the JavaScript side of pyShelf.

Constructor & Destructor Documentation

◆ __init__()

objects.JSInterface.__init__ ( self,
Config config )
Initialize the JSInterface object.

Member Function Documentation

◆ install()

objects.JSInterface.install ( self)
Install the JavaScript dependencies.

Member Data Documentation

◆ config

Config objects.JSInterface.config = config

◆ package_json

Path objects.JSInterface.package_json = Path(config.root, "src/frontend/package.json")

The documentation for this class was generated from the following file: