Skip to content

Commit

Permalink
Pushed 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bradlindblad committed Jan 14, 2020
1 parent d90f435 commit a303288
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@

![logo](static/logo.png)
![logo](https://github.com/bradlindblad/schrutepy/blob/master/static/logo.png?raw=true)

-----------------
# The complete transcripts of The Office (US) in a tidy dataframe
Expand Down
Binary file removed dist/schrutepy-0.0.18-py3-none-any.whl
Binary file not shown.
Binary file removed dist/schrutepy-0.0.18.tar.gz
Binary file not shown.
Binary file added dist/schrutepy-0.1.1-py3-none-any.whl
Binary file not shown.
Binary file added dist/schrutepy-0.1.1.tar.gz
Binary file not shown.
7 changes: 4 additions & 3 deletions schrutepy.egg-info/PKG-INFO
@@ -1,18 +1,19 @@
Metadata-Version: 2.1
Name: schrutepy
Version: 0.0.18
Version: 0.1.1
Summary: The Entire Transcripts from the Office in Tidy Format
Home-page: https://github.com/bradlindblad/schrutepy
Author: Brad Lindblad
Author-email: bradley.lindblad@gmail.com
License: UNKNOWN
Description:
![logo](static/logo.png)
![logo](https://github.com/bradlindblad/schrutepy/blob/master/static/logo.png?raw=true)

-----------------
# The complete transcripts of The Office (US) in a tidy dataframe

<p align='center'><a href="https://travis-ci.org/bradlindblad/schrutepy.svg?branch=master" alt="Travis Build Status"><img src="https://travis-ci.org/bradlindblad/schrutepy.svg?branch=master" /></a><a href='https://coveralls.io/github/bradlindblad/schrutepy?branch=master'><img src='https://coveralls.io/repos/github/bradlindblad/schrutepy/badge.svg?branch=master' alt='Coverage Status' /></a><a href='https://github.com/psf/black'><img src='https://camo.githubusercontent.com/28a51fe3a2c05048d8ca8ecd039d6b1619037326/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f64652532307374796c652d626c61636b2d3030303030302e737667' alt='Black' /></a><a href='https://pyup.io/repos/github/bradlindblad/schrutepy'><img src='https://pyup.io/repos/github/bradlindblad/schrutepy/python-3-shield.svg?t=1578969467723' alt='PyUp' /></a><a href='https://pyup.io/repos/github/bradlindblad/schrutepy'><img src='https://pyup.io/repos/github/bradlindblad/schrutepy/shield.svg' alt='PyUp' /></a>
<p align='center'><a href="https://badge.fury.io/py/schrutepy"><img src="https://badge.fury.io/py/schrutepy.svg" alt="PyPI version" height="18"></a> <a href="https://travis-ci.org/bradlindblad/schrutepy.svg?branch=master" alt="Travis Build Status"><img src="https://travis-ci.org/bradlindblad/schrutepy.svg?branch=master" /></a> <a href='https://coveralls.io/github/bradlindblad/schrutepy?branch=master'><img src='https://coveralls.io/repos/github/bradlindblad/schrutepy/badge.svg?branch=master' alt='Coverage Status' /></a> <a href='https://pyup.io/repos/github/bradlindblad/schrutepy'><img src='https://pyup.io/repos/github/bradlindblad/schrutepy/shield.svg' alt='PyUp' /></a> <a href='https://github.com/psf/black'><img src='https://camo.githubusercontent.com/28a51fe3a2c05048d8ca8ecd039d6b1619037326/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f64652532307374796c652d626c61636b2d3030303030302e737667' alt='Black' /></a> </a>
</p>

>"The worst thing about prison was the dementors" --- Prison Mike

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name="schrutepy",
version="0.0.18",
version="0.1.1",
author="Brad Lindblad",
author_email="bradley.lindblad@gmail.com",
description="The Entire Transcripts from the Office in Tidy Format",
Expand Down
6 changes: 3 additions & 3 deletions source.R
@@ -1,7 +1,7 @@
library(schrute)

library(feather)

df <- schrute::theoffice

write.csv(df, "{my desktop}")

feather::write_feather(df, "~/Desktop/schrute.feather")
write.csv(df, "~/Desktop/schrute.csv")

0 comments on commit a303288

Please sign in to comment.