Skip to content

Commit

Permalink
Add .gitignore and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
SenadI committed Apr 27, 2016
1 parent ab1eded commit 6d4e6ec
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Compiled source #
###################
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging #
############################
build/
dist/
*.egg-info/
*.egg

# Installer logs #
##################
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports #
################################
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
htmlcov

# Sphinx documentation #
########################
docs/_build/

# IPython Notebook #
####################
.ipynb_checkpoints

# Distutils #
#############
MANIFEST

# OS generated files #
######################
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db

# Editor Files #
################
*~
*.swp

# IntelliJ specific files/directories #
#######################################
.idea
*.ipr
*.iws
*.iml
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
sevenbridges-python
===================

[![PyPI version](https://badge.fury.io/py/sevenbridges-python.svg)](https://pypi.python.org/pypi/sevenbridges-python)
[![Documentation](https://readthedocs.org/projects/sevenbridges-python/badge/?version=latest)](http://sevenbridges-python.readthedocs.org/en/latest/)

sevenbridges-python is a [Python](http://www.python.org/) library that
provides an interface for [the Seven Bridges
Platform](https://www.sbgenomics.com/) and [Cancer Genomics
Expand Down

0 comments on commit 6d4e6ec

Please sign in to comment.