Name | ConvexTrader JSON |
Version |
0.0.2
JSON |
| download |
home_page | https://github.com/ACquantclub/Applications-of-Convex-Optimization/ |
Summary | A package for portfolio optimization using convex optimization |
upload_time | 2024-11-28 01:31:16 |
maintainer | None |
docs_url | None |
author | Liam Davis |
requires_python | >=3.7 |
license | MIT License Copyright (c) 2024 Amherst College Quant Club 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: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 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. |
keywords |
portfolio optimization
convex optimization
finance
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Applications-of-Convex-Optimization
Fall 2024 Project: Applications of Convex Optimization
## Installation
### Setting Up a Virtual Environment
1. **Clone the repository**:
```bash
git clone https://github.com/yourusername/Applications-of-Convex-Optimization.git
cd Applications-of-Convex-Optimization
```
2. **Create a virtual environment**:
```bash
python3 -m venv env
```
3. **Activate the virtual environment**:
- On macOS and Linux:
```bash
source env/bin/activate
```
- On Windows:
```bash
.\env\Scripts\activate
```
### Installing Dependencies
1. **Install the required packages**:
```bash
pip install -r requirements.txt
```
### Running Tests
1. **Navigate to the tests directory**:
```bash
cd tests
```
2. Follow the instructions in the README located in the tests directory to run the tests.
Raw data
{
"_id": null,
"home_page": "https://github.com/ACquantclub/Applications-of-Convex-Optimization/",
"name": "ConvexTrader",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "portfolio optimization, convex optimization, finance",
"author": "Liam Davis",
"author_email": "Liam Davis <ljdavis27@amherst.edu>",
"download_url": "https://files.pythonhosted.org/packages/e3/82/37bf60fe8313601e3e25a7bc75434428cdd33a12bb39870c5f1e3a6c1cbc/convextrader-0.0.2.tar.gz",
"platform": null,
"description": "# Applications-of-Convex-Optimization\n\nFall 2024 Project: Applications of Convex Optimization\n\n## Installation\n\n### Setting Up a Virtual Environment\n\n1. **Clone the repository**:\n ```bash\n git clone https://github.com/yourusername/Applications-of-Convex-Optimization.git\n cd Applications-of-Convex-Optimization\n ```\n\n2. **Create a virtual environment**:\n ```bash\n python3 -m venv env\n ```\n\n3. **Activate the virtual environment**:\n - On macOS and Linux:\n ```bash\n source env/bin/activate\n ```\n - On Windows:\n ```bash\n .\\env\\Scripts\\activate\n ```\n\n### Installing Dependencies\n\n1. **Install the required packages**:\n ```bash\n pip install -r requirements.txt\n ```\n\n### Running Tests\n\n1. **Navigate to the tests directory**:\n ```bash\n cd tests\n ```\n\n2. Follow the instructions in the README located in the tests directory to run the tests.\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2024 Amherst College Quant Club 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: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 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. ",
"summary": "A package for portfolio optimization using convex optimization",
"version": "0.0.2",
"project_urls": {
"Homepage": "https://acquantclub.github.io/Applications-of-Convex-Optimization",
"Repository": "https://github.com/ACquantclub/Applications-of-Convex-Optimization"
},
"split_keywords": [
"portfolio optimization",
" convex optimization",
" finance"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a8931b8c99a033a556b26be58875dd378e88ac216e02596c104635107760eed2",
"md5": "ab425823ed22e8c75a02b29252c5092a",
"sha256": "603d01f6bb5f4facf1f29e18d3c7a987d5ab74a7a508df28d255caba55995769"
},
"downloads": -1,
"filename": "ConvexTrader-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ab425823ed22e8c75a02b29252c5092a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 14250,
"upload_time": "2024-11-28T01:31:15",
"upload_time_iso_8601": "2024-11-28T01:31:15.077487Z",
"url": "https://files.pythonhosted.org/packages/a8/93/1b8c99a033a556b26be58875dd378e88ac216e02596c104635107760eed2/ConvexTrader-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e38237bf60fe8313601e3e25a7bc75434428cdd33a12bb39870c5f1e3a6c1cbc",
"md5": "4ccb09c6fb0c9629651bb6aae939eac1",
"sha256": "a7c204f21030651a2b6950505f9baac217de8200d7c919d4e3539a2fcce90e95"
},
"downloads": -1,
"filename": "convextrader-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "4ccb09c6fb0c9629651bb6aae939eac1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 11584,
"upload_time": "2024-11-28T01:31:16",
"upload_time_iso_8601": "2024-11-28T01:31:16.279027Z",
"url": "https://files.pythonhosted.org/packages/e3/82/37bf60fe8313601e3e25a7bc75434428cdd33a12bb39870c5f1e3a6c1cbc/convextrader-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-28 01:31:16",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ACquantclub",
"github_project": "Applications-of-Convex-Optimization",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "convextrader"
}