We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1730694 + ab3b136 commit 9bcc645Copy full SHA for 9bcc645
scrape_amazon/util/scrape.py
@@ -1,6 +1,5 @@
1
import math
2
import re
3
-
4
import pandas as pd
5
from bs4 import BeautifulSoup
6
from p_tqdm import p_map
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = scrape_amazon
-version = 0.1.6
+version = 0.1.7
description = Scrape Amazon Reviews smoothly.
license = MIT
author = Parth Maniar
@@ -32,4 +32,4 @@ warn_redundant_casts = True
32
warn_unused_ignores = True
33
warn_return_any = True
34
warn_unreachable = True
35
-pretty = True
+pretty = True
setup.py
import setuptools
-with open("README.md") as readme_file:
+with open("README.md", encoding="utf8") as readme_file:
README = readme_file.read()
setuptools.setup(
0 commit comments