{
"info": {
"author": "Jaime Gil de Sagredo Luna",
"author_email": "jaimegildesagredo@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "==============\nServer Expects\n==============\n\n.. image:: https://img.shields.io/pypi/v/server-expects.svg\n :target: https://pypi.python.org/pypi/server-expects\n :alt: Latest version\n\n.. image:: https://img.shields.io/pypi/dm/server-expects.svg\n :target: https://pypi.python.org/pypi/server-expects\n :alt: Number of PyPI downloads\n\n.. image:: https://secure.travis-ci.org/jaimegildesagredo/server-expects.svg?branch=master\n :target: http://travis-ci.org/jaimegildesagredo/server-expects\n\nServer-Expects is a `Serverpec `_-like matchers library for the `Expects `_ assertion library. It provides matchers for testing server infrastructure.\n\nInstallation\n============\n\nYou can install the last stable release from PyPI using *pip* or *easy_install*.\n\n.. code-block:: bash\n\n $ pip install server-expects\n\nAlso you can install the latest sources from *Github*.\n\n.. code-block:: bash\n\n $ pip install -e git+git://github.com/jaimegildesagredo/server-expects.git#egg=server-expects\n\nUsage\n=====\n\nJust import the ``expect`` callable and the Server-Expects matchers and start writing assertions.\n\n.. code-block:: python\n\n from expects import expect\n from server_expects import *\n\n expect('python').to(be_installed)\n\nMatchers\n========\n\nTODO\n\nSpecs\n=====\n\nTo run the specs you should install the testing requirements and then run ``mamba``.\n\n.. code-block:: bash\n\n $ python setup.py develop\n $ pip install -r test-requirements.txt\n $ mamba\n\nLicense\n=======\n\nThe Server-Expects is released under the `Apache2 license `_.",
"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/jaimegildesagredo/server-expects",
"keywords": null,
"license": "Apache 2.0",
"maintainer": null,
"maintainer_email": null,
"name": "server-expects",
"package_url": "https://pypi.org/project/server-expects/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/server-expects/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://github.com/jaimegildesagredo/server-expects"
},
"release_url": "https://pypi.org/project/server-expects/0.1.0/",
"requires_dist": null,
"requires_python": null,
"summary": "Serverspec-like Expects matchers library",
"version": "0.1.0"
},
"last_serial": 1195790,
"releases": {
"0.1.0": []
},
"urls": []
}