https://github.com/apachecn-archive/gen-epub

https://github.com/apachecn-archive/gen-epub

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: apachecn-archive
  • License: other
  • Language: CSS
  • Default Branch: master
  • Size: 52.7 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 3 years ago · Last pushed about 3 years ago
Metadata Files
Readme Changelog License

README.md

gen-epub

EPUB

pypi

pip install GenEpub

pip install git+https://github.com/apachecn/gen-epub

js from GenEpub import gen_epub

js gen_epub(articles, imgs, name, path)

  • articles: [{title: String, content: String}]

    titlecontentHTML

    <img>src../Images/{}

  • imgs: Map{String: Buffer}

  • name: String

    articles[0].title

  • path: String

    name + '.epub'

SATA

Owner

  • Name: ApacheCN 归档
  • Login: apachecn-archive
  • Kind: organization
  • Email: wizard.z@qq.com

防止重要项目丢失而设立的归档

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • jinja2 *
setup.py pypi