{"id":19989181,"url":"https://github.com/clamytoe/note","last_synced_at":"2026-06-08T08:33:00.717Z","repository":{"id":84639589,"uuid":"148525330","full_name":"clamytoe/note","owner":"clamytoe","description":"Note taking utility","archived":false,"fork":false,"pushed_at":"2018-10-10T14:57:01.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-01T21:48:08.937Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/clamytoe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2018-09-12T18:39:02.000Z","updated_at":"2018-10-10T14:57:03.000Z","dependencies_parsed_at":"2023-07-21T10:16:22.392Z","dependency_job_id":null,"html_url":"https://github.com/clamytoe/note","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/clamytoe/note","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clamytoe%2Fnote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clamytoe%2Fnote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clamytoe%2Fnote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clamytoe%2Fnote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clamytoe","download_url":"https://codeload.github.com/clamytoe/note/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clamytoe%2Fnote/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34055249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-13T04:45:45.955Z","updated_at":"2026-06-08T08:33:00.702Z","avatar_url":"https://github.com/clamytoe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Note taking utility (*note*)\n\u003e *Facilitates with jotting down what you've done or learned each day.*\n\n![Python version][python-version]\n![Latest version][latest-version]\n[![Build Status][travis-image]][travis-url]\n[![BCH compliance][bch-image]][bch-url]\n[![GitHub issues][issues-image]][issues-url]\n[![GitHub forks][fork-image]][fork-url]\n[![GitHub Stars][stars-image]][stars-url]\n[![License][license-image]][license-url]\n\nNOTE: This app was generated with [Cookiecutter](https://github.com/audreyr/cookiecutter) along with [@clamytoe's](https://github.com/clamytoe) [toepack](https://github.com/clamytoe/toepack) project template.\n\nThis project is still in very active development and is not ready to be used just yet.\n\n### Initial setup\n```bash\ncd Projects\ngit clone https://github.com/clamytoe/note.git\ncd note\n```\n\n#### Anaconda setup\nIf you are an Anaconda user, this command will get you up to speed with the base installation.\n```bash\nconda env create\nconda activate note\n```\n\n#### Regular Python setup\nIf you are just using normal Python, this will get you ready, but I highly recommend that you do this in a virtual environment. There are many ways to do this, the simplest using *venv*.\n```bash\npython3 -m venv venv\nsource venv/bin/activate\npip install -r requirements.txt\n```\n\n#### Final setup\n```bash\npip install -e .\n```\n\n## Usage\n```bash\nnote\nusage: note [-h] {add,delete,edit,show,stats} ...\n\nNote Taking Utility\n\noptional arguments:\n  -h, --help            show this help message and exit\n\ncommands:\n  valid commands\n\n  {add,delete,edit,show,stats}\n                        additional help available for each\n\n```\n\n## Contributing\nContributions are very welcome. Tests can be run with with `pytest -v`, please ensure that all tests are passing and that you've checked your code with the following packages before submitting a pull request:\n* black\n* isort\n* mypy\n* pytest-cov\n\nI am not adhering to them strictly, but try to clean up what's reasonable.\n\n## License\nDistributed under the terms of the [MIT](https://opensource.org/licenses/MIT) license, \"note\" is free and open source software.\n\n## Issues\nIf you encounter any problems, please [file an issue](https://github.com/clamytoe/toepack/issues) along with a detailed description.\n\n## Changelog\n* **v0.1.1** Workable version.\n* **v0.1.0** Initial commit.\n\n[python-version]:https://img.shields.io/badge/python-3.7-brightgreen.svg\n[latest-version]:https://img.shields.io/badge/version-0.1.1-blue.svg\n[travis-image]:https://travis-ci.org/clamytoe/note.svg?branch=master\n[travis-url]:https://travis-ci.org/clamytoe/note\n[bch-image]:https://bettercodehub.com/edge/badge/clamytoe/note?branch=master\n[bch-url]:https://bettercodehub.com/\n[issues-image]:https://img.shields.io/github/issues/clamytoe/note.svg\n[issues-url]:https://github.com/clamytoe/note/issues\n[fork-image]:https://img.shields.io/github/forks/clamytoe/note.svg\n[fork-url]:https://github.com/clamytoe/note/network\n[stars-image]:https://img.shields.io/github/stars/clamytoe/note.svg\n[stars-url]:https://github.com/clamytoe/note/stargazers\n[license-image]:https://img.shields.io/github/license/clamytoe/note.svg\n[license-url]:https://github.com/clamytoe/note/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclamytoe%2Fnote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclamytoe%2Fnote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclamytoe%2Fnote/lists"}