{"id":21196867,"url":"https://github.com/yo-mah-ya/file_creator","last_synced_at":"2025-03-14T22:08:40.763Z","repository":{"id":107376935,"uuid":"441635402","full_name":"Yo-mah-Ya/File_Creator","owner":"Yo-mah-Ya","description":"create files which formats are like \"orc\", \"parquet\", \"xlsx\", \"json\" and so on with Python","archived":false,"fork":false,"pushed_at":"2023-10-04T19:48:02.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T14:25:34.827Z","etag":null,"topics":["orcfile","pandas","parquet","parquet-files","python3"],"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/Yo-mah-Ya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-12-25T08:21:28.000Z","updated_at":"2023-07-03T19:00:34.000Z","dependencies_parsed_at":"2024-11-20T19:41:49.868Z","dependency_job_id":"ec407cab-64ec-46a4-91c5-c51c4998c5fd","html_url":"https://github.com/Yo-mah-Ya/File_Creator","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/Yo-mah-Ya%2FFile_Creator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yo-mah-Ya%2FFile_Creator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yo-mah-Ya%2FFile_Creator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yo-mah-Ya%2FFile_Creator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yo-mah-Ya","download_url":"https://codeload.github.com/Yo-mah-Ya/File_Creator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243652708,"owners_count":20325610,"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":["orcfile","pandas","parquet","parquet-files","python3"],"created_at":"2024-11-20T19:41:45.120Z","updated_at":"2025-03-14T22:08:40.742Z","avatar_url":"https://github.com/Yo-mah-Ya.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# create a specified format file by a specified file\n\n### set up poetry\n\n1. first\n\nCreate virtual environment which means that you create .venv folder under the project directory.\n\n```shell\npoetry config --local --list\npoetry config --local virtualenvs.in-project true\n```\n\ncheck virtual environment is activated\n\n```shell\npoetry env list\n```\n\n2. second\n\ncreate `pyproject.toml`\n\n```\npoetry init\n```\n\n3. third\n\nadd packages\n\n```shell\npoetry add --dev pytest autopep8 flake8\npoetry add pandas\n```\n\n4. test\n\n```shell\n# run with coverage\npoetry run pytest -v --cov=tests --cov-branch\n# run withou coverage\npoetry run pytest -vv\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyo-mah-ya%2Ffile_creator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyo-mah-ya%2Ffile_creator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyo-mah-ya%2Ffile_creator/lists"}