text-summarizer-aweebtaku 1.2.8.post1__tar.gz → 1.2.8.post2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {text_summarizer_aweebtaku-1.2.8.post1/text_summarizer_aweebtaku.egg-info → text_summarizer_aweebtaku-1.2.8.post2}/PKG-INFO +1 -1
- {text_summarizer_aweebtaku-1.2.8.post1 → text_summarizer_aweebtaku-1.2.8.post2}/setup.py +1 -1
- {text_summarizer_aweebtaku-1.2.8.post1 → text_summarizer_aweebtaku-1.2.8.post2}/text_summarizer/__init__.py +1 -1
- {text_summarizer_aweebtaku-1.2.8.post1 → text_summarizer_aweebtaku-1.2.8.post2/text_summarizer_aweebtaku.egg-info}/PKG-INFO +1 -1
- {text_summarizer_aweebtaku-1.2.8.post1 → text_summarizer_aweebtaku-1.2.8.post2}/LICENSE +0 -0
- {text_summarizer_aweebtaku-1.2.8.post1 → text_summarizer_aweebtaku-1.2.8.post2}/MANIFEST.in +0 -0
- {text_summarizer_aweebtaku-1.2.8.post1 → text_summarizer_aweebtaku-1.2.8.post2}/README.md +0 -0
- {text_summarizer_aweebtaku-1.2.8.post1 → text_summarizer_aweebtaku-1.2.8.post2}/create_shortcuts.bat +0 -0
- {text_summarizer_aweebtaku-1.2.8.post1 → text_summarizer_aweebtaku-1.2.8.post2}/requirements.txt +0 -0
- {text_summarizer_aweebtaku-1.2.8.post1 → text_summarizer_aweebtaku-1.2.8.post2}/setup.cfg +0 -0
- {text_summarizer_aweebtaku-1.2.8.post1 → text_summarizer_aweebtaku-1.2.8.post2}/text_summarizer/cli.py +0 -0
- {text_summarizer_aweebtaku-1.2.8.post1 → text_summarizer_aweebtaku-1.2.8.post2}/text_summarizer/create_shortcuts.py +0 -0
- {text_summarizer_aweebtaku-1.2.8.post1 → text_summarizer_aweebtaku-1.2.8.post2}/text_summarizer/data/__init__.py +0 -0
- {text_summarizer_aweebtaku-1.2.8.post1 → text_summarizer_aweebtaku-1.2.8.post2}/text_summarizer/data/tennis.csv +0 -0
- {text_summarizer_aweebtaku-1.2.8.post1 → text_summarizer_aweebtaku-1.2.8.post2}/text_summarizer/summarizer.py +0 -0
- {text_summarizer_aweebtaku-1.2.8.post1 → text_summarizer_aweebtaku-1.2.8.post2}/text_summarizer/ui.py +0 -0
- {text_summarizer_aweebtaku-1.2.8.post1 → text_summarizer_aweebtaku-1.2.8.post2}/text_summarizer_aweebtaku.egg-info/SOURCES.txt +0 -0
- {text_summarizer_aweebtaku-1.2.8.post1 → text_summarizer_aweebtaku-1.2.8.post2}/text_summarizer_aweebtaku.egg-info/dependency_links.txt +0 -0
- {text_summarizer_aweebtaku-1.2.8.post1 → text_summarizer_aweebtaku-1.2.8.post2}/text_summarizer_aweebtaku.egg-info/entry_points.txt +0 -0
- {text_summarizer_aweebtaku-1.2.8.post1 → text_summarizer_aweebtaku-1.2.8.post2}/text_summarizer_aweebtaku.egg-info/requires.txt +0 -0
- {text_summarizer_aweebtaku-1.2.8.post1 → text_summarizer_aweebtaku-1.2.8.post2}/text_summarizer_aweebtaku.egg-info/top_level.txt +0 -0
|
@@ -15,7 +15,7 @@ requirements = [
|
|
|
15
15
|
|
|
16
16
|
setup(
|
|
17
17
|
name="text-summarizer-aweebtaku",
|
|
18
|
-
version="1.2.8.
|
|
18
|
+
version="1.2.8.post2",
|
|
19
19
|
author="Aditya Chaurasiya",
|
|
20
20
|
author_email="adityachaurasiya57527@gmail.com",
|
|
21
21
|
description="A text summarization tool using GloVe embeddings and PageRank algorithm",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{text_summarizer_aweebtaku-1.2.8.post1 → text_summarizer_aweebtaku-1.2.8.post2}/create_shortcuts.bat
RENAMED
|
File without changes
|
{text_summarizer_aweebtaku-1.2.8.post1 → text_summarizer_aweebtaku-1.2.8.post2}/requirements.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|