cznic/public/: typist-0.4.0 metadata and description

Simple index Newer version available

Client lib for django-secretary

author Jan MusĂ­lek
author_email jan.musilek@nic.cz
classifiers
  • Development Status :: 2 - Pre-Alpha
  • Intended Audience :: Developers
  • License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Topic :: Internet :: WWW/HTTP
  • Topic :: Internet :: WWW/HTTP :: Dynamic Content
  • Topic :: Software Development :: Libraries
  • Topic :: Software Development :: Libraries :: Python Modules
  • Typing :: Typed
license GPLv3+
provides_extras types
requires_dist
  • requests
  • bandit ; extra == 'quality'
  • doc8 ; extra == 'quality'
  • flake8 ; extra == 'quality'
  • isort ; extra == 'quality'
  • mypy ; extra == 'quality'
  • pydocstyle ; extra == 'quality'
  • responses ; extra == 'test'
  • types-requests ; extra == 'types'
requires_python ~=3.7

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
typist-0.4.0-py3-none-any.whl
Size
18 KB
Type
Python Wheel
Python
3
typist-0.4.0.tar.gz
Size
18 KB
Type
Source

Client library for django-secretary.

ChangeLog

0.4.0 (2022-03-14)

  • Add render_pdf method

  • Convert markdown to rst

  • Update supported python versions * Drop 3.5 and 3.6 * Add 3.9 and 3.10

0.3.0 (2020-10-19)

  • Add template collections list method

0.2.0 (2020-08-25)

  • Add license

  • Add error message to TemplateNotFound exception

0.1.0 (2020-08-11)

  • Add django-secretary client with render and render_html methods