{"id":26358949,"url":"https://github.com/lgprobert/pyrdpdb","last_synced_at":"2026-02-15T14:33:40.913Z","repository":{"id":278960872,"uuid":"937288868","full_name":"lgprobert/pyrdpdb","owner":"lgprobert","description":"Pure Python RapidsDB Driver","archived":false,"fork":false,"pushed_at":"2025-02-22T19:33:20.000Z","size":123,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-01T01:27:08.383Z","etag":null,"topics":["async","dbapi2","python","rapidsdb","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/pyrdpdb/","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/lgprobert.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","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":"2025-02-22T19:26:56.000Z","updated_at":"2025-08-22T04:21:52.000Z","dependencies_parsed_at":"2025-02-22T20:36:41.456Z","dependency_job_id":null,"html_url":"https://github.com/lgprobert/pyrdpdb","commit_stats":null,"previous_names":["lgprobert/pyrdpdb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lgprobert/pyrdpdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgprobert%2Fpyrdpdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgprobert%2Fpyrdpdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgprobert%2Fpyrdpdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgprobert%2Fpyrdpdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lgprobert","download_url":"https://codeload.github.com/lgprobert/pyrdpdb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgprobert%2Fpyrdpdb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29481416,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T11:35:25.641Z","status":"ssl_error","status_checked_at":"2026-02-15T11:34:57.128Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["async","dbapi2","python","rapidsdb","sqlalchemy"],"created_at":"2025-03-16T15:58:22.254Z","updated_at":"2026-02-15T14:33:40.897Z","avatar_url":"https://github.com/lgprobert.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyrdpdb\r\n\r\nTable of Contents\r\n\r\n- Requirements\r\n- Installation\r\n- Documentation\r\n- Example\r\n- Resources\r\n- License\r\n\r\npyrdpdb package is a Python DB-API 2.0 compliant driver package for RapidsDB database, which contains two pure-Python RapidsDB DB-API sub-packages: pyrdp and aiordp, based on PEP 249. Each driver itself also contains a SQLAlchemy dialect driver to allow seamless operations between SQLAlchemy and RapidsDB as a database source.\r\n\r\n## Requirements\r\n\r\n- Python: \u003e= 3.9\r\n- RapidsDB Server: \u003e= 4.x\r\n\r\n## Installation\r\n\r\nInstall package with `pip`:\r\n\r\n```shell\r\npython3 -m pip install pyrdpdb\r\n```\r\n\r\n## Documentation\r\n\r\n## Example\r\n\r\n```shell\r\n# Demonstrate DB-API direct database connection\r\n$ python -m pyrdpdb.pyrdp.example.dbapi \u003chostname\u003e\r\n\r\n$ python -m pyrdpdb.pyrdp.example.simple_sa \u003ctable_name\u003e \u003chostname\u003e\r\n\r\n# assume RDP running on local host, use argument of either aiordp or pyrdp\r\n$ python -m pyrdpdb.pyrdp.example.many [aiordp | pyrdp]\r\n\r\n# Demonstrate DB-API direct database connection\r\n$ python -m pyrdpdb.aiordp.example.engine \u003chostname\u003e\r\n\r\n$ python -m pyrdpdb.aiordp.example.simple_sa \u003chostname\u003e\r\n\r\n$ python -m pyrdpdb.aiordp.example.dbapi_cursor \u003chostname\u003e\r\n\r\n# assume RDP running on local host, use argument of either aiordp or pyrdp\r\n$ python -m pyrdpdb.pyrdp.example.many [aiordp | pyrdp]\r\n```\r\n\r\n\u003e Note: \\\u003chostname\u003e is optional, default to **localhost** if not provided.\r\n\r\n## Resources\r\n\r\nDB-API 2.0: \u003chttp://www.python.org/dev/peps/pep-0249\u003e\r\n\r\n## License\r\n\r\npyrdpdb is released under the MIT License. See LICENSE for more information.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flgprobert%2Fpyrdpdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flgprobert%2Fpyrdpdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flgprobert%2Fpyrdpdb/lists"}