{"id":19233124,"url":"https://github.com/portfoliome/foil","last_synced_at":"2025-04-21T04:32:52.438Z","repository":{"id":57431695,"uuid":"69824823","full_name":"portfoliome/foil","owner":"portfoliome","description":"Utilities for data cleaning and ETL processing","archived":false,"fork":false,"pushed_at":"2017-12-14T18:25:56.000Z","size":68,"stargazers_count":23,"open_issues_count":0,"forks_count":0,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-15T14:44:38.913Z","etag":null,"topics":["data-acquisition","etl","finance","python-3","utilities"],"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/portfoliome.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}},"created_at":"2016-10-02T22:06:53.000Z","updated_at":"2025-02-28T03:01:52.000Z","dependencies_parsed_at":"2022-09-02T10:52:42.719Z","dependency_job_id":null,"html_url":"https://github.com/portfoliome/foil","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/portfoliome%2Ffoil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/portfoliome%2Ffoil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/portfoliome%2Ffoil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/portfoliome%2Ffoil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/portfoliome","download_url":"https://codeload.github.com/portfoliome/foil/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249996172,"owners_count":21358077,"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":["data-acquisition","etl","finance","python-3","utilities"],"created_at":"2024-11-09T16:09:06.910Z","updated_at":"2025-04-21T04:32:52.195Z","avatar_url":"https://github.com/portfoliome.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/portfoliome/foil.svg?branch=master)](https://travis-ci.com/portfoliome/foil)\n[![codecov.io](http://codecov.io/github/portfoliome/foil/coverage.svg?branch=master)](http://codecov.io/github/portfoliome/foil?branch=master)\n[![Code Climate](https://codeclimate.com/github/portfoliome/foil/badges/gpa.svg)](https://codeclimate.com/github/portfoliome/foil)\n[![Code Health](https://landscape.io/github/portfoliome/foil/master/landscape.svg?style=flat)](https://landscape.io/github/portfoliome/foil/master)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/portfoliome/foil/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/portfoliome/foil/?branch=master)\n\n# foil\n\nfoil contains for data cleaning and ETL processing.\n\n## Design Conventions\n\n* Use iterators and generators to build data processing pipelines.\n* eliminate **IF** statements\n* descriptive variable names\n* reliance on the standard library\n* priority for test driven development\n\nContributions are welcome. \n\n### Getting Started\n\nThese instructions assume Python 3.5. It is recommended that you use conda or a virtualenv. foil is fairly lightweight, but has some dependencies.\n\n#### For conda install follow:\nDownload the [conda installer](http://conda.pydata.org/miniconda.html).\nAnd follow setup [instructions](http://conda.pydata.org/docs/install/quick.html#id1).\n\n#### Conda Environment\n\n```sh\nconda create --name \u003cenvironment_name\u003e python=3.5\nactivate \u003cenvironment_name\u003e\nconda install --file requirements.txt\n\npython setup.py install bdist_wheel\n```\n\n#### debian installation\n[Instruction](https://linuxconfig.org/how-to-change-from-default-to-alternative-python-version-on-debian-linux)\n\nFollow the instructions in the link provided. **DO NOT SUDO PIP INSTALL**. Alias the preferred Python installation by adding, for example:\n\n```sh\nalias python='/usr/bin/python3.5'\n```\n\n#### When using Pip\n```sh\npip install --upgrade pip\npip install wheel\npip install -r requirements.txt\n\npython setup.py install bdist_wheel\n```\n\n#### Running the Tests\n```sh\npy.test\n```\n#### Running Coverage Report\n```sh\npy.test --cov\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fportfoliome%2Ffoil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fportfoliome%2Ffoil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fportfoliome%2Ffoil/lists"}