scim2-filter-parser

View on PyPIReverse Dependencies (2)

0.7.0 scim2_filter_parser-0.7.0-py3-none-any.whl

Wheel Details

Project: scim2-filter-parser
Version: 0.7.0
Filename: scim2_filter_parser-0.7.0-py3-none-any.whl
Download: [link]
Size: 23409
MD5: 989861d6564cd3b487e393d10044ba89
SHA256: a74f90a2d52a77e0f1bc4d77e84b79f88749469f6f7192d64a4f92e4fe50ab69
Uploaded: 2024-07-20 16:38:21 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: scim2-filter-parser
Version: 0.7.0
Summary: A customizable parser/transpiler for SCIM2.0 filters.
Author: Paul Logston
Author-Email: paul[at]15five.com
Maintainer: Paul Logston
Maintainer-Email: paul.logston[at]gmail.com
Home-Page: https://pypi.org/project/scim2-filter-parser/
Project-Url: Documentation, https://scim2-filter-parser.readthedocs.io/en/stable/
Project-Url: Repository, https://github.com/15five/scim2-filter-parser
License: MIT
Keywords: scim,scim2,2.0,filter
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
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.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: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Requires-Dist: django (>=3.2); extra == "django-query"
Requires-Dist: sly (==0.5)
Provides-Extra: django-query
Description-Content-Type: text/x-rst
[Description omitted; length: 10904 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
scim2_filter_parser/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
scim2_filter_parser/ast.py sha256=OUQoW2GoI_x9V_F-gRc5QAZkJA4U9F45WEuwHukcljU 6135
scim2_filter_parser/attr_paths.py sha256=8sNUOHSgNzlb4oMeCcDAvwx_VI6yZ1U7T8N_8m2fDug 3953
scim2_filter_parser/lexer.py sha256=9M6D7irGnkEUfu3Rc3ryyOHvSNbaVs9u6rbRT7qxSKs 13057
scim2_filter_parser/parser.py sha256=ynzqL9FJarIOaHp-lKwkXxpRC8RJe7U44h17ZpZS9Xw 9194
scim2_filter_parser/queries/__init__.py sha256=2faMZrVlTdlvdWg11z-LKR7Buj6iH88tp_za8POu-xA 49
scim2_filter_parser/queries/sql.py sha256=b2wsJBh0LYK9OpLHzFYI5Sfw-f6HizA9bbmGQnimSuQ 3613
scim2_filter_parser/transpilers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
scim2_filter_parser/transpilers/django_q_object.py sha256=JNUU3-0c0AMfjtLG07ik1KsIipoxhoSSjFDJw8QPgTU 8006
scim2_filter_parser/transpilers/sql.py sha256=7QoQgcnoEe12rDNdZMg-8fO83TdY5Oo-DfUFDF1I_3M 8511
scim2_filter_parser-0.7.0.dist-info/LICENSE.txt sha256=KGV1PMnR3yQtRWbTTdIw8-SwPPr2kuSzW9iaE4Cz0Lk 1126
scim2_filter_parser-0.7.0.dist-info/METADATA sha256=UBR3duDTw-kNkR5Q8NHhpJwCR4HFAYMaUqRBFWH8cd8 12268
scim2_filter_parser-0.7.0.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
scim2_filter_parser-0.7.0.dist-info/entry_points.txt sha256=nHbZ2W_I2N-Ore5hHTH3zG0aB240HYjTc38UquQUmzw 206
scim2_filter_parser-0.7.0.dist-info/RECORD

entry_points.txt

sfp-lexer = scim2_filter_parser.lexer:main
sfp-parser = scim2_filter_parser.parser:main
sfp-query = scim2_filter_parser.queries.sql:main
sfp-transpiler = scim2_filter_parser.transpilers.sql:main