{"id":13631628,"url":"https://github.com/rwanyoike/time2relax-python-driver","last_synced_at":"2025-04-14T18:54:18.995Z","repository":{"id":57475524,"uuid":"60376175","full_name":"rwanyoike/time2relax-python-driver","owner":"rwanyoike","description":"✨🛋✨ time2relax! A minimal-level Python CouchDB driver","archived":false,"fork":false,"pushed_at":"2022-12-08T10:31:13.000Z","size":258,"stargazers_count":9,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-29T04:04:39.461Z","etag":null,"topics":["couchdb","database","python","python-library"],"latest_commit_sha":null,"homepage":"","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/rwanyoike.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-03T20:35:41.000Z","updated_at":"2023-12-02T00:21:39.000Z","dependencies_parsed_at":"2023-01-25T00:40:16.871Z","dependency_job_id":null,"html_url":"https://github.com/rwanyoike/time2relax-python-driver","commit_stats":null,"previous_names":["rwanyoike/time2relax"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwanyoike%2Ftime2relax-python-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwanyoike%2Ftime2relax-python-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwanyoike%2Ftime2relax-python-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwanyoike%2Ftime2relax-python-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rwanyoike","download_url":"https://codeload.github.com/rwanyoike/time2relax-python-driver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248942363,"owners_count":21186942,"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":["couchdb","database","python","python-library"],"created_at":"2024-08-01T22:02:32.534Z","updated_at":"2025-04-14T18:54:18.769Z","avatar_url":"https://github.com/rwanyoike.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# time2relax: Python CouchDB Driver\n\n[![Travis (.org)](https://img.shields.io/travis/rwanyoike/time2relax.svg)](https://travis-ci.org/rwanyoike/time2relax)\n[![Codecov](https://img.shields.io/codecov/c/gh/rwanyoike/time2relax.svg)](https://codecov.io/gh/rwanyoike/time2relax)\n[![GitHub](https://img.shields.io/github/license/rwanyoike/time2relax)](LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/time2relax.svg)](https://pypi.python.org/pypi/time2relax)\n[![Code Style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n\u003e A CouchDB driver for Python.\n\ntime2relax is a Python [CouchDB](https://couchdb.apache.org/) driver that tries to offer a _minimal level of abstraction_ between you and CouchDB.\n\nBasic insert usage:\n\n```python\n\u003e\u003e\u003e from time2relax import CouchDB\n\u003e\u003e\u003e db = CouchDB('http://localhost:5984/dbname')\n\u003e\u003e\u003e db.insert({'title': 'Ziggy Stardust'})\n\u003cResponse [201]\u003e\n```\n\n[Features](#features) | [Installation](#installation) | [Usage](#usage) | [Contributing](#contributing) | [License](#license) | [Related Projects](#related-projects)\n\n## Features\n\nInspired by [pouchdb](https://github.com/pouchdb/pouchdb)  and [couchdb-nano](https://github.com/apache/couchdb-nano) APIs, it features:\n\n- [Requests](https://requests.readthedocs.io/en/latest) (HTTP for Humans) under the hood.\n- HTTP exceptions modeled from CouchDB [error codes](http://docs.couchdb.org/en/1.6.1/api/basics.html#http-status-codes).\n- Transparent URL and parameter encoding.\n\ntime2relax officially supports Python 3.6+; CouchDB 1.7+.\n\n## Installation\n\nTo install time2relax, simply run:\n\n```shell\n$ pip install -U time2relax\n✨🛋✨\n```\n\n## Usage\n\nFor documentation, see [`./docs/README.md`](./docs/README.md).\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\nThis project is licensed under the [MIT License](./LICENSE).\n\n## Related Projects\n\n- [couchutils](https://github.com/rwanyoike/couchutils) - A collection of CouchDB utils.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frwanyoike%2Ftime2relax-python-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frwanyoike%2Ftime2relax-python-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frwanyoike%2Ftime2relax-python-driver/lists"}