Skip to content

Commit 22ec45b

Browse files
committed
Initial Commit
0 parents  commit 22ec45b

File tree

12 files changed

+88
-0
lines changed

12 files changed

+88
-0
lines changed

CHANGELOG.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Change Log
2+
==========
3+
0.0.2 (2/8/2023)
4+
----------------
5+
Stock Information Function
6+
7+
0.0.1 (2/8/2023)
8+
----------------
9+
Initial Release

LICENCE.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright 2023 Rocco Pio Maria Petruccio
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
global-include *.txt *.py

README.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Web Scraping library.
2+
All data is scraped off of Yahoo and Marketwatch

dist/ptrFinance-0.0.1.tar.gz

2.18 KB
Binary file not shown.

dist/ptrFinance-0.0.2.tar.gz

3.31 KB
Binary file not shown.

ptrFinance.egg-info/PKG-INFO

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Metadata-Version: 2.1
2+
Name: ptrFinance
3+
Version: 0.0.2
4+
Summary: Financial Web Scraping Library
5+
Home-page:
6+
Author: Rocco Pio Maria Petruccio
7+
Author-email: [email protected]
8+
License: MIT
9+
Keywords: Web Scraping
10+
Classifier: Development Status :: 5 - Production/Stable
11+
Classifier: Intended Audience :: Education
12+
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
13+
Classifier: License :: OSI Approved :: MIT License
14+
Classifier: Programming Language :: Python :: 3
15+
License-File: LICENCE.txt
16+
17+
Web Scraping library.
18+
All data is scraped off of Yahoo and Marketwatch
19+
20+
21+
Change Log
22+
==========
23+
0.0.2 (2/8/2023)
24+
----------------
25+
Stock Information Function
26+
27+
0.0.1 (2/8/2023)
28+
----------------
29+
Initial Release

ptrFinance.egg-info/SOURCES.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CHANGELOG.txt
2+
LICENCE.txt
3+
MANIFEST.in
4+
README.txt
5+
setup.py
6+
ptrFinance/__init__.py
7+
ptrFinance.egg-info/PKG-INFO
8+
ptrFinance.egg-info/SOURCES.txt
9+
ptrFinance.egg-info/dependency_links.txt
10+
ptrFinance.egg-info/requires.txt
11+
ptrFinance.egg-info/top_level.txt
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

ptrFinance.egg-info/requires.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
bs4
2+
requests_html
3+
csv

0 commit comments

Comments
 (0)