Skip to main content

A minimal Python project template built with Poetry.

Project description

Minimal working example of a packaged Python project. Key integrations include:

Contents

Structure

Documentation is generated from Python docstrings and takes a structure mirroring that of the source code (API documentation).

Initial focus could be on high-level (public) APIs intended for direct use by end-users.

Developers can thus grow the documentation organically within a single task-based workflow. As soon as a new feature/function is added - the developer need only include a docstring in their commit and it will reflect in the hosted page.

Markdown and ReST support

The pdoc framework renders Markdown in docstrings to HTML:

  • Lists
  • Are
  • Supported

As are code blocks:

# Example invocation

result: Type = function(param="value", *variadic_args, **variadic_kwargs)

Data models

The pydantic framework has quickly become the leading data validation library for Python.

It's not a stretch to say that there's a whole ecosystem being built around it with everything from web frameworks to data science toolkits using it as the base for their data models.

From a documentation perspective, if you can describe your data source as a pydantic derived data model and then group them accordingly such links could be fronted as data schemas. Standard representations such as "JSON Schema" can be generated directly from pydantic models.

This also has advantages for testing.

Advanced tools

The pdoc framework is arguably the simplest auto-documentation tool for Python.

Below are some more advanced tools that are popular with large open-source projects:

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

jambazid_sql-0.0.62.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jambazid_sql-0.0.62-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

Details for the file jambazid_sql-0.0.62.tar.gz.

File metadata

  • Download URL: jambazid_sql-0.0.62.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.2

File hashes

Hashes for jambazid_sql-0.0.62.tar.gz
Algorithm Hash digest
SHA256 12cc0b0bf8e5c170550b2e2a75c1fb9bdf499de1a880383cd2a00ad725ec552c
MD5 46f3fdb85742e72abc1b4848c4e41eff
BLAKE2b-256 f9206002509b5ae8c7d29022479b37d7ed1e7ab6458d7970a0fdf11e9c32bebf

See more details on using hashes here.

File details

Details for the file jambazid_sql-0.0.62-py3-none-any.whl.

File metadata

  • Download URL: jambazid_sql-0.0.62-py3-none-any.whl
  • Upload date:
  • Size: 4.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.2

File hashes

Hashes for jambazid_sql-0.0.62-py3-none-any.whl
Algorithm Hash digest
SHA256 3bce0ece2ce26238d74d1f1b76dba0787765938ed8eae6dcd329b8fec9512e2c
MD5 ba1359b02f1433452b788793cc9b8564
BLAKE2b-256 45c7affa72d70797c993c72b1fa195b04deb88cc6edc23999a4ecc01e68ed6ec

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page