Skip to content
Silvia Herguedas Esteban edited this page Aug 5, 2022 · 1 revision

PyDoof is a Python client for Doofinder APIs (management and search). It provides easy access to Doofinder endpoint, including parameters-parsing and requests authentication.

Packaging Python Projects

https://packaging.python.org/en/latest/tutorials/packaging-projects/

This tutorial walks you through how to package a simple Python project. It will show you how to add the necessary files and structure to create the package, how to build the package, and how to upload it to the Python Package Index.

Clone this wiki locally