No project description provided
Project description
regpnlpypi
regpnlpypi is a Python package designed to simplify the process of creating, running, and evaluating backtests. It offers an intuitive interface for exploring strategies and automating complex workflows.
Installation
To install the package, use the following command:
pip install regpnlpypi
Usage
Every new functionality developed in this package has been interfaced so you have very little to do!
Step-by-Step Guide
-
Create a
launch.pyfileAdd the following lines to your
launch.pyfile that is already created in the folder:from regpnlpypi.main import run if __name__ == "__main__": run()
-
Run the application
Open the terminal in the folder where the
launch.pyfile is located and run the following command:streamlit run launch.py
Commands Cheat Sheet
Here's a quick reference for all coding-related commands used:
Running the Application
-
Create the
launch.pyfile:from regpnlpypi.main import run if __name__ == "__main__": run()
-
Run the application via Streamlit:
streamlit run launch.py
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 regpnlpypi-0.2.tar.gz.
File metadata
- Download URL: regpnlpypi-0.2.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6979f7ac811d907c1cf04dbed03c597c713c7f00ef8846a2a149051b91950543
|
|
| MD5 |
561373805eb3db6bfe7fb87a0c6410df
|
|
| BLAKE2b-256 |
e58770dfd12c2c3843d0f89a28e8ec1110637e70d1bf906a1c1a3456e21e59f3
|
File details
Details for the file regpnlpypi-0.2-py3-none-any.whl.
File metadata
- Download URL: regpnlpypi-0.2-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
244190e186d424eaf5bca6017112be64bf9346b2546089a9c7cf18aba27db7bd
|
|
| MD5 |
4d446bab3f8509a09a90b7369f8cdc95
|
|
| BLAKE2b-256 |
f35c2fd2255511e83e1188fb5b5b631258741d1977dac7a36d4dba91a7b492d0
|