citric

View on PyPIReverse Dependencies (0)

1.1.0 citric-1.1.0-py3-none-any.whl

Wheel Details

Project: citric
Version: 1.1.0
Filename: citric-1.1.0-py3-none-any.whl
Download: [link]
Size: 26235
MD5: e1c5238352a42c27d5eace71c3377ac8
SHA256: dae63531f3b2be585ff983617205cc6c1c98054e36ab97641700cbc73a86df3c
Uploaded: 2024-10-30 01:19:02 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: citric
Version: 1.1.0
Summary: A client to the LimeSurvey Remote Control API 2, written in modern Python.
Author-Email: Edgar Ramírez-Mondragón <edgarrm358[at]gmail.com>
Maintainer-Email: Edgar Ramírez-Mondragón <edgarrm358[at]gmail.com>
Project-Url: Documentation, https://citric.readthedocs.io
Project-Url: Funding, https://github.com/sponsors/edgarrmondragon
Project-Url: Homepage, https://github.com/edgarrmondragon/citric
Project-Url: Issue Tracker, https://github.com/edgarrmondragon/citric/issues
Project-Url: Repository, https://github.com/edgarrmondragon/citric
License: MIT License Copyright (c) 2019, Edgar Ramírez Mondragón Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: json-rpc,limesurvey
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.8
Requires-Dist: requests (>=2.25.1)
Requires-Dist: autodocsumm (>=0.2.5); extra == "dev"
Requires-Dist: colorama (>=0.4.6); extra == "dev"
Requires-Dist: coverage[toml] (>=7.4.2); extra == "dev"
Requires-Dist: deptry (>=0.12); extra == "dev"
Requires-Dist: docutils (>=0.20); extra == "dev"
Requires-Dist: faker (>=19); extra == "dev"
Requires-Dist: furo (>=2024.1.29); extra == "dev"
Requires-Dist: mypy (>=1.9); extra == "dev"
Requires-Dist: myst-parser (>=2); extra == "dev"
Requires-Dist: pytest-github-actions-annotate-failures (>=0.1.7); extra == "dev"
Requires-Dist: pytest-httpserver (>=1.0.8); extra == "dev"
Requires-Dist: pytest-reverse (>=1.7); extra == "dev"
Requires-Dist: pytest-subtests (>=0.11); extra == "dev"
Requires-Dist: pytest (>=8); extra == "dev"
Requires-Dist: python-dotenv (>=1); extra == "dev"
Requires-Dist: requests-cache (>=1.1); extra == "dev"
Requires-Dist: semver (>=3.0.1); extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: sphinx-autoapi (>=3); extra == "dev"
Requires-Dist: sphinx-copybutton (>=0.5.2); extra == "dev"
Requires-Dist: sphinx-hoverxref (>=1.3); extra == "dev"
Requires-Dist: sphinx-notfound-page (>=1); extra == "dev"
Requires-Dist: sphinx (>=7); extra == "dev"
Requires-Dist: tinydb (>=4.8); extra == "dev"
Requires-Dist: types-requests (>=2.31.0.2); extra == "dev"
Requires-Dist: typing-extensions (>=4.6); python_version < "3.12" and extra == "dev"
Requires-Dist: xdoctest[colors] (>=1.1.1); extra == "dev"
Requires-Dist: autodocsumm (>=0.2.5); extra == "docs"
Requires-Dist: docutils (>=0.20); extra == "docs"
Requires-Dist: furo (>=2024.1.29); extra == "docs"
Requires-Dist: myst-parser (>=2); extra == "docs"
Requires-Dist: sphinx-autoapi (>=3); extra == "docs"
Requires-Dist: sphinx-copybutton (>=0.5.2); extra == "docs"
Requires-Dist: sphinx-hoverxref (>=1.3); extra == "docs"
Requires-Dist: sphinx-notfound-page (>=1); extra == "docs"
Requires-Dist: sphinx (>=7); extra == "docs"
Requires-Dist: coverage[toml] (>=7.4.2); extra == "tests"
Requires-Dist: faker (>=19); extra == "tests"
Requires-Dist: pytest-github-actions-annotate-failures (>=0.1.7); extra == "tests"
Requires-Dist: pytest-httpserver (>=1.0.8); extra == "tests"
Requires-Dist: pytest-reverse (>=1.7); extra == "tests"
Requires-Dist: pytest-subtests (>=0.11); extra == "tests"
Requires-Dist: pytest (>=8); extra == "tests"
Requires-Dist: python-dotenv (>=1); extra == "tests"
Requires-Dist: semver (>=3.0.1); extra == "tests"
Requires-Dist: tinydb (>=4.8); extra == "tests"
Requires-Dist: xdoctest[colors] (>=1.1.1); extra == "tests"
Requires-Dist: coverage[toml] (>=7.4.2); extra == "typing"
Requires-Dist: faker (>=19); extra == "typing"
Requires-Dist: mypy (>=1.9); extra == "typing"
Requires-Dist: pytest-github-actions-annotate-failures (>=0.1.7); extra == "typing"
Requires-Dist: pytest-httpserver (>=1.0.8); extra == "typing"
Requires-Dist: pytest-reverse (>=1.7); extra == "typing"
Requires-Dist: pytest-subtests (>=0.11); extra == "typing"
Requires-Dist: pytest (>=8); extra == "typing"
Requires-Dist: python-dotenv (>=1); extra == "typing"
Requires-Dist: semver (>=3.0.1); extra == "typing"
Requires-Dist: sphinx; extra == "typing"
Requires-Dist: tinydb (>=4.8); extra == "typing"
Requires-Dist: types-requests (>=2.31.0.2); extra == "typing"
Requires-Dist: typing-extensions (>=4.6); python_version < "3.12" and extra == "typing"
Requires-Dist: xdoctest[colors] (>=1.1.1); extra == "typing"
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: typing
Description-Content-Type: text/markdown
License-File: AUTHORS.md
License-File: LICENSE
[Description omitted; length: 5580 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.25.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
citric/__init__.py sha256=R_Uny-UPN5Irq0eehibQBRozXzSsnK34uMCTMp8kHUA 299
citric/_compat.py sha256=L6g4SzZx8IOEx7uRSG27pDE9QqIVHHHc_nW_NdWeudc 2450
citric/client.py sha256=MxUmGlWcetM0GE_82H0cHrBSIgQkIuce5cXGAmwJKlo 50899
citric/enums.py sha256=q_-W1yYoeyur0xvhUwsmfT8E3-WeDeCLIttt0ufzIYk 2373
citric/exceptions.py sha256=BPCmccgz2gPYSPn9goeAyRzNihc-2G9iVgh4DQ2963k 1192
citric/method.py sha256=PJCBAwkaQ0vydgbJSAF43UgW8ucDHUx58riVemde5W0 1123
citric/objects.py sha256=iPP8YuriBdjYR8TgVfykbmZAOppPC6iHV3ClZhCPSiI 1183
citric/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
citric/session.py sha256=jStjnSnfdAZ0kCxVS3NlrqcQeVll5cyKU0YLKZsUmi4 7152
citric/types.py sha256=avnzOeJYtQo9Bl9wBj3qjadWi-KIpFFEW8-QQ6cjdbY 12993
citric/_rest/__init__.py sha256=TkqZVkrgbaNB2oVlR--mSR3Xib0E8g9qkiu_b8Bm5sk 128
citric/_rest/client.py sha256=NCwvojmJvVadzmcXqAHFdD_-ZDiGZGQs-R5MhxEhf10 5585
citric-1.1.0.dist-info/METADATA sha256=yCnDnANtPCqc-GhQWjHGl43X3BI5yVPWhis0jdm7Pbc 11974
citric-1.1.0.dist-info/WHEEL sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY 87
citric-1.1.0.dist-info/licenses/AUTHORS.md sha256=kzwwaXp4Kx5hgvla5KsHHDpukYEZE3sipDonQMnCB70 131
citric-1.1.0.dist-info/licenses/LICENSE sha256=gLnGgBQCs6EYHnKpg7Cs1mH8XJEZdL3khPhCjZSR8Ec 1083
citric-1.1.0.dist-info/RECORD