{"id":16778107,"url":"https://github.com/deeplook/pyteen","last_synced_at":"2025-03-16T19:25:51.952Z","repository":{"id":62583974,"uuid":"281739027","full_name":"deeplook/pyteen","owner":"deeplook","description":"Manage a collection of short Python code snippets, all tested \u0026 validated, easy to contribute to, and simple to reuse.","archived":false,"fork":false,"pushed_at":"2020-09-06T14:12:01.000Z","size":60,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T17:57:28.742Z","etag":null,"topics":["code","collection","curated-list","learn","python3","reuse","snippets"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deeplook.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSES/CC0-1.0.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-22T17:16:01.000Z","updated_at":"2023-09-08T18:10:24.000Z","dependencies_parsed_at":"2022-11-03T21:58:04.207Z","dependency_job_id":null,"html_url":"https://github.com/deeplook/pyteen","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/deeplook%2Fpyteen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeplook%2Fpyteen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeplook%2Fpyteen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeplook%2Fpyteen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deeplook","download_url":"https://codeload.github.com/deeplook/pyteen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243918643,"owners_count":20368746,"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":["code","collection","curated-list","learn","python3","reuse","snippets"],"created_at":"2024-10-13T07:26:52.473Z","updated_at":"2025-03-16T19:25:51.929Z","avatar_url":"https://github.com/deeplook.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Pyteen\n======\n\n.. image:: https://img.shields.io/travis/deeplook/pyteen/master.svg\n  :target: https://travis-ci.org/deeplook/pyteen\n\n.. image:: https://readthedocs.org/projects/pyteen/badge/?version=latest\n  :target: https://pyteen.readthedocs.io/en/latest/?badge=latest\n     :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/pyversions/pyteen.svg\n  :target: https://pypi.org/project/pyteen\n\n.. image:: https://img.shields.io/pypi/v/pyteen.svg\n  :target: https://pypi.org/project/pyteen\n\n.. image:: https://img.shields.io/pypi/status/pyteen.svg\n  :target: https://pypi.org/project/pyteen\n\n.. image:: https://img.shields.io/pypi/format/pyteen.svg\n  :target: https://pypi.org/project/pyteen\n\n.. image:: https://img.shields.io/pypi/l/pyteen.svg\n  :target: https://pypi.org/project/pyteen\n\n.. image:: https://api.reuse.software/badge/github.com/deeplook/pyteen\n  :target: https://api.reuse.software/info/github.com/deeplook/pyteen\n\n.. image:: https://img.shields.io/lgtm/alerts/g/deeplook/pyteen.svg?logo=lgtm\u0026logoWidth=18\n  :target: https://lgtm.com/projects/g/deeplook/pyteen/alerts/\n\n.. image:: https://img.shields.io/lgtm/grade/python/g/deeplook/pyteen.svg?logo=lgtm\u0026logoWidth=18\n  :target: https://lgtm.com/projects/g/deeplook/pyteen/context:python\n\n.. image:: https://pyup.io/repos/github/deeplook/pyteen/shield.svg\n  :target: https://pyup.io/repos/github/deeplook/pyteen/\n\n.. image:: https://pyup.io/repos/github/deeplook/pyteen/python-3-shield.svg\n  :target: https://pyup.io/repos/github/deeplook/pyteen/\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n  :target: https://github.com/psf/black\n\n.. image:: https://img.shields.io/badge/readme%20style-standard-brightgreen.svg\n  :target: https://github.com/RichardLitt/standard-readme\n\n.. image:: https://codecov.io/gh/deeplook/pyteen/branch/master/graph/badge.svg\n  :target: https://codecov.io/gh/deeplook/pyteen\n\nManage a collection of short Python code snippets, all tested \u0026 validated, easy to contribute to, and simple to reuse.\n\nMore to come...\n\n\nBackground\n----------\n\nPeople like to collect things and developers are no exception.\nThey accumulate software artefacts and use them to create new ones which they\nusually will happily pass on.\n\nOn a low level these are often snippets of code they found useful and feel\nlike they could be helpful for others, too, sometimes for their future self.\nThe pattern behind this process are often very informal, and you can find\nonline many more or less useful and more or less organized such collections.\n\nThis project aims to make this kind of exchange more valuable and productive\nby adding only a tiny bit of organizational rigor.\nThe result should be a system that allows to collect, validate, test, search,\nreuse and share such snippets with very little constraints placed on them.\n\nInstall\n-------\n\n::\n\n  pip install pyteen\n\nMore to come...\n\n\nUsage\n-----\n\nMore to come...\n\n\nContributing\n------------\n\nContributions are very welcome!\nYou are encouraged to contribute to the snippet collection inside this\nrepository or to the code managing it.\nYou can also help by raising bug reports as GitHub issues, but please\nconsider solving them first and submit a PR, instead! ;)\n\n\nLicense\n-------\n\nMore to come...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeeplook%2Fpyteen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeeplook%2Fpyteen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeeplook%2Fpyteen/lists"}