{
"info": {
"author": "Sam Fonseca",
"author_email": "samfonseca@utexas.edu",
"bugtrack_url": null,
"classifiers": [
"Intended Audience :: Developers",
"License :: Public Domain",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Topic :: Utilities"
],
"description": "slackline\n=========\n\n*A Slack command line program in Python.*\n\n\nPurpose\n-------\n\nA simple command line application for sending Slack messages. My use case is\nto automate sending certain Slack app commands through triggers created with\n(Hammerspoon)[www.hammerspoon.org], but there's nothing stopping it from\nbeing used for other use cases.\n\n\nUsage\n-----\n\nIf you've cloned this project, and want to install the library (*and all\ndevelopment dependencies*), the command you'll want to run is::\n\n $ pip install -e .[test]\n\nIf you'd like to run all tests for this project (*assuming you've written\nsome*), you would run the following command::\n\n $ python setup.py test\n\nThis will trigger `py.test `_, along with its popular\n`coverage `_ plugin.\n\nLastly, if you'd like to cut a new release of this CLI tool, and publish it to\nthe Python Package Index (`PyPI `_), you can do so\nby running::\n\n $ python setup.py sdist bdist_wheel\n $ twine upload dist/*\n\nThis will build both a source tarball of your CLI tool, as well as a newer wheel\nbuild (*and this will, by default, run on all platforms*).\n\nThe ``twine upload`` command (which requires you to install the `twine\n`_ tool) will then securely upload your\nnew package to PyPI so everyone in the world can use it!\n\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/samdfonseca/slackline",
"keywords": "cli",
"license": "MIT",
"maintainer": "",
"maintainer_email": "",
"name": "slackline",
"package_url": "https://pypi.org/project/slackline/",
"platform": "",
"project_url": "https://pypi.org/project/slackline/",
"project_urls": {
"Homepage": "https://github.com/samdfonseca/slackline"
},
"release_url": "https://pypi.org/project/slackline/0.1.0/",
"requires_dist": [
"docopt",
"slacker",
"coverage; extra == 'test'",
"pytest; extra == 'test'",
"pytest-cov; extra == 'test'"
],
"requires_python": "",
"summary": "A skeleton command line program in Python.",
"version": "0.1.0"
},
"last_serial": 3456138,
"releases": {
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "a1041ac5723bb8bd4a0dedb7bc1f491e",
"sha256": "a960c9e00cc3c18a788e5e0a3e0a93d894cbcf25406740173d9c16fcbdc301a0"
},
"downloads": -1,
"filename": "slackline-0.1.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "a1041ac5723bb8bd4a0dedb7bc1f491e",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 6287,
"upload_time": "2018-01-02T11:18:43",
"url": "https://files.pythonhosted.org/packages/33/28/cf17104de93731d4bf7249904781fb85be9da06fde349073cc7b6712d696/slackline-0.1.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "4c3056134444ec2d9ca1fe42fa9d010c",
"sha256": "228e0ed6f1825f44c8f121e4e406e99d0881490e4b12a1e5bec24afd50e22ceb"
},
"downloads": -1,
"filename": "slackline-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "4c3056134444ec2d9ca1fe42fa9d010c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5610,
"upload_time": "2018-01-02T11:18:44",
"url": "https://files.pythonhosted.org/packages/33/c1/093c3d9fb1e238856d99d17a231560d42d565c29161dbea40db2ad5db261/slackline-0.1.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "a1041ac5723bb8bd4a0dedb7bc1f491e",
"sha256": "a960c9e00cc3c18a788e5e0a3e0a93d894cbcf25406740173d9c16fcbdc301a0"
},
"downloads": -1,
"filename": "slackline-0.1.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "a1041ac5723bb8bd4a0dedb7bc1f491e",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 6287,
"upload_time": "2018-01-02T11:18:43",
"url": "https://files.pythonhosted.org/packages/33/28/cf17104de93731d4bf7249904781fb85be9da06fde349073cc7b6712d696/slackline-0.1.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "4c3056134444ec2d9ca1fe42fa9d010c",
"sha256": "228e0ed6f1825f44c8f121e4e406e99d0881490e4b12a1e5bec24afd50e22ceb"
},
"downloads": -1,
"filename": "slackline-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "4c3056134444ec2d9ca1fe42fa9d010c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5610,
"upload_time": "2018-01-02T11:18:44",
"url": "https://files.pythonhosted.org/packages/33/c1/093c3d9fb1e238856d99d17a231560d42d565c29161dbea40db2ad5db261/slackline-0.1.0.tar.gz"
}
]
}