Skip to content

Latest commit

 

History

History
75 lines (55 loc) · 4.49 KB

README.md

File metadata and controls

75 lines (55 loc) · 4.49 KB

python-re3data: The Pythonic client for the re3data API.

⚠️ Please note that this project is currently under active development. As such, it is considered a work in progress, and breaking changes may be introduced at any time. We encourage users to frequently check back for updates and to exercise caution when using this project in production environments. Contributions and feedback are welcome to help move the project towards a more stable release.

CI pre-commit.ci status ci coverage codeql
Docs docs
Meta OpenSSF Scorecard hatch ruff mypy License

Table of Contents

Requirements

Python >= 3.10

python-re3data is built with:

  • httpx for issuing HTTP requests
  • typer for its CLI

Installation

You can install python-re3data via pip from PyPI:

python -m pip install python-re3data

Documentation

The documentation is made with Material for MkDocs and is hosted by GitHub Pages.

Similar Projects

There are a couple of similar projects available on GitHub, e.g. via the topic re3data. Among them are these implementations in Python:

Project Description Last commit
py3data py3data is a lightweight and thin Python interface to the beta version of the API. last-commit

License

python-re3data is distributed under the terms of the MIT License.