Skip to content

Commit

Permalink
update to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bradlindblad committed Jan 23, 2022
1 parent 394a77b commit be5a099
Show file tree
Hide file tree
Showing 14 changed files with 59 additions and 54 deletions.
Binary file removed dist/schrutepy-0.1.1-py3-none-any.whl
Binary file not shown.
Binary file removed dist/schrutepy-0.1.1.tar.gz
Binary file not shown.
Binary file removed dist/schrutepy-0.1.2-py3-none-any.whl
Binary file not shown.
Binary file removed dist/schrutepy-0.1.2.tar.gz
Binary file not shown.
Binary file added dist/schrutepy-0.1.3-py3.8.egg
Binary file not shown.
Binary file added dist/schrutepy-0.1.3.tar.gz
Binary file not shown.
15 changes: 8 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
pytest==6.1.1
pip==20.2.3
wheel==0.35.1
twine==3.2.0
black==20.8b1
pytest-cov==2.10.1
coveralls==2.1.2
pytest==6.2.5
pip==21.1.3
wheel==0.37.1
twine==3.7.1
black==21.12b0
pytest-cov==3.0.0
coveralls==3.3.1


91 changes: 47 additions & 44 deletions schrutepy.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,55 +1,58 @@
Metadata-Version: 2.1
Name: schrutepy
Version: 0.1.2
Version: 0.1.3
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](https://github.com/bradlindblad/schrutepy/blob/master/static/logo.png?raw=true)

--------------
# 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 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>

### 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
The entire text transcripts from the American version of The Office TV show in pandas dataframe. Use this package to practice or learn NLP, text analysis or deep learning.

# Getting started
You can install easily from PyPi


## Install
```
pip install schrutepy
```
## Usage
Pull the transcripts into a data frame with this library's only method:

```
from schrutepy import schrutepy

df = schrutepy.load_schrute()

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)
Description-Content-Type: text/markdown
License-File: LICENSE


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

--------------
# 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 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>

### 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
The entire text transcripts from the American version of The Office TV show in pandas dataframe. Use this package to practice or learn NLP, text analysis or deep learning.

# Getting started
You can install easily from PyPi


## Install
```
pip install schrutepy
```
## Usage
Pull the transcripts into a data frame with this library's only method:

```
from schrutepy import schrutepy

df = schrutepy.load_schrute()

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)


1 change: 1 addition & 0 deletions schrutepy.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.coverage
.travis.yml
LICENSE
README.md
README.pdf
requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions schrutepy.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ipython>=6
pandas
pip
twine>=3
wheel
pip
pandas
Binary file modified schrutepy/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Binary file modified schrutepy/__pycache__/schrutepy.cpython-38.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

0 comments on commit be5a099

Please sign in to comment.