{ "info": { "author": "Gennady Chibisov", "author_email": "web-chib@ya.ru", "bugtrack_url": null, "classifiers": [], "description": "Python client for [Deform.io](https://deform.io).\n\n[Client documentation](http://deformio.github.io/python-deform/).\n\n## Tests\n\nInstall tox:\n\n $ pip install tox\n\nFor running tests you need to provide all required ENV variables. For example\nnext command will fail:\n\n $ tox\n ValueError: You should provide \"DEFORM_HOST\" environ for settings\n\nYou can send variables with command:\n\n $ DEFORM_HOST='\"deform.io\"' tox\n\nThe more convenient way would be to create a `.test_config` file a save data there.\nThis file is ignored by git and won't be commited.\n\n $ cat .test_config\n DEFORM_HOST='\"deform.io\"'\n DEFORM_EMAIL='\"email@example.ru\"'\n DEFORM_PASSWORD='\"hello\"'\n ...\n\nYou can run tests with config from file like this:\n\n $ eval $(cat .test_config) tox\n\nAll config values must be specified with JSON types.\n\nRunning tests just for one environment:\n\n $ eval $(cat .test_config) tox -e py3\n\nRunning tests from directory:\n\n $ eval $(cat .test_config) tox -e py3 -- tests.unit.client\n\nRunning the specific test case:\n\n $ eval $(cat .test_config) tox -e py3 -- tests.unit.client.tests:ClientTest__login\n\n### Codestyle\n\nChecking for pep:\n\n $ tox -e flake8\n\nChecking for imports:\n\n $ tox -e isort\n\nIf you have any problems with imports just run automatic manual fix:\n\n $ tox -e isort-fix\n\n### Documentation\n\nDocumentation is generated by [http://www.mkdocs.org/](http://www.mkdocs.org/)\n\n $ pip install -r requirements/docs.txt\n $ invoke build-docs\n\nFor development:\n\n $ invoke serve-docs\n\n\n## Publishing new releases\n\nIncrement version in `pydeform/__init__.py`. For example:\n\n __version__ = '0.0.2' # from 0.0.1\n\nRun tests.\n\nCommit changes with message \"Version 0.0.2\"\n\nPublish to pypi:\n\n $ python setup.py publish\n\nAdd new tag version for commit:\n\n $ git tag 0.0.2\n\nPush to master with tags:\n\n $ git push origin master --tags\n\n\n## Todo:\n\n* Python 3 support\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/deformio/python-deform/", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "python-deform", "package_url": "https://pypi.org/project/python-deform/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-deform/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/deformio/python-deform/" }, "release_url": "https://pypi.org/project/python-deform/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Python client for Deform.io", "version": "0.1.1" }, "last_serial": 2252739, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "3e8409ba7aafdbb30d525f27a84b784b", "sha256": "1ed92eaa1cec309beb33bd1b85c395015f72076d7c01b8272c32ce744dac791b" }, "downloads": -1, "filename": "python-deform-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3e8409ba7aafdbb30d525f27a84b784b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16804, "upload_time": "2016-03-12T16:28:25", "url": "https://files.pythonhosted.org/packages/b6/16/f81aad9d2dde7c790c7b78717a7e2cfb47c0137d082973fb4a9433934a61/python-deform-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "b5f289845e8c5a907178ac1f0406c80f", "sha256": "6bfd05c8cb148b04dac1477f9e01aa9522c91d6034b3faf380acdfb677371674" }, "downloads": -1, "filename": "python-deform-0.0.2.tar.gz", "has_sig": false, "md5_digest": "b5f289845e8c5a907178ac1f0406c80f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16806, "upload_time": "2016-03-13T14:50:40", "url": "https://files.pythonhosted.org/packages/b2/44/6b7e8ce2066902830393862c0c567e12ce3f9a26fd79290447c672d2aa9b/python-deform-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "5b9ffd305e59addad550211cf7f8f5fa", "sha256": "a96d72a7c57106d0e9cd1d8b4e29d0077f7589f6012daa724c4405d77a98ae30" }, "downloads": -1, "filename": "python-deform-0.0.3.tar.gz", "has_sig": false, "md5_digest": "5b9ffd305e59addad550211cf7f8f5fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18215, "upload_time": "2016-04-02T14:43:04", "url": "https://files.pythonhosted.org/packages/26/a8/83f8a587caf7e514a89ea936dd4dcfed62972bee5cbe77fe4b6b0b14509f/python-deform-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "38a0d2bb10a4d93e3f21348c45ee7d58", "sha256": "1c132d300b0cab5baa7b7919605c8918327882c72cbf49c60d27c6e7fdf9668c" }, "downloads": -1, "filename": "python-deform-0.0.4.tar.gz", "has_sig": false, "md5_digest": "38a0d2bb10a4d93e3f21348c45ee7d58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18293, "upload_time": "2016-05-08T15:17:38", "url": "https://files.pythonhosted.org/packages/42/61/175a1862703425aa9ae1c3e5d38c3c197c4ac09b4b4034b5cc18e3f518c1/python-deform-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "dc8d46237926426ab56cfbbff018bcaf", "sha256": "87b998eaca7574adcdd8ce403861ffcb426bb463936af4e24771c91e74498d2f" }, "downloads": -1, "filename": "python-deform-0.0.5.tar.gz", "has_sig": false, "md5_digest": "dc8d46237926426ab56cfbbff018bcaf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18322, "upload_time": "2016-05-09T13:49:14", "url": "https://files.pythonhosted.org/packages/6d/95/d26e2e54206f575ed343fa9007afc36034f65cf3bbcf8e125883bacbc806/python-deform-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "83adb3c8f8b8afb6ea6802f0edd78aa4", "sha256": "ac42b3ef8c14462f8435c61ed2e7c869b740ba96d58bd0e660ec28c4ba8c1a9d" }, "downloads": -1, "filename": "python-deform-0.0.6.tar.gz", "has_sig": false, "md5_digest": "83adb3c8f8b8afb6ea6802f0edd78aa4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18392, "upload_time": "2016-05-14T12:26:09", "url": "https://files.pythonhosted.org/packages/a2/96/d8409996ab5a5708a00f64113085a84cb835ea0fdd22dd50ef926bad985e/python-deform-0.0.6.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "30f220fe45f912c02f0b2d624987e113", "sha256": "971d7fc2a1211449cea4cff83a663d10942b3eba91f0422747817569d97999b7" }, "downloads": -1, "filename": "python-deform-0.1.0.tar.gz", "has_sig": false, "md5_digest": "30f220fe45f912c02f0b2d624987e113", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18374, "upload_time": "2016-06-12T15:44:08", "url": "https://files.pythonhosted.org/packages/f6/b2/a017be02487118799605e71aad42f1e9b74b05264861ce36cf2eaa7be64c/python-deform-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e6bbde8e5c8a46cb209c9d3fa8fd0fca", "sha256": "372ff24e85c48667e4c528e5fd5414dc8ed09d166a19aadcafff5e0b96e85dde" }, "downloads": -1, "filename": "python-deform-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e6bbde8e5c8a46cb209c9d3fa8fd0fca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18386, "upload_time": "2016-07-30T14:40:56", "url": "https://files.pythonhosted.org/packages/ed/aa/ee15f12cbf68a596179b7a6f889d90107d4ee29e374aeda2aff34d479c47/python-deform-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e6bbde8e5c8a46cb209c9d3fa8fd0fca", "sha256": "372ff24e85c48667e4c528e5fd5414dc8ed09d166a19aadcafff5e0b96e85dde" }, "downloads": -1, "filename": "python-deform-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e6bbde8e5c8a46cb209c9d3fa8fd0fca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18386, "upload_time": "2016-07-30T14:40:56", "url": "https://files.pythonhosted.org/packages/ed/aa/ee15f12cbf68a596179b7a6f889d90107d4ee29e374aeda2aff34d479c47/python-deform-0.1.1.tar.gz" } ] }