Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.io.base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.io.base
Commits
18361e20
Commit
18361e20
authored
10 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Namespace fixes
parent
5b5b2123
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MANIFEST.in
+2
-2
2 additions, 2 deletions
MANIFEST.in
README.rst
+18
-18
18 additions, 18 deletions
README.rst
with
20 additions
and
20 deletions
MANIFEST.in
+
2
−
2
View file @
18361e20
include LICENSE README.rst bootstrap.py buildout.cfg
recursive-include doc conf.py *.rst
recursive-include xbob *.cpp *.h
recursive-include xbob/io/data *.*
recursive-include xbob/io/fonts *.txt *.ttf
recursive-include xbob/io/
base/
data *.*
recursive-include xbob/io/
base/
fonts *.txt *.ttf
This diff is collapsed.
Click to expand it.
README.rst
+
18
−
18
View file @
18361e20
...
...
@@ -2,22 +2,22 @@
.. Andre Anjos <andre.anjos@idiap.ch>
.. Thu 29 Aug 2013 16:07:57 CEST
.. image:: https://travis-ci.org/bioidiap/xbob.io.svg?branch=master
:target: https://travis-ci.org/bioidiap/xbob.io
.. image:: https://coveralls.io/repos/bioidiap/xbob.io/badge.png
:target: https://coveralls.io/r/bioidiap/xbob.io
.. image:: http://img.shields.io/github/tag/bioidiap/xbob.io.png
:target: https://github.com/bioidiap/xbob.io
.. image:: http://img.shields.io/pypi/v/xbob.io.png
:target: https://pypi.python.org/pypi/xbob.io
.. image:: http://img.shields.io/pypi/dm/xbob.io.png
:target: https://pypi.python.org/pypi/xbob.io
============================
Python bindings for bob
.
io
============================
This package contains a set of Pythonic bindings for Bob
's
I/O functionality.
.. image:: https://travis-ci.org/bioidiap/xbob.io.
base.
svg?branch=master
:target: https://travis-ci.org/bioidiap/xbob.io
.base
.. image:: https://coveralls.io/repos/bioidiap/xbob.io
.base
/badge.png
:target: https://coveralls.io/r/bioidiap/xbob.io
.base
.. image:: http://img.shields.io/github/tag/bioidiap/xbob.io.
base.
png
:target: https://github.com/bioidiap/xbob.io
.base
.. image:: http://img.shields.io/pypi/v/xbob.io.
base.
png
:target: https://pypi.python.org/pypi/xbob.io
.base
.. image:: http://img.shields.io/pypi/dm/xbob.io.
base.
png
:target: https://pypi.python.org/pypi/xbob.io
.base
============================
=
Python bindings for bob
::
io
============================
=
This package contains a set of Pythonic bindings for
core
Bob I/O functionality.
Installation
------------
...
...
@@ -41,7 +41,7 @@ Testing
You can run a set of tests using the nose test runner::
$ nosetests -sv xbob.io
$ nosetests -sv xbob.io
.base
.. warning::
...
...
@@ -58,7 +58,7 @@ You can run our documentation tests using sphinx itself::
You can test overall test coverage with::
$ nosetests --with-coverage --cover-package=xbob.io
$ nosetests --with-coverage --cover-package=xbob.io
.base
The ``coverage`` egg must be installed for this to work properly.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment