{"id":50324994,"url":"https://github.com/pathcosmos/toy01_table_stripper","last_synced_at":"2026-05-29T05:04:28.376Z","repository":{"id":294347888,"uuid":"986676539","full_name":"pathcosmos/toy01_table_stripper","owner":"pathcosmos","description":"테이블 정의서 자동 생성기... 이딴걸 왜 만드는지 묻지마 닥쳐! ㅋㅋㅋ","archived":false,"fork":false,"pushed_at":"2025-05-20T02:09:59.000Z","size":11,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-20T02:26:23.752Z","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/pathcosmos.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,"zenodo":null}},"created_at":"2025-05-20T01:07:56.000Z","updated_at":"2025-05-20T02:10:03.000Z","dependencies_parsed_at":"2025-05-20T02:46:03.512Z","dependency_job_id":null,"html_url":"https://github.com/pathcosmos/toy01_table_stripper","commit_stats":null,"previous_names":["pathcosmos/toy01_table_stripper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pathcosmos/toy01_table_stripper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pathcosmos%2Ftoy01_table_stripper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pathcosmos%2Ftoy01_table_stripper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pathcosmos%2Ftoy01_table_stripper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pathcosmos%2Ftoy01_table_stripper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pathcosmos","download_url":"https://codeload.github.com/pathcosmos/toy01_table_stripper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pathcosmos%2Ftoy01_table_stripper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33637486,"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-05-29T02:00:06.066Z","response_time":107,"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":"2026-05-29T05:04:15.433Z","updated_at":"2026-05-29T05:04:28.364Z","avatar_url":"https://github.com/pathcosmos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# toy01_table_stripper\n\nOracle 데이터베이스의 테이블 정의를 Excel 파일로 내보내는 스크립트를 포함한 예제 프로젝트입니다.\n\n## 개발 환경 설정\n\n가상 환경을 만들고 패키지를 편집 모드로 설치합니다.\n\n```bash\nuv venv\nuv pip install -e .\n```\n\n## 사용법\n\n### Oracle 스키마 내보내기\n\n1. 필요한 패키지를 설치합니다.\n\n   ```bash\n   pip install cx_Oracle openpyxl\n   ```\n\n2. 다음 환경 변수를 설정합니다.\n\n   - `ORACLE_DSN` – Oracle 인스턴스 DSN (예: `localhost/orclpdb`)\n   - `ORACLE_USER` – 데이터베이스 사용자명\n   - `ORACLE_PASSWORD` – 데이터베이스 비밀번호\n   - `OUTPUT_EXCEL` – 결과 Excel 파일 경로\n\n3. 스크립트를 실행합니다.\n\n   ```bash\n   python export_table_schema.py\n   ```\n\n각 테이블은 열 이름, 타입, NULL 허용 여부를 포함하여 개별 시트로 저장됩니다.\n\n## 프로젝트 구조\n\n- `export_table_schema.py` – Oracle 스키마를 Excel로 추출하는 스크립트\n- `pyproject.toml` – 프로젝트 메타데이터와 uv 설정\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpathcosmos%2Ftoy01_table_stripper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpathcosmos%2Ftoy01_table_stripper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpathcosmos%2Ftoy01_table_stripper/lists"}