{"id":14065146,"url":"https://github.com/rohanbatrain/second-brain-tools-2022","last_synced_at":"2025-04-12T11:41:36.775Z","repository":{"id":63299473,"uuid":"566802720","full_name":"rohanbatrain/second-brain-tools-2022","owner":"rohanbatrain","description":"This is a repository holding tools for second brain project.","archived":false,"fork":false,"pushed_at":"2025-04-11T08:15:55.000Z","size":973,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T09:47:18.713Z","etag":null,"topics":["cli","obsidian-md","obsidianmd","pkm","second-brain"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rohanbatrain.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-16T13:04:26.000Z","updated_at":"2025-04-11T08:15:41.000Z","dependencies_parsed_at":"2024-03-14T20:28:58.807Z","dependency_job_id":"d63774c7-4e32-49f4-9b6a-cde6186a1039","html_url":"https://github.com/rohanbatrain/second-brain-tools-2022","commit_stats":null,"previous_names":["rohanbatrain/second-brain-tools"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohanbatrain%2Fsecond-brain-tools-2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohanbatrain%2Fsecond-brain-tools-2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohanbatrain%2Fsecond-brain-tools-2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohanbatrain%2Fsecond-brain-tools-2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rohanbatrain","download_url":"https://codeload.github.com/rohanbatrain/second-brain-tools-2022/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248563366,"owners_count":21125263,"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":["cli","obsidian-md","obsidianmd","pkm","second-brain"],"created_at":"2024-08-13T07:04:19.788Z","updated_at":"2025-04-12T11:41:36.770Z","avatar_url":"https://github.com/rohanbatrain.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# ⚠️ NOTICE: PROJECT NO LONGER MAINTAINED\n\nThis project is no longer maintained as our focus has shifted. Although flagged as End of Life (EOL) since December 2022, Second Brain Tools remains available for reference and legacy purposes.\n\n# Second Brain Tools\n\n![2](https://github.com/user-attachments/assets/6d8b07da-20e0-420c-8463-530c7de073e3)\n\n\n[![GitHub Actions Build Status](https://github.com/rohanbatrain/Second-Brain-Tools/actions/workflows/pylint.yml/badge.svg)](https://github.com/rohanbatrain/Second-Brain-Tools/actions/)\n[![GitHub Actions Build Status](https://github.com/rohanbatrain/Second-Brain-Tools/actions/workflows/build.yml/badge.svg)](https://github.com/rohanbatrain/Second-Brain-Tools/actions/)\n[![GitHub Actions Build Status](https://github.com/rohanbatrain/Second-Brain-Tools/actions/workflows/mkdocs.yml/badge.svg)](https://github.com/rohanbatrain/Second-Brain-Tools/actions/)\n[![Coverage Status](https://codecov.io/gh/rohanbatrain/Second-Brain-Tools/branch/main/graphs/badge.svg?branch=main)](https://codecov.io/github/rohanbatrain/Second-Brain-Tools)\n[![PyPI Package Latest Release](https://img.shields.io/pypi/v/second-brain-tools.svg)](https://pypi.org/project/second-brain-tools)\n[![PyPI Wheel](https://img.shields.io/pypi/wheel/second-brain-tools.svg)](https://pypi.org/project/second-brain-tools)\n[![Supported Python Versions](https://img.shields.io/pypi/pyversions/second-brain-tools.svg)](https://pypi.org/project/second-brain-tools)\n[![Supported Implementations](https://img.shields.io/pypi/implementation/second-brain-tools.svg)](https://pypi.org/project/second-brain-tools)\n\n_A comprehensive toolset designed for rapid note creation using the Second Brain Vault._\n\n---\n\n## Overview\n\nSecond Brain Tools is a robust suite of utilities designed to streamline the process of creating, organizing, and managing notes via the Second Brain Vault. Built with Python 3 and Git, this project was originally maintained under the Apache 2.0 License.\n\n---\n\n## Prerequisites\n\nBefore installation, ensure you have:\n\n- **Python 3** and **pip** installed.\n- **Git** installed on your system.\n\n---\n\n## Installation\n\nTo install the latest stable version from PyPI, run:\n\n```bash\npip install second-brain-tools\n```\n\nFor the in-development version directly from GitHub:\n\n```bash\npip install https://github.com/rohanbatrain/Second-Brain-Tools/archive/main.zip\n```\n\n---\n\n## Usage\n\nThe toolset offers a command-line interface (CLI) to interact with the Second Brain Vault. To get started, run the following command from your Python environment:\n\n```python\nfrom second_brain_tools import cli\ncli.main()\n```\n\nAlternatively, execute the CLI directly from your terminal.\n\n---\n\n## Documentation\n\nComprehensive documentation is available on the [Second Brain Tools Documentation Site](https://rohanbatrain.github.io/second-brain-tools-2022/). Note that this documentation represents a partial set of guidelines, with no planned hotfixes or further updates.\n\n---\n\n## Development\n\nTo run the full suite of tests, use [tox](https://tox.readthedocs.io/):\n\n```bash\ntox\n```\n\nTo combine coverage data across all tox environments:\n\n- **On Windows:**\n\n  ```bash\n  set PYTEST_ADDOPTS=--cov-append\n  tox\n  ```\n\n- **On other systems:**\n\n  ```bash\n  PYTEST_ADDOPTS=--cov-append tox\n  ```\n\n---\n\n## Changelog\n\n### 2024\n- Minor upgrades implemented to support integration into my Semester-2 college assignment.\n\n### 2023\n\n#### July\n- Partial documentation was published [here](https://rohanbatrain.github.io/second-brain-tools-2022/). No further documentation updates or hotfixes are planned.\n\n#### June\n- Released a hotfix for the PyPI package (version 0.0.4) addressing issues caused by changes in the GitHub repository naming scheme.\n- Discontinued support for PyPy 3.7.\n- Ongoing work on documentation improvements.\n\n### End of Life (EOL)\n- The project has been flagged as EOL since December 2022. While the repository remains available for reference, no further updates or support will be provided.\n\n---\n\n## License\n\nThis project is licensed under the [Apache Software License 2.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohanbatrain%2Fsecond-brain-tools-2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohanbatrain%2Fsecond-brain-tools-2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohanbatrain%2Fsecond-brain-tools-2022/lists"}