Post-Local sync at 2025-06-23T22:46:07Z
This commit is contained in:
parent
9d33b42020
commit
9f97801b0d
1387 changed files with 250216 additions and 117 deletions
|
@ -0,0 +1,3 @@
|
|||
Stefan Kögl <stefan@skoegl.net>
|
||||
Alexander Shorin <kxepal@gmail.com>
|
||||
Christopher J. White <chris@grierwhite.com>
|
|
@ -0,0 +1 @@
|
|||
pip
|
|
@ -0,0 +1,26 @@
|
|||
Copyright (c) 2011 Stefan Kögl <stefan@skoegl.net>
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
2. Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
3. The name of the author may not be used to endorse or promote products
|
||||
derived from this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
|
@ -0,0 +1,51 @@
|
|||
Metadata-Version: 2.1
|
||||
Name: jsonpointer
|
||||
Version: 3.0.0
|
||||
Summary: Identify specific nodes in a JSON document (RFC 6901)
|
||||
Home-page: https://github.com/stefankoegl/python-json-pointer
|
||||
Author: Stefan Kögl
|
||||
Author-email: stefan@skoegl.net
|
||||
License: Modified BSD License
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Environment :: Console
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: License :: OSI Approved :: BSD License
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3.7
|
||||
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 :: Implementation :: CPython
|
||||
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
||||
Classifier: Topic :: Software Development :: Libraries
|
||||
Classifier: Topic :: Utilities
|
||||
Requires-Python: >=3.7
|
||||
Description-Content-Type: text/markdown
|
||||
License-File: LICENSE.txt
|
||||
License-File: AUTHORS
|
||||
|
||||
python-json-pointer
|
||||
===================
|
||||
|
||||
[](https://pypi.python.org/pypi/jsonpointer/)
|
||||
[](https://pypi.python.org/pypi/jsonpointer/)
|
||||
[](https://coveralls.io/r/stefankoegl/python-json-pointer?branch=master)
|
||||
|
||||
|
||||
Resolve JSON Pointers in Python
|
||||
-------------------------------
|
||||
|
||||
Library to resolve JSON Pointers according to
|
||||
[RFC 6901](http://tools.ietf.org/html/rfc6901)
|
||||
|
||||
See source code for examples
|
||||
* Website: https://github.com/stefankoegl/python-json-pointer
|
||||
* Repository: https://github.com/stefankoegl/python-json-pointer.git
|
||||
* Documentation: https://python-json-pointer.readthedocs.org/
|
||||
* PyPI: https://pypi.python.org/pypi/jsonpointer
|
||||
* Travis CI: https://travis-ci.org/stefankoegl/python-json-pointer
|
||||
* Coveralls: https://coveralls.io/r/stefankoegl/python-json-pointer
|
|
@ -0,0 +1,10 @@
|
|||
../../../bin/jsonpointer,sha256=7pLNz1FsbWKEd9nzA4p2rnBnYZ4V7hVBZf9c1gPvwko,1819
|
||||
__pycache__/jsonpointer.cpython-312.pyc,,
|
||||
jsonpointer-3.0.0.dist-info/AUTHORS,sha256=TVgxnQ9ZyHvvWwez_k2w8ZwtfVVFsDTGv3tXyJu-9X8,113
|
||||
jsonpointer-3.0.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
jsonpointer-3.0.0.dist-info/LICENSE.txt,sha256=2LJPFdRyiF94ii1umFhQ8mRie4YBKhe7JCyD8xDZB-U,1413
|
||||
jsonpointer-3.0.0.dist-info/METADATA,sha256=m8E1xhbkqAdvsZMBI6vy061wLV4wqcmbS6iryFCWgLI,2251
|
||||
jsonpointer-3.0.0.dist-info/RECORD,,
|
||||
jsonpointer-3.0.0.dist-info/WHEEL,sha256=k3vXr0c0OitO0k9eCWBlI2yTYnpb_n_I2SGzrrfY7HY,110
|
||||
jsonpointer-3.0.0.dist-info/top_level.txt,sha256=BsUcar_C0nZzPGV2ackrJ9CpVU8_0W_pHYKwpdnWddM,12
|
||||
jsonpointer.py,sha256=kXEcNnnUkS8NdSmqSiFJjczJl2-dSZksILgKL0SsABU,10601
|
|
@ -0,0 +1,6 @@
|
|||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.41.0)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py2-none-any
|
||||
Tag: py3-none-any
|
||||
|
|
@ -0,0 +1 @@
|
|||
jsonpointer
|
Loading…
Add table
Add a link
Reference in a new issue