A Python package for modeling companies across various sectors.
Project description
Company Package
The Company Package is a Python package designed to model companies across different sectors.
Features
- Base
Companyclass with core attributes and methods, including stock price retrieval. - Sector-specific subclasses:
- InfoTechCompany: For companies focused on information technology.
- FinTechCompany: For companies in the financial technology sector.
- MedicalCompany: With additional methods to track drug approval attempts.
- Integrated with
yfinancefor real-time stock information.
Installation
Ensure you have Python 3.6 or higher. You can install the package and its dependencies with:
pip install -e .
Usage
Here's a quick example of how to use the package:
import company as cp
my_company = cp.Company(name="Nvidia", ticker="NVDA")
my_company.display_info()
Documentation
Visit our documentation page.
Contributing
Contributions are welcome! Fork our repository and submit a pull request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file company_package-0.0.0b0.post12.tar.gz.
File metadata
- Download URL: company_package-0.0.0b0.post12.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cf62c5ce4365ab5545150ba20c71c9013ab14cbd89558427350768f4a4015f8
|
|
| MD5 |
e096df8bec488bd0e6d12490fb0b0989
|
|
| BLAKE2b-256 |
75a21451fcab54d43283a953ddfdd4957b5ee9fc6fe8719ad3c0eb88efd50058
|
File details
Details for the file company_package-0.0.0b0.post12-py3-none-any.whl.
File metadata
- Download URL: company_package-0.0.0b0.post12-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8fcd4c257865d34ceb2030ba8297527ebd804a1a94968b920d437722e46f9bb
|
|
| MD5 |
40fdba09bfe9c408335c977f5d94d486
|
|
| BLAKE2b-256 |
f55372d8ba932b37b0626d73aa9c9c3d0a9d7e6b9d0d00de5aabb0cd18ea38a0
|