{ "info": { "author": "XWiki SAS Development Team", "author_email": "pypi@xwiki.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Passbolt API\n\nThis package provides bindings to a Passbolt server API. Each of the bindings declared in this package aim to follow the [official Passbolt API documentation](https://api-reference.passbolt.com/).\n\n## Releasing a new version\n\nBefore releasing a new version of the package, please take some time to read a bit about Python packaging [here](https://packaging.python.org/tutorials/packaging-projects/).\n\nOnce, this is done, you will need the standard utilities to build and upload the package, namely : \n\n* setuptools\n* wheel\n* twine\n\n### Make sure that you have a clean index\n\n* Check that you have nothing to commit\n* Check that you are on `master`\n* Check that you are up to date with the remote repository\n\n### Build the distribution archives\n\nSimply run :\n\n```\npython3 setup.py sdist bdist_wheel\n```\n\nThis will generate the package archives in `dist/`\n\n### Upload the archives to PyPI\n\nMake sure that you have access to one of the maintainers account credentials for the package. You can see the list of maintainers for the project [here](https://pypi.org/project/passbolt-api/).\n\nPrepare the account username and password and then run the following to upload the archives :\n\n```\npython3 -m twine upload dist/*\n```\n\n### Tag the version\n\nFor good measure, tag the commit from which you released the packet with `git tag -s v `.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/xwikisas/passbolt-api", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "passbolt-api", "package_url": "https://pypi.org/project/passbolt-api/", "platform": "", "project_url": "https://pypi.org/project/passbolt-api/", "project_urls": { "Homepage": "https://github.com/xwikisas/passbolt-api" }, "release_url": "https://pypi.org/project/passbolt-api/0.0.5/", "requires_dist": [ "requests-gpgauthlib (>=0.1.2)" ], "requires_python": "", "summary": "Provides API bindings for the Passbolt API", "version": "0.0.5" }, "last_serial": 5644241, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "7fdc37a09e9d9464c8ff1d26ed82f1ab", "sha256": "d15e3d883c54580600e146e0b3a20261f951171b394bda491d4acc1f19d88260" }, "downloads": -1, "filename": "passbolt_api-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "7fdc37a09e9d9464c8ff1d26ed82f1ab", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10901, "upload_time": "2019-07-05T12:52:50", "url": "https://files.pythonhosted.org/packages/d0/72/24ddaa179402aa4011f0117842ad50501f25855b7d9b80eb5de78e283dcb/passbolt_api-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2cdc8f95ee303b281f6ce62486f74b7b", "sha256": "16425a948b0a94d43c42f8e1bb111a5fa66b2cb5ba69a894bfe07aa23000d14f" }, "downloads": -1, "filename": "passbolt-api-0.0.1.tar.gz", "has_sig": false, "md5_digest": "2cdc8f95ee303b281f6ce62486f74b7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1204, "upload_time": "2019-07-05T12:52:52", "url": "https://files.pythonhosted.org/packages/4f/08/a8ae5b5d9bd90b577144ec4d64ebebe503bea04f6b6bfdb649fd8c496e7f/passbolt-api-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "af4687ff0eb7a2258091b0db8da03edb", "sha256": "2fc40a4af429b8b3040e81a34b1b25f2ab1313b0bfa5ea6b42c49687902d75b2" }, "downloads": -1, "filename": "passbolt_api-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "af4687ff0eb7a2258091b0db8da03edb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10903, "upload_time": "2019-07-05T13:07:56", "url": "https://files.pythonhosted.org/packages/1f/7d/f68ca82d8ad85a760c76dcf0cd66339a02132ca8b9f06510a0e8cda6b73a/passbolt_api-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a9f0dedd067e805d96b6c57e71222ef8", "sha256": "fbb7e7921fb230e0b8952182902ffb333d1581bf18e6b85b9ebb39af1a669201" }, "downloads": -1, "filename": "passbolt-api-0.0.2.tar.gz", "has_sig": false, "md5_digest": "a9f0dedd067e805d96b6c57e71222ef8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1202, "upload_time": "2019-07-05T13:07:58", "url": "https://files.pythonhosted.org/packages/32/05/5033f3bcdfc7df3baa9eabd32f819c54f1078c353b80e033004e38658045/passbolt-api-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "0133a8569ac6683291c17b4a4e693da0", "sha256": "85c0b41ad85d5e5559efa989115399b659866d4057bf929d4ef1b780238f038c" }, "downloads": -1, "filename": "passbolt_api-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "0133a8569ac6683291c17b4a4e693da0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10902, "upload_time": "2019-07-05T13:22:29", "url": "https://files.pythonhosted.org/packages/bc/f5/5669987353dbdf0f970c063b3c775b0e1e438fdde45555fb2d2e2a3a9ea8/passbolt_api-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6653a703052300a7b7fd52d888d2e980", "sha256": "5518a2d16fffe0eee9db0c4d13894aa6b2128d88824ce0b077fcf61891a86190" }, "downloads": -1, "filename": "passbolt-api-0.0.3.tar.gz", "has_sig": false, "md5_digest": "6653a703052300a7b7fd52d888d2e980", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1201, "upload_time": "2019-07-05T13:22:30", "url": "https://files.pythonhosted.org/packages/1c/56/b0cb5f304dd5f53b22758f7a6fec927ffbee3733aa7028d3ea1fb117769c/passbolt-api-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "6d5a1271d30a193edb2a0cc463a39e23", "sha256": "4e5d87580104131a4e9fd934fa39c96dacbcdbe3ade94d250a84c49afe34ca80" }, "downloads": -1, "filename": "passbolt_api-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "6d5a1271d30a193edb2a0cc463a39e23", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13806, "upload_time": "2019-07-05T13:28:45", "url": "https://files.pythonhosted.org/packages/8a/e5/961a3a3d7bf4247c2eed3a7813175c37f408f56fec78b7c86fd6cfe97892/passbolt_api-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "850da8d2921711fe9846908700e5ca96", "sha256": "e31f87ab33182faffececfab4d5d5b2ca74e6d2f79eaba34f72c70e8510c857e" }, "downloads": -1, "filename": "passbolt-api-0.0.4.tar.gz", "has_sig": false, "md5_digest": "850da8d2921711fe9846908700e5ca96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2704, "upload_time": "2019-07-05T13:28:46", "url": "https://files.pythonhosted.org/packages/d0/f6/30df539e9239ab1dbbd9baedc6a23b4507638654a1352506c46e31656773/passbolt-api-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "ec198ae0435b7aa64adebbb1051f33cd", "sha256": "ac716b0ec2f106ba5b9dab88b39e0a22dfef6915fbec3aea06cf28870db2b314" }, "downloads": -1, "filename": "passbolt_api-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "ec198ae0435b7aa64adebbb1051f33cd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14742, "upload_time": "2019-08-07T10:09:24", "url": "https://files.pythonhosted.org/packages/1b/2b/c840c735315395970f52576b01fd37399bd0499fa7230fd3c52960eb954e/passbolt_api-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0c5fab053efc677b67c19b3557e726e2", "sha256": "d3a698be46bc61604d82033ab1bc137f2bf8e282306ac301208a54f4c968f101" }, "downloads": -1, "filename": "passbolt-api-0.0.5.tar.gz", "has_sig": false, "md5_digest": "0c5fab053efc677b67c19b3557e726e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3448, "upload_time": "2019-08-07T10:09:25", "url": "https://files.pythonhosted.org/packages/a0/ac/9b7c2332ab5e9615b93f16d4fd2c1f696e695157895ea3afd88bc036e6ed/passbolt-api-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ec198ae0435b7aa64adebbb1051f33cd", "sha256": "ac716b0ec2f106ba5b9dab88b39e0a22dfef6915fbec3aea06cf28870db2b314" }, "downloads": -1, "filename": "passbolt_api-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "ec198ae0435b7aa64adebbb1051f33cd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14742, "upload_time": "2019-08-07T10:09:24", "url": "https://files.pythonhosted.org/packages/1b/2b/c840c735315395970f52576b01fd37399bd0499fa7230fd3c52960eb954e/passbolt_api-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0c5fab053efc677b67c19b3557e726e2", "sha256": "d3a698be46bc61604d82033ab1bc137f2bf8e282306ac301208a54f4c968f101" }, "downloads": -1, "filename": "passbolt-api-0.0.5.tar.gz", "has_sig": false, "md5_digest": "0c5fab053efc677b67c19b3557e726e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3448, "upload_time": "2019-08-07T10:09:25", "url": "https://files.pythonhosted.org/packages/a0/ac/9b7c2332ab5e9615b93f16d4fd2c1f696e695157895ea3afd88bc036e6ed/passbolt-api-0.0.5.tar.gz" } ] }