An assignment that refactors the main function from Max's code into its own library
Project description
Marcus main
An assignment that refactors the main function from Max's code into its own library
Installation
pip install marcus-main
Get started
How to run Max's code using the MarcusMain library
from marcus_main import MarcusMain
# Instantiate a MarcusMain object and save it to a variable
run = MarcusMain()
# Call the main function. We have to pass the main function a number of arguments that are defined elsewhere in Max's code.
run.main(
currency_pairs,
initialize_raw_data_tables,
initialize_aggregated_tables,
aggregate_raw_data_tables,
reset_raw_data_tables,
ts_to_datetime,
)
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
marcus-main-0.1.0.tar.gz
(3.3 kB
view details)
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 marcus-main-0.1.0.tar.gz.
File metadata
- Download URL: marcus-main-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4baa03de707503fed3b684ea34a0ebd217fe82395ef3da453ccbb18f93b0f02
|
|
| MD5 |
bb85b190ccb3d50af365aa68c363a47f
|
|
| BLAKE2b-256 |
9d0abe2216e3e6e5cec761ff16d8dbc831a28a5a07b90def26c1f9f1e3394259
|
File details
Details for the file marcus_main-0.1.0-py3-none-any.whl.
File metadata
- Download URL: marcus_main-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b987a79921161da9a60c788dcc162f373a6ba37612398df6cf966e5326ece52
|
|
| MD5 |
573a801a984e9a139341380811adde7d
|
|
| BLAKE2b-256 |
f511662a70057d89c6ec19fd62cf138f4ad58c8d15bb5df263c379bc416e6c9e
|