Metadata-Version: 2.1
Name: citric
Version: 0.1.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

# Citric

[![Tests][tests-badge]][tests-link]
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/edgarrmondragon/citric/main.svg)](https://results.pre-commit.ci/latest/github/edgarrmondragon/citric/main)
[![License](https://img.shields.io/github/license/edgarrmondragon/citric)](https://github.com/edgarrmondragon/citric/blob/main/LICENSE)
[![Documentation Status][docs-badge]][docs-link]
[![codecov][codecov-badge]][codecov-link]
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fedgarrmondragon%2Fcitric.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fedgarrmondragon%2Fcitric?ref=badge_shield)
[![PyPI version][pypi-badge]][pypi-link]
[![Python versions][versions-badge]][pypi-link]
[![PyPI - Downloads][downloads-badge]][pypi-link]
[![PyPI - Format](https://img.shields.io/pypi/format/citric)][pypi-link]
![GitHub languages](https://img.shields.io/github/languages/top/edgarrmondragon/citric)
![GitHub repo size](https://img.shields.io/github/repo-size/edgarrmondragon/citric)
![GitHub stars](https://img.shields.io/github/stars/edgarrmondragon/citric)
[![Github last-commit](https://img.shields.io/github/last-commit/edgarrmondragon/citric)](https://github.com/edgarrmondragon/citric/commits/main)

A client to the LimeSurvey Remote Control API 2, written in modern
Python.

## 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/

<!--Badges-->
[docs-badge]: https://readthedocs.org/projects/citric/badge/?version=latest
[docs-link]: https://citric.readthedocs.io/en/latest/?badge=latest
[updates-badge]: https://pyup.io/repos/github/edgarrmondragon/citric/shield.svg
[codecov-badge]: https://codecov.io/gh/edgarrmondragon/citric/branch/main/graph/badge.svg
[codecov-link]: https://codecov.io/gh/edgarrmondragon/citric
[tests-badge]: https://github.com/edgarrmondragon/citric/workflows/Tests/badge.svg
[tests-link]: https://github.com/edgarrmondragon/citric/actions?workflow=Tests
[pypi-badge]: https://img.shields.io/pypi/v/citric.svg?color=blue
[versions-badge]: https://img.shields.io/pypi/pyversions/citric.svg
[downloads-badge]: https://img.shields.io/pypi/dm/citric?color=blue
[pypi-link]: https://pypi.org/project/citric


## 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)

