{ "info": { "author": "R\u00e9my Sanchez", "author_email": "remy.sanchez@hyperthese.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8" ], "description": "DEV-CLI\n=======\n\nA CLI interface for dev.to\n\nPlease note before using that you should put your `API\nkey `__ in the\n``DEV_API_KEY`` environment variable. If you prefer, when starting the\nprogram will also look for a ``.env`` file in the working directory.\n\nYou can get this tool simply by doing a:\n\n::\n\n pip install dev-cli\n\nPublishing\n----------\n\nYou can publish a Markdown file directly to dev.to using DEV-CLI. Your\nMarkdown file must be identical to what you would input directly in the\nwebsite's interface.\n\nSomething else that you should take in account is the key. Indeed, when\nan article is created the API ID isn't retrofitted to the Markdown file\nsince this would get a little bit messy. Instead, you have several\noptions to map your local files to your remote articles.\n\nNamely you can use the ``cover_picture``, the ``canonical_url`` or the\n``title`` from the front matter. Please note that whatever you chose it\nmust be set in the front matter, otherwise the program will fail. The\ndefault key is ``canonical_url``, because it won't appear in your source\nfile unless you know what you're doing.\n\nPlease note that you don't have to use the same key every time. Suppose\nthat you use the ``title`` but want to change it, you can do one sync\nwith ``cover_picture`` instead of ``title`` as long as you don't change\nboth at the same time.\n\nTo publish using the ``canonical_url``:\n\n::\n\n python -m dev_cli publish ~/dev/dev-blog/test.md\n\nTo publish using another key:\n\n::\n\n python -m dev_cli publish -k title ~/dev/dev-blog/test.md\n\nIn case of conflict the first found article will be updated.\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Xowap/DEV-CLI", "keywords": "", "license": "WTFPL", "maintainer": "", "maintainer_email": "", "name": "dev-cli", "package_url": "https://pypi.org/project/dev-cli/", "platform": "", "project_url": "https://pypi.org/project/dev-cli/", "project_urls": { "Homepage": "https://github.com/Xowap/DEV-CLI" }, "release_url": "https://pypi.org/project/dev-cli/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "A CLI interface for dev.to", "version": "0.2.0", "yanked": false, "yanked_reason": null }, "last_serial": 6038175, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "a7825bcfa7ba378f350daf5046a129e2", "sha256": "149732f9252ecf8afbb0442e76dc3a297d63b4b8ff99fc50be152473d5a5cd7a" }, "downloads": -1, "filename": "dev-cli-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a7825bcfa7ba378f350daf5046a129e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6024, "upload_time": "2019-10-01T20:57:50", "upload_time_iso_8601": "2019-10-01T20:57:50.466590Z", "url": "https://files.pythonhosted.org/packages/4a/4a/223d44d041026a2ecb2408432e1a08f8b1ba771c55744322974a02c5db19/dev-cli-0.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "b340b3637b910fc9ce4da34e78a57c46", "sha256": "ab74aef8ed6b2e18e5f446508efd9d13b603aaa035c8d91f4e2efeacd9b83e5b" }, "downloads": -1, "filename": "dev-cli-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b340b3637b910fc9ce4da34e78a57c46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8224, "upload_time": "2019-10-27T19:37:59", "upload_time_iso_8601": "2019-10-27T19:37:59.194318Z", "url": "https://files.pythonhosted.org/packages/0c/cf/94034cc103b50e88675da532844912b846e2314da47531a7921ffa0141bd/dev-cli-0.2.0.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b340b3637b910fc9ce4da34e78a57c46", "sha256": "ab74aef8ed6b2e18e5f446508efd9d13b603aaa035c8d91f4e2efeacd9b83e5b" }, "downloads": -1, "filename": "dev-cli-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b340b3637b910fc9ce4da34e78a57c46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8224, "upload_time": "2019-10-27T19:37:59", "upload_time_iso_8601": "2019-10-27T19:37:59.194318Z", "url": "https://files.pythonhosted.org/packages/0c/cf/94034cc103b50e88675da532844912b846e2314da47531a7921ffa0141bd/dev-cli-0.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }