{ "info": { "author": "Kevin Hill", "author_email": "kevin@funguana.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Funstrat\n\nThis is the strategy preprocessing library. Use to preprocess everything regarding price bar data. We can put other things into it as well.\n\n# NOTE! \n## MOST OF THIS WILL BE SETUP TIME AND READING DOCUMENTATIONS!\n\nMost of this assignment won't be something extremelt new. It'll be a rehash of the code previously written. However, you'll be integrating the previously written code with our code base. It'll simplify everything for us, and perhaps give you new assets to use.\n\n\n# Installation and Setup:\nAfter reviewing some of your code, I've inferred that you use Windows and possibly pycharm. To ensure you have the best experience possible, we're going to have you install Ubuntu on Windows. Prior to following the rest of the document, please read and follow:\n\n> https://tutorials.ubuntu.com/tutorial/tutorial-ubuntu-on-windows#0\n\nAfter you follow that tutorial, please follow this tutorial to install all of python/python3:\n> http://timmyreilly.azurewebsites.net/python-with-ubuntu-on-windows/\n\n## Installing Pip3 and pipenv\nI use `pipenv` to ensure all of this code works properly. Before continuing. Open `Ubuntu on Windows` and begin with installing the following commands:\n\n**This upgrades your system**\n```bash\nsudo apt-get update\nsudo apt-get -y upgrade\n```\n\n**This installs everything necessary**\n\n```\nsudo apt-get install -y python3-pip\nsudo apt-get install build-essential libssl-dev libffi-dev python-dev\n```\n\n**Try testing to see if that worked by running a simple numpy operation**\n\n```\npip3 install numpy\npython3\n```\n\nYou should enter into a shell and be able to run python code.\n\n\nNow install pipenv:\n\n>`pip install --user --upgrade pipenv`\n\n### Installing MongoDB Ubuntu\nWe use mongodb to manage timeseries data. Make sure to install. \nRun these from the site given:\n> https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/\n\n```\nsudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 9DA31620334BD75D9DCB49F368818C72E52529D4\n```\n\n```\necho \"deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.0 multiverse\" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.0.list\n```\n\n```\nsudo apt-get update\nsudo apt-get install -y mongodb-org\n```\n\n#### Run it:\n```\nsudo service mongod start\n```\n\n```\nsudo service mongod stop # To stop\nsudo service mongod restart # To restart\n```\n\n\n## Accessing Your Files In Ubuntu On Windows 10\n\nPlease follow the tutorial for accessing your files:\n\n> https://www.howtogeek.com/261383/how-to-access-your-ubuntu-bash-files-in-windows-and-your-windows-system-drive-in-bash/\n\n\n## Finishing Setup\nNow enter into the folder containing `setup.py`. Downloaded from the funsuite repo.\n\nTo install all of the dependencies: **Run:** \n\n```\npipenv install -e .\n```\n\nThis installs all of the main dependencies for the project. Follow that with: `pipenv shell` in the main directory to enter into the project's virtual environment.\n\n\n# Documentation\nHere we begin the documentation of the code. If you look through the files, you'll see a lot work done. All of the work for the trading bot is routed through here, as well as some prototype. `Funsuite` is a testing suite for new additions to the app. Here we create and test new additions to the application. Well separate documentation by `objective > libraries/files > functions`. That way you'll easily be able to jump into the code and process through everything you need. \n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "funstrat", "package_url": "https://pypi.org/project/funstrat/", "platform": "", "project_url": "https://pypi.org/project/funstrat/", "project_urls": null, "release_url": "https://pypi.org/project/funstrat/0.1/", "requires_dist": [ "crayons", "spaceman", "funhouse", "TA-Lib", "scikit-fuzzy", "numpy", "pandas" ], "requires_python": "", "summary": "Preprocess the bars for the trading bot.", "version": "0.1" }, "last_serial": 4826903, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "6d8832803049bb4302405bac3dd24c95", "sha256": "377324111256bfd216d62927c96e689731a3ef5da8ace41786ba88e8f7755fe6" }, "downloads": -1, "filename": "funstrat-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "6d8832803049bb4302405bac3dd24c95", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21034, "upload_time": "2019-02-15T20:43:13", "url": "https://files.pythonhosted.org/packages/c8/4e/342122a3e003a9f1736089522186c1a809154cfd3c3012386f7310d1d262/funstrat-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9e5a55204e48b5f0cad4c68cc6b91b84", "sha256": "73a5f4ce32ee45d22a64a748e9f2e4945169b740ddc0343368e64fe2a5b41c66" }, "downloads": -1, "filename": "funstrat-0.1.tar.gz", "has_sig": false, "md5_digest": "9e5a55204e48b5f0cad4c68cc6b91b84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12966, "upload_time": "2019-02-15T20:43:15", "url": "https://files.pythonhosted.org/packages/50/c7/f451f0777c1aa90510ef52e8d306b12bf007926deb90a08e9a96a07fa683/funstrat-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6d8832803049bb4302405bac3dd24c95", "sha256": "377324111256bfd216d62927c96e689731a3ef5da8ace41786ba88e8f7755fe6" }, "downloads": -1, "filename": "funstrat-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "6d8832803049bb4302405bac3dd24c95", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21034, "upload_time": "2019-02-15T20:43:13", "url": "https://files.pythonhosted.org/packages/c8/4e/342122a3e003a9f1736089522186c1a809154cfd3c3012386f7310d1d262/funstrat-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9e5a55204e48b5f0cad4c68cc6b91b84", "sha256": "73a5f4ce32ee45d22a64a748e9f2e4945169b740ddc0343368e64fe2a5b41c66" }, "downloads": -1, "filename": "funstrat-0.1.tar.gz", "has_sig": false, "md5_digest": "9e5a55204e48b5f0cad4c68cc6b91b84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12966, "upload_time": "2019-02-15T20:43:15", "url": "https://files.pythonhosted.org/packages/50/c7/f451f0777c1aa90510ef52e8d306b12bf007926deb90a08e9a96a07fa683/funstrat-0.1.tar.gz" } ] }