Skip to main content

flask app for SimpleBook

Project description

flask-simplebook

This is the flask companion application to the SimpleBook MediaWiki extension.

It handles all the administration of pdf creation. To that end, it is comprised of two parts:

  • A flask webserver to communicate with mediawiki
  • A rq worker task to manage mw2pdf

Installation

Pre-requisistes

The API uses redis and expects you to have a redis server running on localhost:6379. Install through whatever means is best for your organization, but on debian based systems, installing via apt and starting as part of services is sufficient:

$ apt install redis

Installing from pypi

From a directory where you want to host the project, install via pipenv:

$ pipenv install flask-simplebook
$ pipenv install gunicorn

Configuring

Configuration is done via environment variables. The following are available:

  • SIMPLE_BOOK_DATA_DIR - The directory where created pdfs should be stored
  • SIMPLE_BOOK_FONT - An optional font location on disk for the title page fonts. Note: Fonts for the wiki pages are handled by the css (and webfonts) configured in mediawiki. This only handles fonts for the title page and headers of the pages. SimpleBook ships with the free Roboto and SourceCodepro fonts, and so proprietary and other fonts need to be managed by the sysadmin
  • SIMPLE_BOOK_LOGO - An optional logo for the title page of the books. Should point to a place on disk that can be accessed by mw2pdf

Running

Start the flask server:

$ pipenv run gunicorn --bind 127.0.0.1:3333 simplebook.wsgi:app

And also the rq worker:

$ pipenv run rq worker

Developing

When running in development, install from the local Pipfile:

$ cd flask-simplebook
$ pipenv install

And then start as above in two terminals:

$ pipenv run gunicorn --bind 127.0.0.1:3333 simplebook.wsgi:app
$ pipenv run rq worker

You can also install via to another directory via pipenv install -e

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

flask-simplebook-0.6.1.tar.gz (26.6 kB view details)

Uploaded Source

Built Distribution

flask_simplebook-0.6.1-py3-none-any.whl (27.1 kB view details)

Uploaded Python 3

File details

Details for the file flask-simplebook-0.6.1.tar.gz.

File metadata

  • Download URL: flask-simplebook-0.6.1.tar.gz
  • Upload date:
  • Size: 26.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for flask-simplebook-0.6.1.tar.gz
Algorithm Hash digest
SHA256 8c130a7f141d3681ae95d60c64e0d56bbc8995bda9ce74dd3176bb4effe29552
MD5 ad9b7ab9b84d07569173027e7b39cd88
BLAKE2b-256 7ee5e044f0dc14822364f3b1645b61f4afc3404cd9f8f845097375312d6652a0

See more details on using hashes here.

File details

Details for the file flask_simplebook-0.6.1-py3-none-any.whl.

File metadata

File hashes

Hashes for flask_simplebook-0.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0ea8d3ed532b643199c0b2ca405c05bf1754c416711baa7d02e48533d5dbdc6c
MD5 f19be04c1273156abf5109286bfb61d2
BLAKE2b-256 4d9d9811754b89d313148e00859e57b4812cc467b91112d6f2262161102a7912

See more details on using hashes here.

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