{"id":29395146,"url":"https://github.com/joaopeuko/easyt","last_synced_at":"2025-08-06T16:35:54.074Z","repository":{"id":48493066,"uuid":"459184446","full_name":"Joaopeuko/easyT","owner":"Joaopeuko","description":"This project is part of a bigger one. I want to make Algo Trading Easy for you! You can find examples and more information in the documentation. easyT, easyTo trade, easyTo use!","archived":false,"fork":false,"pushed_at":"2024-11-21T06:04:40.000Z","size":3370,"stargazers_count":17,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-21T06:30:29.697Z","etag":null,"topics":["algorithm","algorithm-trading","algotrade","algotrader","algotrading","binance","bitcoin","cryptocurrency","ethereum","eurusd","eurusd-stock-exchange","expert-advisor","investment","metatrader-5","metatrader5","robotrade","shares","stock","stock-market","trade"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Joaopeuko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"Joaopeuko","patreon":"joaopeuko"}},"created_at":"2022-02-14T13:59:29.000Z","updated_at":"2024-11-21T06:04:37.000Z","dependencies_parsed_at":"2024-11-21T06:25:24.883Z","dependency_job_id":"2949b96f-370e-4a57-9083-63aff125fdff","html_url":"https://github.com/Joaopeuko/easyT","commit_stats":{"total_commits":67,"total_committers":2,"mean_commits":33.5,"dds":"0.35820895522388063","last_synced_commit":"95142e345855d15bb25dc52aac126df875600bed"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Joaopeuko/easyT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joaopeuko%2FeasyT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joaopeuko%2FeasyT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joaopeuko%2FeasyT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joaopeuko%2FeasyT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Joaopeuko","download_url":"https://codeload.github.com/Joaopeuko/easyT/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joaopeuko%2FeasyT/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264569513,"owners_count":23629606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithm","algorithm-trading","algotrade","algotrader","algotrading","binance","bitcoin","cryptocurrency","ethereum","eurusd","eurusd-stock-exchange","expert-advisor","investment","metatrader-5","metatrader5","robotrade","shares","stock","stock-market","trade"],"created_at":"2025-07-10T11:14:55.260Z","updated_at":"2025-07-10T11:14:57.880Z","avatar_url":"https://github.com/Joaopeuko.png","language":"Python","readme":"![PyPI - Downloads](https://img.shields.io/pypi/dm/easyT)\n![PyPI](https://img.shields.io/pypi/v/easyT)\n![PyPI - Wheel](https://img.shields.io/pypi/wheel/easyT)\n![PyPI - License](https://img.shields.io/pypi/l/easyT)\n\n# easyT\n\n- easyT,\n  - easyTo trade,\n    - easyTo use!\n\n# Summary\n\n- [Requirements](#requirements)\n- [Libraries Documentation](#libraries-documentation)\n\n# Requirements\n\nThe first thing tou will need is **Python** installed in your computer.\nRight now, it is required the version 3.8.\n\n- _Yeah, ok, but I do not know how to install Python on my computer, or I do not want to install it._\n  - _Can I still use it?_\n\nIn parts, you can use Notebooks that allows you to use Python direct from the web, test the code and, understand how\nthings works before try it in your computer.\nTwo famous Notebooks are **Google Colaboratory** and **Jupyter Notebook**.\n\nI will provide examples!\n\nRemember that the use of an IDE can make your live easier, I use **PYCHARM**!\n\nOn your favorite IDE, you can use some project that you already have or create a new one, and then you install it:\n\n```python\npip install easyT\n```\n\nThat is it! The first steps are completed!\n\n - #### Q: What do I do now? How to use it?\n\nSimple, type ```easyt``` on your terminal, and it will generate a ```demo.py``` file!\nIf you prefer, you can give to it a different name, just typing:\n\n```easyt --file_name example``` generates:\n```example.py```\n\n```easyt --file_name test_file``` generates:\n```test_file.py```\n\n# Libraries Documentation\n\nAll the Libraries Documentation and useful links are linked below:\n\n\n- easyT - [Documentation](https://www.mydocumentations.com/easyt/index.html) - [GitHub](https://github.com/Joaopeuko/easyT) - [Pypi](https://pypi.org/project/easyT/)\n  - binanceSpotEasyT - [Documentation](https://www.mydocumentations.com/binance-spot/index.html) - [GitHub](https://github.com/Joaopeuko/binanceSpotEasyT) - [Pypi](https://pypi.org/project/binanceSpotEasyT/)\n  - metatrader5EasyT - [Documentation](https://www.mydocumentations.com/mt5/index.html) - [GitHub](https://github.com/Joaopeuko/metatrader5EasyT) - [Pypi](https://pypi.org/project/metatrader5EasyT/)\n\nThe documentation for this specific project is this one [binanceSpotEasyT](https://www.mydocumentations.com/binance-spot/index.html).\n\nSee my page ([Joao Paulo Euko](https://joaopeuko.com/)) to see all my projects or for more information.\n","funding_links":["https://github.com/sponsors/Joaopeuko","https://patreon.com/joaopeuko"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoaopeuko%2Feasyt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoaopeuko%2Feasyt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoaopeuko%2Feasyt/lists"}