novella

View on PyPIReverse Dependencies (3)

0.2.6 novella-0.2.6-py3-none-any.whl

Wheel Details

Project: novella
Version: 0.2.6
Filename: novella-0.2.6-py3-none-any.whl
Download: [link]
Size: 34727
MD5: 24f9ab561d0bc2543331464deaea2f1c
SHA256: bbc350f9f1db71ebbc2a08cc3e4674a96af20a54fffb098634b4ddda2c5f1230
Uploaded: 2023-05-28 02:43:40 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: novella
Version: 0.2.6
Summary: Linear build system for Markdown preprocessing and static site generation.
Author: Niklas Rosenstein
Author-Email: rosensteinniklas[at]gmail.com
Project-Url: Documentation, https://niklasrosenstein.github.io/novella
Project-Url: Homepage, https://github.com/NiklasRosenstein/novella
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8,<4.0
Requires-Dist: PyYAML (>=4.0)
Requires-Dist: craftr-dsl (<0.8.0,>=0.7.7)
Requires-Dist: markdown (<4.0.0,>=3.0.0)
Requires-Dist: nr.util (<1.0.0,>=0.8.7)
Requires-Dist: tomli (<3.0.0,>=2.0.0)
Requires-Dist: typing-extensions
Requires-Dist: watchdog (<3.0.0,>=2.0.0)
Description-Content-Type: text/markdown
[Description omitted; length: 743 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.6.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
novella/__init__.py sha256=3xp7i2WmMzdUIqH33Jv2lhinyDk4P9PjFmQ9QkI8H1w 23
novella/__main__.py sha256=7zvZ5H0j8DTqh66idKpsxvCFvJsdaAQDnC5zJJ0jgqQ 5983
novella/action.py sha256=I6IBLHaoAunyh1DNBgFxROYJiMQdM1r7iJ1S42Cn_MY 5390
novella/build.py sha256=8S6TSn37DP1FB33ms25GDA9SsfDOnDeWMbgQUtdxsS8 8991
novella/compat.py sha256=wK3c48YwAeFPW1_mz2DJVLLJcXUgiS9F9laXQErdmug 108
novella/graph.py sha256=naNT006VpV2_ywhULfujqexbPtKMkJJ159pm1z-kOOQ 4409
novella/markdown/flavor.py sha256=tf7jUPvWHfqr86Yu9g9bNMl_Fn_qGzK2Tw9dv6zbPfA 1761
novella/markdown/preprocessor.py sha256=NhO2KM_IWB4BWSwCamzYNyDlkVxa-sjqiuKxn_h58jc 7278
novella/markdown/tagparser.py sha256=MckfWlnovdBoxEAqHeZqXemtpfSVrETLTAHgE0C4_Yg 7585
novella/markdown/tags/anchor.py sha256=iKRhFTMaW65WWTunFTKXbAncvqzZgAZoVbdSI_W-zSw 4477
novella/markdown/tags/cat.py sha256=f5p0OpOcUqdCt3fVrM7Vvqfuchf14FSlDivFGoJG27o 6148
novella/markdown/tags/shell.py sha256=iFWepgrHDe7RmsO_O8TdXusMjjmAT5v3fajNorMabrM 2665
novella/novella.py sha256=DDWMsQrZ_-WQIOUsYYJfDzryyJCliYVNMtjDOuP892o 7323
novella/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
novella/repository.py sha256=Rkb1PA8afVLwp60gClwyVMIa2aB1c5zz6wSkSrNITsg 1047
novella/template.py sha256=rlizwsPDKri7l3h8_nW0JahYu8DkIdFtAEtEft1d1Jw 772
novella/templates/hugo/__init__.py sha256=PqA6QsbDZBK_QNp3bYGGxvyI7NeaD4BB23HGYJXJacs 3520
novella/templates/hugo/installer.py sha256=mXiFgIEqewxCN4fJt2hGF87MJiAnxGnODJcrQ09IYlY 4496
novella/templates/mkdocs.py sha256=k4bTVCVIjlMZ8PNolvUs36Ll6hVa8iZxCVE8aqNq7hA 11912
novella-0.2.6.dist-info/METADATA sha256=qzKS9aibp1JSTFNFEJ4H8Cm3TDBtxMUmd_rEoy5xtj8 1732
novella-0.2.6.dist-info/WHEEL sha256=WGfLGfLX43Ei_YORXSnT54hxFygu34kMpcQdmgmEwCQ 88
novella-0.2.6.dist-info/entry_points.txt sha256=wzmoRi_xg2Jo2pnqcy1W4iDB6Lv3Nywa0WrD1F_VoNM 583
novella-0.2.6.dist-info/RECORD

entry_points.txt

novella = novella.__main__:main
copy-files = novella.action:CopyFilesAction
mkdocs-update-config = novella.templates.mkdocs:MkdocsUpdateConfigAction
preprocess-markdown = novella.markdown.preprocessor:MarkdownPreprocessorAction
run = novella.action:RunAction
anchor = novella.markdown.tags.anchor:AnchorTagProcessor
cat = novella.markdown.tags.cat:CatTagProcessor
shell = novella.markdown.tags.shell:ShellTagProcessor
hugo = novella.templates.hugo:HugoTemplate
mkdocs = novella.templates.mkdocs:MkdocsTemplate