{ "info": { "author": "Anirudh", "author_email": "icyph0x@pm.me", "bugtrack_url": null, "classifiers": [], "description": "# mdium\n> publish your markdown to Medium, from the CLI\n\n## Installation\n\n```console\n$ pip install mdium\n```\n\n\n## Usage\n\n### Initializing\n\nFirst off, set up `mdium` with your Medium integration token. You\u2019ll have to generate one from the [settings](https://medium.com/me/settings) page.\n```console\n$ mdium init \n```\n\nThis will create a file at `~/.mdium`, containing your integration token and author ID.\n\n### Publishing\n\nFor publishing, your markdown doc must have the following frontmatter:\n\n```yaml\n---\ntitle: My Awesome Post\ntags: ['some', 'tags', 'here']\nstatus: draft\n---\n\n## markdown here\n...\n```\n\nNote that the `status` field can be either `draft` or `public`.\n\nFinally, run\n\n```console\n$ mdium publish path/to/markdown.md\nDone! Your post has been published at https://medium.com/@gaben/76272e9d241c\n```\n\nIt\u2019s that simple.\n\n## License\n\nMIT \u00a9 Anirudh Oppiliappan\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/icyphox/mdium", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "mdium", "package_url": "https://pypi.org/project/mdium/", "platform": "", "project_url": "https://pypi.org/project/mdium/", "project_urls": { "Homepage": "https://github.com/icyphox/mdium" }, "release_url": "https://pypi.org/project/mdium/2.0.0/", "requires_dist": [ "python-frontmatter", "requests" ], "requires_python": "", "summary": "Publish your markdown to Medium, from the CLI", "version": "2.0.0" }, "last_serial": 4610703, "releases": { "2.0.0": [ { "comment_text": "", "digests": { "md5": "219b480beb7e73ff9fda54689d749613", "sha256": "961c9813ba7f7b00c3c03a1e586b0810c16ab2e288f26d5a6e4f791f4cfb69e1" }, "downloads": -1, "filename": "mdium-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "219b480beb7e73ff9fda54689d749613", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3303, "upload_time": "2018-12-18T03:46:19", "url": "https://files.pythonhosted.org/packages/21/26/23cf18f83a63586e329379c54f162742edb586fef68d5e5505a9801fcd03/mdium-2.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c8b9abb4359af1edb2d83ffc8c5f94c4", "sha256": "59e48c3f4eedd62739c8a7b6795b748d01f15ea07d94e3363aca1f279eb493cd" }, "downloads": -1, "filename": "mdium-2.0.0.tar.gz", "has_sig": false, "md5_digest": "c8b9abb4359af1edb2d83ffc8c5f94c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2433, "upload_time": "2018-12-18T03:46:21", "url": "https://files.pythonhosted.org/packages/f7/d3/84822ee7e750be3155d59fbc679867d2a4382e7acac383b2770c19711d07/mdium-2.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "219b480beb7e73ff9fda54689d749613", "sha256": "961c9813ba7f7b00c3c03a1e586b0810c16ab2e288f26d5a6e4f791f4cfb69e1" }, "downloads": -1, "filename": "mdium-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "219b480beb7e73ff9fda54689d749613", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3303, "upload_time": "2018-12-18T03:46:19", "url": "https://files.pythonhosted.org/packages/21/26/23cf18f83a63586e329379c54f162742edb586fef68d5e5505a9801fcd03/mdium-2.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c8b9abb4359af1edb2d83ffc8c5f94c4", "sha256": "59e48c3f4eedd62739c8a7b6795b748d01f15ea07d94e3363aca1f279eb493cd" }, "downloads": -1, "filename": "mdium-2.0.0.tar.gz", "has_sig": false, "md5_digest": "c8b9abb4359af1edb2d83ffc8c5f94c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2433, "upload_time": "2018-12-18T03:46:21", "url": "https://files.pythonhosted.org/packages/f7/d3/84822ee7e750be3155d59fbc679867d2a4382e7acac383b2770c19711d07/mdium-2.0.0.tar.gz" } ] }