company-package


Namecompany-package JSON
Version 0.0.2.post0 PyPI version JSON
download
home_pageNone
SummaryA Python package for modeling companies across various sectors.
upload_time2024-11-05 11:48:33
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords companies finance healthcare technology
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Company Package

The **Company Package** is a Python package designed to model companies across different sectors.

## Features

- Base `Company` class 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 `yfinance` for real-time stock information.

## Installation

Ensure you have Python 3.6 or higher. You can install the package and its dependencies from source with:

```bash
pip install -e .
```

or from PyPi with:

```bash
pip install company_package
```

## Usage

Here's a quick example of how to use the package:

```python
import company as cp

my_company = cp.Company(name="Nvidia", ticker="NVDA")
my_company.display_info()

```

## Documentation

Visit our [documentation page](https://your-readthedocs-url-here).

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "company-package",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "companies, finance, healthcare, technology",
    "author": null,
    "author_email": "Your Name <your.email@example.com>, Boris <boris.bolliet@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/36/31/e098c5c917aa3666d9419f767e70de18462ee7fd8849b1e1b4932505dd91/company_package-0.0.2.post0.tar.gz",
    "platform": null,
    "description": "# Company Package\n\nThe **Company Package** is a Python package designed to model companies across different sectors.\n\n## Features\n\n- Base `Company` class with core attributes and methods, including stock price retrieval.\n- Sector-specific subclasses:\n  - **InfoTechCompany**: For companies focused on information technology.\n  - **FinTechCompany**: For companies in the financial technology sector.\n  - **MedicalCompany**: With additional methods to track drug approval attempts.\n- Integrated with `yfinance` for real-time stock information.\n\n## Installation\n\nEnsure you have Python 3.6 or higher. You can install the package and its dependencies from source with:\n\n```bash\npip install -e .\n```\n\nor from PyPi with:\n\n```bash\npip install company_package\n```\n\n## Usage\n\nHere's a quick example of how to use the package:\n\n```python\nimport company as cp\n\nmy_company = cp.Company(name=\"Nvidia\", ticker=\"NVDA\")\nmy_company.display_info()\n\n```\n\n## Documentation\n\nVisit our [documentation page](https://your-readthedocs-url-here).\n\n## Contributing\n\nContributions are welcome! Fork our repository and submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the `LICENSE` file for details.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python package for modeling companies across various sectors.",
    "version": "0.0.2.post0",
    "project_urls": {
        "Documentation": "https://your-readthedocs-url-here",
        "Issues": "https://github.com/yourusername/companies_package/issues",
        "Source": "https://github.com/yourusername/companies_package"
    },
    "split_keywords": [
        "companies",
        " finance",
        " healthcare",
        " technology"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9972db2b4c015e65a50c254a3bd67cf367416f16f70ede61189885f737469aa2",
                "md5": "860efb3b8c909d5cfccbed8b6c1a1e9f",
                "sha256": "2382c963c0305dd0eca8524713e4b2058a8067d900e1b53f089086e4c049445d"
            },
            "downloads": -1,
            "filename": "company_package-0.0.2.post0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "860efb3b8c909d5cfccbed8b6c1a1e9f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 13871,
            "upload_time": "2024-11-05T11:48:32",
            "upload_time_iso_8601": "2024-11-05T11:48:32.239338Z",
            "url": "https://files.pythonhosted.org/packages/99/72/db2b4c015e65a50c254a3bd67cf367416f16f70ede61189885f737469aa2/company_package-0.0.2.post0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3631e098c5c917aa3666d9419f767e70de18462ee7fd8849b1e1b4932505dd91",
                "md5": "d58448385c7dfdd319794ee35fe305de",
                "sha256": "d1a6f5e277d9defcc378e5f849a9ceb5c06917fa1d61eb840875b58b3510e231"
            },
            "downloads": -1,
            "filename": "company_package-0.0.2.post0.tar.gz",
            "has_sig": false,
            "md5_digest": "d58448385c7dfdd319794ee35fe305de",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 11784,
            "upload_time": "2024-11-05T11:48:33",
            "upload_time_iso_8601": "2024-11-05T11:48:33.602582Z",
            "url": "https://files.pythonhosted.org/packages/36/31/e098c5c917aa3666d9419f767e70de18462ee7fd8849b1e1b4932505dd91/company_package-0.0.2.post0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-05 11:48:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "companies_package",
    "github_not_found": true,
    "lcname": "company-package"
}
        
Elapsed time: 0.37587s