Metadata-Version: 2.1
Name: citric
Version: 0.3.0
Summary: A client to the LimeSurvey Remote Control API 2, written in modern Python.
Home-page: https://github.com/edgarrmondragon/citric
License: MIT
Keywords: limesurvey,json-rpc
Author: Edgar Ramírez-Mondragón
Author-email: edgarrm358@gmail.com
Maintainer: Edgar Ramírez-Mondragón
Maintainer-email: edgarrm358@gmail.com
Requires-Python: >=3.7.0,<4.0.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Provides-Extra: docs
Provides-Extra: jupyter
Requires-Dist: furo (==2022.4.7); extra == "docs"
Requires-Dist: importlib_metadata (>=1.6,<5.0); python_version < "3.8"
Requires-Dist: ipykernel (>=6.8.0,<7.0.0); extra == "jupyter"
Requires-Dist: jupyterlab (>=3.2.5,<4.0.0); extra == "jupyter"
Requires-Dist: myst-parser (==0.17.2); extra == "docs"
Requires-Dist: requests (>=2.23.0,<3.0.0)
Requires-Dist: sphinx (==4.5.0); extra == "docs"
Requires-Dist: sphinx-autoapi (==1.8.4); extra == "docs"
Requires-Dist: sphinx-autobuild (>=2021.3.14,<2022.0.0); extra == "docs"
Requires-Dist: sphinx-autodoc-typehints (==1.18.1); extra == "docs"
Requires-Dist: sphinx-copybutton (>=0.5.0,<0.6.0); extra == "docs"
Project-URL: Documentation, https://citric.readthedocs.io
Project-URL: Issue Tracker, https://github.com/edgarrmondragon/citric/issues
Project-URL: Repository, https://github.com/edgarrmondragon/citric
Description-Content-Type: text/markdown

<div align="center">

# Citric

<div>
  <a href="https://github.com/edgarrmondragon/citric/actions?workflow=Tests">
    <img alt="Tests" src="https://github.com/edgarrmondragon/citric/workflows/Tests/badge.svg"/>
  </a>
  <a href="https://results.pre-commit.ci/latest/github/edgarrmondragon/citric/main">
    <img alt="pre-commit.ci status" src="https://results.pre-commit.ci/badge/github/edgarrmondragon/citric/main.svg"/>
  </a>
  <a href="https://github.com/edgarrmondragon/citric/blob/main/LICENSE">
    <img alt="License" src="https://img.shields.io/github/license/edgarrmondragon/citric"/>
  </a>
  <a href="https://citric.readthedocs.io/en/latest/?badge=latest">
    <img alt="Documentation Status" src="https://readthedocs.org/projects/citric/badge/?version=latest"/>
  </a>
  <a href="https://codecov.io/gh/edgarrmondragon/citric">
    <img alt="codecov" src="https://codecov.io/gh/edgarrmondragon/citric/branch/main/graph/badge.svg"/>
  </a>
  <a href="https://app.fossa.com/projects/git%2Bgithub.com%2Fedgarrmondragon%2Fcitric?ref=badge_shield">
    <img alt="FOSSA Status" src="https://app.fossa.com/api/projects/git%2Bgithub.com%2Fedgarrmondragon%2Fcitric.svg?type=shield"/>
  </a>
</div>

<div>
  <a href="https://pypi.org/project/citric">
    <img alt="PyPI version" src="https://img.shields.io/pypi/v/citric.svg?color=blue"/>
  </a>
  <a href="https://pypi.org/project/citric">
    <img alt="Python versions" src="https://img.shields.io/pypi/pyversions/citric.svg"/>
  </a>
  <a href="https://pypi.org/project/citric">
    <img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/citric?color=blue"/>
  </a>
  <a href="https://pypi.org/project/citric">
    <img alt="PyPI - Format" src="https://img.shields.io/pypi/format/citric"/>
  </a>
</div>

<div>
  <img alt="GitHub languages" src="https://img.shields.io/github/languages/top/edgarrmondragon/citric">
  <img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/edgarrmondragon/citric">
  <img alt="GitHub stars" src="https://img.shields.io/github/stars/edgarrmondragon/citric">
  <a href="https://github.com/edgarrmondragon/citric/commits/main">
    <img alt="Github last-commit" src="https://img.shields.io/github/last-commit/edgarrmondragon/citric"/>
  </a>
</div>

A client to the LimeSurvey Remote Control API 2, written in modern
Python.
</div>

## Installation

```console
$ pip install citric
```

## Documentation

Code samples and API documentation are available at [citric.readthedocs.io](https://citric.readthedocs.io/).

## Contributing

If you'd like to contribute to this project, please see the [contributing guide](https://citric.readthedocs.io/en/latest/contributing/getting-started.html).

## Credits

- [Claudio Jolowicz][claudio] and [his amazing blog post][hypermodern].

[claudio]: https://twitter.com/cjolowicz/
[hypermodern]: https://cjolowicz.github.io/posts/hypermodern-python-01-setup/

## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fedgarrmondragon%2Fcitric.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fedgarrmondragon%2Fcitric?ref=badge_large)

