{"id":17442423,"url":"https://github.com/brenofariasdasilva/python","last_synced_at":"2025-08-03T19:31:39.136Z","repository":{"id":155250180,"uuid":"629241398","full_name":"BrenoFariasdaSilva/Python","owner":"BrenoFariasdaSilva","description":"My Python Codes.","archived":false,"fork":false,"pushed_at":"2024-11-08T01:38:34.000Z","size":16510,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-07T04:41:13.806Z","etag":null,"topics":["adb","dagster","html2text","pip","pip3","ppadb","pydriller","python","python3","shellscript"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BrenoFariasdaSilva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"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}},"created_at":"2023-04-17T23:23:56.000Z","updated_at":"2024-11-08T01:38:37.000Z","dependencies_parsed_at":"2024-01-21T13:29:34.830Z","dependency_job_id":"c50ad0a9-d442-47e5-9567-b990a716b85b","html_url":"https://github.com/BrenoFariasdaSilva/Python","commit_stats":{"total_commits":814,"total_committers":4,"mean_commits":203.5,"dds":"0.37960687960687955","last_synced_commit":"2bd2f0055732ce763bcb6ca74d30b56814fd29ab"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrenoFariasdaSilva%2FPython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrenoFariasdaSilva%2FPython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrenoFariasdaSilva%2FPython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrenoFariasdaSilva%2FPython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrenoFariasdaSilva","download_url":"https://codeload.github.com/BrenoFariasdaSilva/Python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228561537,"owners_count":17937171,"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":["adb","dagster","html2text","pip","pip3","ppadb","pydriller","python","python3","shellscript"],"created_at":"2024-10-17T16:06:01.316Z","updated_at":"2024-12-07T04:41:14.681Z","avatar_url":"https://github.com/BrenoFariasdaSilva.png","language":"Python","readme":"\u003cdiv align=\"center\"\u003e\n  \n# [Python.](https://github.com/BrenoFariasdaSilva/Python) \u003cimg src=\"https://github.com/devicons/devicon/blob/master/icons/python/python-original.svg\"  width=\"3%\" height=\"3%\"\u003e\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \n---\n\nThis repo is made with the objective of showing the Python related codes i have written. \\\nFeel free to contribute and send suggestions.\n  \n---\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n![GitHub Build/WorkFlow](https://img.shields.io/github/actions/workflow/status/BrenoFariasDaSilva/Python/update-worked-example-miner-submodule.yml)\n![GitHub Code Size in Bytes](https://img.shields.io/github/languages/code-size/BrenoFariasdaSilva/Python)\n![GitHub Last Commit](https://img.shields.io/github/last-commit/BrenoFariasdaSilva/Python)\n![GitHub](https://img.shields.io/github/license/BrenoFariasdaSilva/Python)\n![wakatime](https://wakatime.com/badge/github/BrenoFariasdaSilva/Python.svg)\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \n![RepoBeats Statistics](https://repobeats.axiom.co/api/embed/5907a919937c0e8c81a9c3f0c4ca39c044ba14b0.svg \"Repobeats analytics image\")\n\n\u003c/div\u003e\n\n## Table of Contents\n- [Python. ](#python-)\n\t- [Table of Contents](#table-of-contents)\n\t- [Setup](#setup)\n\t\t- [Clone without Submodules](#clone-without-submodules)\n\t\t- [Clone with Submodules](#clone-with-submodules)\n\t\t- [Clone Submodules](#clone-submodules)\n\t- [Installation:](#installation)\n\t- [Run Python Code:](#run-python-code)\n\t\t- [Dependencies](#dependencies)\n\t- [Contributing](#contributing)\n\t- [License](#license)\n\t\t- [Creative Commons Zero v1.0 Universal](#creative-commons-zero-v10-universal)\n\n## Setup\n\n### Clone without Submodules\n\nIn order to clone this repository without the submodules (Scientific Research and Worked-Example-Miner), you can use the following command:\n\n```bash\ngit clone https://github.com/BrenoFariasdaSilva/Python.git\n```\n\n### Clone with Submodules\n\nIn order to clone this repository with the submodules (Scientific Research and Worked-Example-Miner), you can use the following command:\n\n```bash\ngit clone --recurse-submodules https://github.com/BrenoFariasdaSilva/Python.git\n```\n\n### Clone Submodules\n\nIn case you have already cloned the repository and forgot to clone the submodules (Scientific Research and Worked-Example-Miner), you can use the following command to clone the submodule:\n\n```bash\ngit submodule init\ngit submodule update\n```\n\n## Installation:\n* Python Language:\n\n\t* Manually:\n\t\t```bash\n\t\t# Python:\n\t\tsudo apt install python3 python3-venv python3-pip -y\n\t\t# sudo apt install python-is-python3\n\t\t\n\t\t# Jupyter using Pip\n\t\tpip install jupyterlab\n\t\tpip install notebook\n\t\tpip install ipykernel\n\t\t# Launch: jupyter-lab or jupyter notebook in terminal\n\t\t```\n\n\t* Using ShellScript:\n\t\t```bash\n\t\tchmod +x install.sh\n\t\tsudo ./install.sh\n\t\t```\n\n## Run Python Code:\n```bash\npython3 ./{ProgramName}.py\n# Example: python3 ./main.py \n```\n\n### Dependencies\n\n1. Install the project dependencies with the following command:\n\n```bash\nmake dependencies\n```\nor\n```bash\npip install -r requirements.txt\n```\n\n## Contributing\n\nContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. If you have suggestions for improving the code, your insights will be highly welcome.\nIn order to contribute to this project, please follow the guidelines below or read the [CONTRIBUTING.md](CONTRIBUTING.md) file for more details on how to contribute to this project, as it contains information about the commit standards and the entire pull request process.\nPlease follow these guidelines to make your contributions smooth and effective:\n\n1. **Set Up Your Environment**: Ensure you've followed the setup instructions in the [Setup](#setup) section to prepare your development environment.\n\n2. **Make Your Changes**:\n   - **Create a Branch**: `git checkout -b feature/YourFeatureName`\n   - **Implement Your Changes**: Make sure to test your changes thoroughly.\n   - **Commit Your Changes**: Use clear commit messages, for example:\n     - For new features: `git commit -m \"FEAT: Add some AmazingFeature\"`\n     - For bug fixes: `git commit -m \"FIX: Resolve Issue #123\"`\n     - For documentation: `git commit -m \"DOCS: Update README with new instructions\"`\n     - For refactorings: `git commit -m \"REFACTOR: Enhance component for better aspect\"`\n     - For snapshots: `git commit -m \"SNAPSHOT: Temporary commit to save the current state for later reference\"`\n   - See more about crafting commit messages in the [CONTRIBUTING.md](CONTRIBUTING.md) file.\n\n3. **Submit Your Contribution**:\n   - **Push Your Changes**: `git push origin feature/YourFeatureName`\n   - **Open a Pull Request (PR)**: Navigate to the repository on GitHub and open a PR with a detailed description of your changes.\n\n4. **Stay Engaged**: Respond to any feedback from the project maintainers and make necessary adjustments to your PR.\n\n5. **Celebrate**: Once your PR is merged, celebrate your contribution to the project!\n\n## License\n### Creative Commons Zero v1.0 Universal\n\nThis project is licensed under the [Creative Commons Zero v1.0 Universal](LICENSE), which means you are free to use, modify, and distribute the code, as long as you mention include the license and attribute you as the original author for the repository. See the [LICENSE](LICENSE) file for more details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrenofariasdasilva%2Fpython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrenofariasdasilva%2Fpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrenofariasdasilva%2Fpython/lists"}