Skip to content

Commit

Permalink
fixing readme and bumping version for pypi fix
Browse files Browse the repository at this point in the history
  • Loading branch information
txbm committed Mar 10, 2014
1 parent fc93dce commit de93c24
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions README.md
@@ -1,9 +1,19 @@
# Assetman
[![Build Status](https://travis-ci.org/petermelias/assetman.png?branch=master)](https://travis-ci.org/petermelias/assetman) [![Coverage Status](https://coveralls.io/repos/petermelias/assetman/badge.png?branch=master)](https://coveralls.io/r/petermelias/assetman?branch=master) [![Downloads](https://pypip.in/d/assetman/badge.png)](https://crate.io/packages/assetman) [![Downloads](https://pypip.in/v/assetman/badge.png)](https://crate.io/packages/assetman)

[![Latest Version](https://pypip.in/v/assetman/badge.png)](https://pypi.python.org/pypi/assetman/)
[![Build Status](https://travis-ci.org/petermelias/assetman.png?branch=master)](https://travis-ci.org/petermelias/assetman)
[![Montly Downloads](https://pypip.in/d/assetman/badge.png?month)](https://pypi.python.org/pypi/assetman)
[![Download format](https://pypip.in/format/assetman/badge.png)](https://pypi.python.org/pypi/assetman/)
[![Coverage Status](https://coveralls.io/repos/petermelias/assetman/badge.png?branch=master)](https://coveralls.io/r/petermelias/assetman?branch=master)
[![License](https://pypip.in/license/assetman/badge.png)](https://pypi.python.org/pypi/assetman/)


## Usage
```python
from assetman import init, create_blob
from assetman import (
init,
create_blob
)

manager = init(aws_key, aws_secret, my_bucket)
some_data = 'my awsome string / image binary / html / markdown / national secrets'
Expand Down
2 changes: 1 addition & 1 deletion assetman/service/__init__.py
@@ -1 +1 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name='assetman',
version='0.0.3',
version='0.0.4',
url='http://github.com/petermelias/assetman',
license='BSD',
author='Peter M. Elias',
Expand Down

0 comments on commit de93c24

Please sign in to comment.