{"id":20327662,"url":"https://github.com/jeancarlomachado/pythonsearch","last_synced_at":"2025-04-11T20:11:16.566Z","repository":{"id":37003087,"uuid":"389186511","full_name":"jeanCarloMachado/PythonSearch","owner":"jeanCarloMachado","description":"A minimal python search engine for productivity that stores documents as code","archived":false,"fork":false,"pushed_at":"2025-01-18T06:26:52.000Z","size":18478,"stargazers_count":14,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-25T16:09:06.553Z","etag":null,"topics":["machine-learning","python","ranking","search","search-engine"],"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/jeanCarloMachado.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-07-24T19:40:40.000Z","updated_at":"2025-01-18T06:26:54.000Z","dependencies_parsed_at":"2023-02-18T12:02:51.312Z","dependency_job_id":"b38bcde3-4b49-434b-934e-b45796eabe15","html_url":"https://github.com/jeanCarloMachado/PythonSearch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeanCarloMachado%2FPythonSearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeanCarloMachado%2FPythonSearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeanCarloMachado%2FPythonSearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeanCarloMachado%2FPythonSearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeanCarloMachado","download_url":"https://codeload.github.com/jeanCarloMachado/PythonSearch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248473127,"owners_count":21109628,"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":["machine-learning","python","ranking","search","search-engine"],"created_at":"2024-11-14T19:48:27.110Z","updated_at":"2025-04-11T20:11:16.532Z","avatar_url":"https://github.com/jeanCarloMachado.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# PythonSearch\n\nPython search is a minimal search engine writting in python for developers productivity.\nWith PythoSearch you collect and retrieve and refactor information efficiently.\n\n- collect commands, scripts, prompts, snippets, urls, files, efficiently as python dictionaries\n- retrieve or execute the registered entries (depending on the type) either by searching them or invoking them via shortcuts\n- refactor, reuse, generate and further automate entries as they are code\n \nCheck out [these slides](https://docs.google.com/presentation/d/10J0n0wdXYKCtB-tr2z4twY3T4TFBb8h2EGZghw7q1hk/edit#slide=id.p) if you want to know more\n\n\u003cimg src=\"https://i.imgur.com/pECSsjc.gif\" width=\"620\"/\u003e\n\n\nFor an example of how an entries could look like see [here](https://github.com/jeanCarloMachado/PythonSearch/blob/e424868662bda4d9daa314e6e77d4cc79a511a95/python_search/init/entries_main.py).\n\n\n## Minimal installation\n\nThis installation covers the minimun functionality of Python search.\nWrite a python script like this, and call it.\n\n### 1. Install python search\n\n```sh\npip install python-search \u0026\u0026 python_search install_missing_dependencies\n```\nNote that you might need to upgrade your pip first: `pip install --upgrade pip`\n\nTo access the CLI manual and understand the options run:\n\n```sh\npython_search\n```\n\nEverything in python search you do through the cli tool.\n\nWe support **Mac and Linux**.\n\nIf you want to develop python-search install it via [the instructions in the contributing doc](CONTRIBUTING.md)\n\n\n### 2. Initialize your entries project\n\n```sh\npython_search new_project \"MyEntries\"\n```\n\nIt will create a new git project for you for your entries.\n\n### 3. Using\n\nDone! You can run the search UI by running.\n\n```shell\npython_search search\n```\n\nRead our documentaiton here for more in [depth knwoledge](https://docs.google.com/document/d/1Y_-kdEea9IQshUU-anWKC8sDUJ_y3XRvQJWZ6CV3pWw/edit#heading=h.kwxo59w3vr4x).\n\n\n## Got an issue?\n\nCreate a github issue to report it or send a patch.\n\n## Contributing\n\nFeature contributions are also welcomed! If you want to be part of the roadmap discussions reach out.\n\n## Contributors\n \n- Aeneas Christodoulou\n- Jean Machado\n- Thallys Costa\n\n\n## Supported Systems\n\nPythonSearch officially supports MacOS and Linux. \n\n## Legal\n\nThis project is licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for the full text.\\\nCopyright 2022 Jean Carlo Machado\n\n\nSee also our [website](https://jeancarlomachado.github.io/PythonSearch/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeancarlomachado%2Fpythonsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeancarlomachado%2Fpythonsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeancarlomachado%2Fpythonsearch/lists"}