{ "info": { "author": "Christopher Eck", "author_email": "chrisleck@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Topic :: Security", "Topic :: Security :: Cryptography", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "\nTinyCert\n--------\n\nA wrapper library around TinyCert's v1 rest api.\n\nAPI details (including your API key) can be found at https://www.tinycert.org/docs/api\n\nPreferred method of use is via the provided ContextManager.\n```````````````````````````````````````````````````````````\n\n.. code:: python\n\n from tinycert import auto_session\n\n with auto_session(api_key, account, passphrase) as session:\n ca_list = session.ca.list()\n cert_list = session.cert.list(ca_list[0]['id'])\n\nOr, connect and disconnect manually.\n````````````````````````````````````\n\n.. code:: python\n\n from tinycert import Session\n\n session = Session(api_key)\n session.connect(account, passphrase)\n ca_list = session.ca.list()\n cert_list = session.cert.list(ca_list[0]['id'])\n session.disconnect()\n\nLinks\n`````\n\n* `TinyCert `_\n* `Home `_\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/chrisleck/tinycert", "keywords": "tinycert tiny cert x509 pki certificate authority", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "tinycert", "package_url": "https://pypi.org/project/tinycert/", "platform": "any", "project_url": "https://pypi.org/project/tinycert/", "project_urls": { "Homepage": "https://github.com/chrisleck/tinycert" }, "release_url": "https://pypi.org/project/tinycert/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "TinyCert v1 API wrapper", "version": "0.2.0" }, "last_serial": 2640180, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e73948db39ccb52e320d285654448bf4", "sha256": "69d622766f3c4f6c549583d3fd6d68b7e31d6690787be7ba13737cd5d1c42a88" }, "downloads": -1, "filename": "tinycert-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e73948db39ccb52e320d285654448bf4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4661, "upload_time": "2016-03-28T00:42:19", "url": "https://files.pythonhosted.org/packages/f8/d1/e1a4297a3d43d613a0ce8d836cf1a875d0899a472ee846507c56724eec73/tinycert-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "1a5a6ba5777871bfb90340749e2abfd7", "sha256": "61a916fcdd5f99c2f9762ef89cac8c5386ad482a061c6c37fdccb20f3de414fc" }, "downloads": -1, "filename": "tinycert-0.1.1.tar.gz", "has_sig": true, "md5_digest": "1a5a6ba5777871bfb90340749e2abfd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4712, "upload_time": "2016-03-28T18:18:12", "url": "https://files.pythonhosted.org/packages/80/18/730a24403d360440b00e8e1240434e3b12a445d17cabca09e4a55c3a9a48/tinycert-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "cb99c58d3edc23afb67c7e3f45aa2346", "sha256": "5dd81406974ac5fed473a94f52b3573b94bf56baf8d2b97f1f1c854260cec5fb" }, "downloads": -1, "filename": "tinycert-0.2.0.tar.gz", "has_sig": false, "md5_digest": "cb99c58d3edc23afb67c7e3f45aa2346", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5086, "upload_time": "2017-02-14T05:50:00", "url": "https://files.pythonhosted.org/packages/98/72/e7c5ee8d35824f2b0e6f7aa6222f6f32b8f8f06d6edb52a4574cc1d83b10/tinycert-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cb99c58d3edc23afb67c7e3f45aa2346", "sha256": "5dd81406974ac5fed473a94f52b3573b94bf56baf8d2b97f1f1c854260cec5fb" }, "downloads": -1, "filename": "tinycert-0.2.0.tar.gz", "has_sig": false, "md5_digest": "cb99c58d3edc23afb67c7e3f45aa2346", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5086, "upload_time": "2017-02-14T05:50:00", "url": "https://files.pythonhosted.org/packages/98/72/e7c5ee8d35824f2b0e6f7aa6222f6f32b8f8f06d6edb52a4574cc1d83b10/tinycert-0.2.0.tar.gz" } ] }