Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
Upgraded some deps
  • Loading branch information
bradlindblad committed Oct 11, 2020
1 parent 6dbd487 commit 394a77b
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 deletions.
Binary file modified dist/schrutepy-0.1.1-py3-none-any.whl
Binary file not shown.
Binary file modified dist/schrutepy-0.1.1.tar.gz
Binary file not shown.
Binary file added dist/schrutepy-0.1.2-py3-none-any.whl
Binary file not shown.
Binary file added dist/schrutepy-0.1.2.tar.gz
Binary file not shown.
17 changes: 12 additions & 5 deletions schrutepy.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: schrutepy
Version: 0.1.1
Version: 0.1.2
Summary: The Entire Transcripts from the Office in Tidy Format
Home-page: https://github.com/bradlindblad/schrutepy
Author: Brad Lindblad
Expand All @@ -9,13 +9,16 @@ License: UNKNOWN
Description:
![logo](https://github.com/bradlindblad/schrutepy/blob/master/static/logo.png?raw=true)

-----------------
# The complete transcripts of The Office (US) in a tidy dataframe
--------------
# The Entire Transcript from the Office in Tidy Format

<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 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 href='https://img.shields.io/github/stars/bradlindblad/schrutepy?style=social&label=Star&maxAge=2592000'><img src='https://img.shields.io/github/stars/bradlindblad/schrutepy?style=social&label=Star&maxAge=2592000' alt='Black' /></a>
</p>

>"The worst thing about prison was the dementors" --- Prison Mike
### Also available in R: [schrute package](https://bradlindblad.github.io/schrute/)
<a href="https://bradlindblad.github.io/schrute/"><img src="https://raw.githubusercontent.com/bradlindblad/schrute/master/man/figures/logo.png" alt="schrute R package" height= "200"></a>



# What is it
Expand All @@ -40,8 +43,12 @@ Description:
df.head(5)
```

## Demo
View the full demo on the [website: technistema](https://technistema.com/posts/python-text-analysis-with-the-schrutepy-package/)

# Contributors
- [Lucas Greybuck](https://github.com/hypercompetent)

Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Expand Down
4 changes: 2 additions & 2 deletions schrutepy.egg-info/requires.txt
@@ -1,5 +1,5 @@
ipython>=6
pandas
pip
twine>=3
wheel
pip
pandas
Binary file added schrutepy/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Binary file added schrutepy/__pycache__/schrutepy.cpython-38.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name="schrutepy",
version="0.1.1",
version="0.1.2",
author="Brad Lindblad",
author_email="bradley.lindblad@gmail.com",
description="The Entire Transcripts from the Office in Tidy Format",
Expand Down

0 comments on commit 394a77b

Please sign in to comment.