kinto2xml

View on PyPIReverse Dependencies (0)

0.1.0 kinto2xml-0.1.0-py2.py3-none-any.whl

Wheel Details

Project: kinto2xml
Version: 0.1.0
Filename: kinto2xml-0.1.0-py2.py3-none-any.whl
Download: [link]
Size: 25797
MD5: 5f07d5c6ba2e18710f491660cfaadc7b
SHA256: 792bfd447a631d765c1eeda234720866d392b2bbe27b6bc0589d5b82006c8cd8
Uploaded: 2016-04-27 15:23:57 +0000

dist-info

METADATA

Metadata-Version: 2.0
Name: kinto2xml
Version: 0.1.0
Summary: Generate a blocklists.xml file from the Kinto collections.
Author: Mozilla Services
Author-Email: services-dev[at]mozilla.com
Home-Page: https://github.com/mozilla-services/kinto2xml
License: Apache License (2.0)
Keywords: web services
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: kinto-client
Requires-Dist: lxml
Requires-Dist: ndg-httpsclient
Requires-Dist: pyasn1
Requires-Dist: pyopenssl
Requires-Dist: requests
Requires-Dist: six
Requires-Dist: xmltodict
[Description omitted; length: 1699 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.26.0)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
kinto2xml/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
kinto2xml/amo.py sha256=JYDxsoVxnJEx91CN-HBxYu6xfHAwQldyRdpqp4vL9Wc 678
kinto2xml/compare.py sha256=g7Rb4dOSbCtcGXFaVfgtOF3wl8VxErwM_Hzix5GAJh4 2106
kinto2xml/constants.py sha256=B_CPb4bc5DS5C-Nt92X7dFz5zFIWTJEmuAKzRQEUt84 830
kinto2xml/exporter.py sha256=6D2hQjtyDD3DGrwyav8HhyBevFtljBuVsB6Byiqdd4Y 16589
kinto2xml/importer.py sha256=oW0Ks_ZT09er4fWhjciaJLf-3Pf3hTGzF-QnqFqthlk 5497
kinto2xml/kinto.py sha256=12GOosAXjpvd4MD-XlwzyWRoHTSO7nPE9-68QI0icbk 1052
kinto2xml/logger.py sha256=GTuGqlIF0NqtTN1qhPhuzvOX4ZAsJsb7Mwm0ckWEdGQ 56
kinto2xml/synchronize.py sha256=POyb3BJkfJKuJ1LsEM7mfX6C8GQSJqVuKVpT8t-4y-4 1638
kinto2xml/verifier.py sha256=Orua3MaSMds6nM--5a6-CAqQWrqaKRLJhKoAjjMDKdM 3395
kinto2xml/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
kinto2xml/tests/test_amo.py sha256=ovH-0h3l-iZi1ty8njbsTLNHpp2PQ1IRUpIc_Qhvws8 850
kinto2xml/tests/test_compare.py sha256=hO7anJ_qMIpjPq9Eg7DVf6XE3QPTNPD3KOZDjvqO8aA 1214
kinto2xml/tests/test_exporter.py sha256=_Y5OGeQGhW93LEzNCFrjlruM50FrzGEs-wXfyDx_a7k 29749
kinto2xml/tests/test_importer.py sha256=-soP9Vi_L5E5aldPx-DgvShzzHoTFXmlQZ4mepz6o6Q 19104
kinto2xml/tests/test_kinto.py sha256=FY71utS3ULmIH-yrWXy7u4exiDWwKEQmuEfUzBFO838 3808
kinto2xml/tests/test_synchronize.py sha256=HLEChccdKgNENUWIBtMuuK4JQ9890WioKKK19a_luWg 1789
kinto2xml/tests/test_verifier.py sha256=RFPtzY5KBbMRmFnSnUOS-kFg4ulAPRQz4t1kbhCqAB8 2470
kinto2xml-0.1.0.dist-info/DESCRIPTION.rst sha256=ftUEJmDGKLeDL2JU82KMg_Cx4uxzp7eeW2W-moLwVlw 1699
kinto2xml-0.1.0.dist-info/METADATA sha256=Sm2QXoxrX8OX6oWwsQ-9SghSKzbLOt2gvnzwRX-tHLA 2509
kinto2xml-0.1.0.dist-info/RECORD
kinto2xml-0.1.0.dist-info/WHEEL sha256=GrqQvamwgBV4nLoJe0vhYRSWzWsx7xjlt74FT0SWYfE 110
kinto2xml-0.1.0.dist-info/entry_points.txt sha256=ZrVEGzUVyCqGjdZA1RtBufAmQJnkUZPd8XikIGqVIpM 131
kinto2xml-0.1.0.dist-info/metadata.json sha256=gZ68ARLglOqy8dq8hwYj8Jt-NAJOM9SF4annGh6v21E 1249
kinto2xml-0.1.0.dist-info/top_level.txt sha256=cP9ajexHZXX4tqHYo7KS4tWoFjJf1ZvWUDv7qkVe1E8 10

top_level.txt

kinto2xml

entry_points.txt

json2kinto = kinto2xml.importer:main
kinto2xml = kinto2xml.exporter:main
xml-verifier = kinto2xml.verifier:main