diff --git a/README.rst b/README.rst index 151f35e..0fa91ac 100644 --- a/README.rst +++ b/README.rst @@ -536,21 +536,21 @@ the required components: 1. `distribute `_ – a library for working with Python module distributions, released under the Python Software Foundation License. -2. `sniffer `_ – a Python auto-testing - tool, released under the MIT License. -3. `pyqcy `_ – a QuickCheck-like testing +2. `pyqcy `_ – a QuickCheck-like testing framework for Python, released under the FreeBSD License. -4. `mocktest `_ – a mocking library +3. `mocktest `_ – a mocking library for Python, released under the LGPL License. -5. `PyContracts `_ – a Python +4. `PyContracts `_ – a Python library for Design by Contract (DbC), released under the GNU Lesser General Public License. -6. `SQLAlchemy `_ – a Python SQL toolkit and +5. `SQLAlchemy `_ – a Python SQL toolkit and Object Relational Mapper (used by the core OpenStack service), released under the MIT License. -7. `Bottle `_ – a micro web-framework for Python, +6. `Bottle `_ – a micro web-framework for Python, authentication using the same credentials used to authenticate in the Nova API, released under the MIT License. +7. `Requests `_ – a Python HTTP client + library, released under the ISC License. 8. `python-novaclient `_ – a Python Nova API client implementation, released under the Apache 2.0 License. diff --git a/doc/blueprint/openstack-neat-blueprint.epub b/doc/blueprint/openstack-neat-blueprint.epub index 1d3a0a8..b63e868 100644 Binary files a/doc/blueprint/openstack-neat-blueprint.epub and b/doc/blueprint/openstack-neat-blueprint.epub differ diff --git a/doc/blueprint/openstack-neat-blueprint.html b/doc/blueprint/openstack-neat-blueprint.html index 5398c82..91fc796 100644 --- a/doc/blueprint/openstack-neat-blueprint.html +++ b/doc/blueprint/openstack-neat-blueprint.html @@ -231,12 +231,12 @@ code > span.er { color: #ff0000; font-weight: bold; }

The following third party libraries are planned to be used to implement the required components:

  1. distribute – a library for working with Python module distributions, released under the Python Software Foundation License.
  2. -
  3. sniffer – a Python auto-testing tool, released under the MIT License.
  4. pyqcy – a QuickCheck-like testing framework for Python, released under the FreeBSD License.
  5. mocktest – a mocking library for Python, released under the LGPL License.
  6. PyContracts – a Python library for Design by Contract (DbC), released under the GNU Lesser General Public License.
  7. SQLAlchemy – a Python SQL toolkit and Object Relational Mapper (used by the core OpenStack service), released under the MIT License.
  8. Bottle – a micro web-framework for Python, authentication using the same credentials used to authenticate in the Nova API, released under the MIT License.
  9. +
  10. Requests – a Python HTTP client library, released under the ISC License.
  11. python-novaclient – a Python Nova API client implementation, released under the Apache 2.0 License.
  12. Sphinx – a documentation generator for Python, released under the BSD License.
diff --git a/doc/blueprint/openstack-neat-blueprint.pdf b/doc/blueprint/openstack-neat-blueprint.pdf index c409943..6b08206 100644 Binary files a/doc/blueprint/openstack-neat-blueprint.pdf and b/doc/blueprint/openstack-neat-blueprint.pdf differ diff --git a/doc/blueprint/src/openstack-neat-blueprint.md b/doc/blueprint/src/openstack-neat-blueprint.md index 09e86d5..8fa78c4 100644 --- a/doc/blueprint/src/openstack-neat-blueprint.md +++ b/doc/blueprint/src/openstack-neat-blueprint.md @@ -411,18 +411,18 @@ The following third party libraries are planned to be used to implement the requ 1. [distribute](https://bitbucket.org/tarek/distribute) -- a library for working with Python module distributions, released under the Python Software Foundation License. -2. [sniffer](https://github.com/jeffh/sniffer) -- a Python auto-testing tool, released under the MIT - License. -3. [pyqcy](https://github.com/Xion/pyqcy) -- a QuickCheck-like testing framework for Python, +2. [pyqcy](https://github.com/Xion/pyqcy) -- a QuickCheck-like testing framework for Python, released under the FreeBSD License. -4. [mocktest](https://github.com/gfxmonk/mocktest) -- a mocking library for Python, released under +3. [mocktest](https://github.com/gfxmonk/mocktest) -- a mocking library for Python, released under the LGPL License. -5. [PyContracts](https://github.com/AndreaCensi/contracts) -- a Python library for Design by +4. [PyContracts](https://github.com/AndreaCensi/contracts) -- a Python library for Design by Contract (DbC), released under the GNU Lesser General Public License. -6. [SQLAlchemy](http://www.sqlalchemy.org/) -- a Python SQL toolkit and Object Relational Mapper +5. [SQLAlchemy](http://www.sqlalchemy.org/) -- a Python SQL toolkit and Object Relational Mapper (used by the core OpenStack service), released under the MIT License. -7. [Bottle](http://bottlepy.org/) -- a micro web-framework for Python, authentication using the same +6. [Bottle](http://bottlepy.org/) -- a micro web-framework for Python, authentication using the same credentials used to authenticate in the Nova API, released under the MIT License. +7. [Requests](http://python-requests.org/) -- a Python HTTP client library, released under the ISC + License. 8. [python-novaclient](https://github.com/openstack/python-novaclient) -- a Python Nova API client implementation, released under the Apache 2.0 License. 9. [Sphinx](http://sphinx.pocoo.org/) -- a documentation generator for Python, released under the