{ "info": { "author": "David Ireland", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "A Python interface to Sc14n\n==============================\n\nThe utility **Sc14n** performs the C14N transformation of a straightforward XML document.\n\n\t>>> # Example 1. Excludes the first element with the tag name \n\t>>> r = C14n.file2file(\"c14nfile1.txt\", \"input.xml\", \"Signature\", Tran.EXCLUDEBYTAG)\n\tTrue\n\t>>> # Example 2. Finds and transforms the first element with the tag name \n\t>>> r = C14n.file2file(\"c14nfile2.txt\", \"input.xml\", \"SignedInfo\", Tran.SUBSETBYTAG)\n\tTrue\n\t>>> # Example 3. Finds and transforms the third element with the tag name \n\t>>> r = C14n.file2file(\"c14nfile3.txt\", \"input.xml\", \"Data[3]\", Tran.SUBSETBYTAG)\n\tTrue\n\t>>> # Example 4. Finds and transforms the element with attribute Id=\"foo\"\n\t>>> r = C14n.file2file(\"c14nfile4.txt\", \"input.xml\", \"foo\", Tran.SUBSETBYID)\n\tTrue\n\t>>> # Example 5. Finds and transforms the element with attribute ID=\"bar\"\n\t>>> r = C14n.file2file(\"c14nfile5.txt\", \"input.xml\", \"ID=bar\", Tran.SUBSETBYID)\n\tTrue\n\t>>> # Example 6. Excludes element with attribute Id=\"thesig\"\n\t>>> r = C14n.file2file(\"c14nfile6.txt\", \"input.xml\", \"thesig\", Tran.EXCLUDEBYID)\n\tTrue\n\nFor full details of all available methods and options, please see the documentation.\n\t\nSc14n can be used with a cryptographic library to sign XML documents using XML-DSIG.\nWe use our cryptographic library **CryptoSys PKI** available from\nhttp://cryptosys.net/pki/.\n\nSystem requirements\n-------------------\n\nWindows platforms with Python 2 only (at least 2.6). Python 3 is not supported. \nRequires the Windows program **Sc14n** to be installed on your system.\n\nTo carry out the cryptographic signing examples in ``test_sc14n-pki.py`` you must also install\n**CryptoSys PKI**.\n\nDownloads\n---------\n\n+ Sc14n: http://www.di-mgt.com.au/sc14n/\n+ CryptoSys PKI: http://cryptosys.net/pki/\n+ cryptosyspki.py: https://pypi.python.org/pypi/cryptosyspki/\n\n\nContact\n-------\n\nFor more information or to make suggestions, please contact us at\nhttps://cryptosys.net/contact/\n\n| David Ireland\n| DI Management Services Pty Ltd\n| Australia\n| 10 December 2018", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.cryptosys.net/sc14n/", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "sc14npy", "package_url": "https://pypi.org/project/sc14npy/", "platform": "Windows", "project_url": "https://pypi.org/project/sc14npy/", "project_urls": { "Homepage": "http://www.cryptosys.net/sc14n/" }, "release_url": "https://pypi.org/project/sc14npy/2.0.0/", "requires_dist": null, "requires_python": "", "summary": "A Python interface to SC14N", "version": "2.0.0" }, "last_serial": 4578232, "releases": { "0.9.0": [ { "comment_text": "", "digests": { "md5": "0fd4007bcb304fcb1f0aa38922d59aef", "sha256": "01029fc5cae24cfe9ed5c19e485473edc7f8f5bc39b6fa19f0217e60301980ba" }, "downloads": -1, "filename": "sc14npy-0.9.0.zip", "has_sig": false, "md5_digest": "0fd4007bcb304fcb1f0aa38922d59aef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58770, "upload_time": "2017-07-12T09:12:37", "url": "https://files.pythonhosted.org/packages/10/09/58f725719c2f36e7194d1727f3ef5a2ca3647865c5bf9ceb6eb5634f34f5/sc14npy-0.9.0.zip" } ], "0.9.0rc1": [ { "comment_text": "", "digests": { "md5": "b7380d9dd4730e86ca123d596448b7b2", "sha256": "76a09e49602540bd961766c93a94131124a7aca4add888bec52c4e6c431ac821" }, "downloads": -1, "filename": "sc14npy-0.9.0rc1.zip", "has_sig": false, "md5_digest": "b7380d9dd4730e86ca123d596448b7b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58936, "upload_time": "2017-07-12T09:12:39", "url": "https://files.pythonhosted.org/packages/c1/f0/f72ce2c0ab105f3e70e87702e9f03c3f2580d62028cd6addadb6c1d0d98f/sc14npy-0.9.0rc1.zip" } ], "0.9.0rc2": [ { "comment_text": "", "digests": { "md5": "96d209b74a4dc1f5574836187beaf1c2", "sha256": "5275b1de4b492a1317c47585c165d528fa78a06bc5f74513752426fa41444f2a" }, "downloads": -1, "filename": "sc14npy-0.9.0rc2.zip", "has_sig": false, "md5_digest": "96d209b74a4dc1f5574836187beaf1c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60002, "upload_time": "2017-08-11T05:54:10", "url": "https://files.pythonhosted.org/packages/f9/23/e97547384af4766ae15c3971c0c77b795a7e550d0373b6bcaaab36820093/sc14npy-0.9.0rc2.zip" } ], "0.9.0rc3": [ { "comment_text": "", "digests": { "md5": "18c358c3d128cb8499bf732c2bae3e0f", "sha256": "7f12baceea1a1b5967cc34cf3f5b84114a3f3d16f6681ddb48faf493666453a6" }, "downloads": -1, "filename": "sc14npy-0.9.0rc3.zip", "has_sig": false, "md5_digest": "18c358c3d128cb8499bf732c2bae3e0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63083, "upload_time": "2017-08-13T11:13:55", "url": "https://files.pythonhosted.org/packages/7f/f3/4ab92ffc0e63f820c6942036bbfdb788e3cefa97f14d60bc2d0facda2022/sc14npy-0.9.0rc3.zip" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "234ea81af4f4660f012290680d3f69f0", "sha256": "2bf5e4b98e3556cef209936001a14463e75163d02cf576578b83945cff171343" }, "downloads": -1, "filename": "sc14npy-2.0.0.zip", "has_sig": false, "md5_digest": "234ea81af4f4660f012290680d3f69f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71282, "upload_time": "2018-12-09T21:40:22", "url": "https://files.pythonhosted.org/packages/39/19/40aa44c29ef3b0e3041c3ab4e09a1aee99024d347b1a60f518391c99cd64/sc14npy-2.0.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "234ea81af4f4660f012290680d3f69f0", "sha256": "2bf5e4b98e3556cef209936001a14463e75163d02cf576578b83945cff171343" }, "downloads": -1, "filename": "sc14npy-2.0.0.zip", "has_sig": false, "md5_digest": "234ea81af4f4660f012290680d3f69f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71282, "upload_time": "2018-12-09T21:40:22", "url": "https://files.pythonhosted.org/packages/39/19/40aa44c29ef3b0e3041c3ab4e09a1aee99024d347b1a60f518391c99cd64/sc14npy-2.0.0.zip" } ] }