[Python-modules-commits] [ripe-atlas-cousteau] branch upstream updated (82d7414 -> c6ff889)
Apollon Oikonomopoulos
apoikos at moszumanska.debian.org
Fri Mar 11 11:30:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
apoikos pushed a change to branch upstream
in repository ripe-atlas-cousteau.
from 82d7414 Imported Upstream version 1.0.7
new c6ff889 Import ripe-atlas-cousteau_1.2.orig.tar.gz
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 3 +
CHANGES.rst | 25 +-
CONTRIBUTING.rst | 75 +++
README.rst | 9 +-
docs/Makefile | 216 +++++++++
docs/changelog.rst | 1 +
docs/conf.py | 302 ++++++++++++
docs/contributing.rst | 75 +++
docs/index.html | 368 +++++++++++++++
docs/index.rst | 24 +
docs/installation.rst | 68 +++
docs/use.rst | 485 ++++++++++++++++++++
ripe/atlas/cousteau/__init__.py | 313 +------------
.../atlas/cousteau/{__init__.py => api_listing.py} | 179 +-------
ripe/atlas/cousteau/api_meta_data.py | 175 +++++++
ripe/atlas/cousteau/version.py | 2 +-
tests/__init__.py | 4 +-
tests/test_api_listing.py | 404 ++++++++++++++++
tests/test_api_meta_data.py | 210 +++++++++
tests/test_real_server.py | 15 +-
tests/test_requests.py | 508 +--------------------
21 files changed, 2484 insertions(+), 977 deletions(-)
create mode 100644 CONTRIBUTING.rst
create mode 100644 docs/Makefile
create mode 100644 docs/changelog.rst
create mode 100644 docs/conf.py
create mode 100644 docs/contributing.rst
create mode 100644 docs/index.html
create mode 100644 docs/index.rst
create mode 100644 docs/installation.rst
create mode 100644 docs/use.rst
copy ripe/atlas/cousteau/{__init__.py => api_listing.py} (55%)
create mode 100644 ripe/atlas/cousteau/api_meta_data.py
create mode 100644 tests/test_api_listing.py
create mode 100644 tests/test_api_meta_data.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ripe-atlas-cousteau.git
More information about the Python-modules-commits
mailing list