{"id":16398912,"url":"https://github.com/albertyw/pharmadataassociates","last_synced_at":"2026-03-06T22:04:45.762Z","repository":{"id":40614118,"uuid":"63581626","full_name":"albertyw/pharmadataassociates","owner":"albertyw","description":"PDA Website","archived":false,"fork":false,"pushed_at":"2026-02-20T21:04:10.000Z","size":7552,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-21T01:50:55.207Z","etag":null,"topics":["base-flask","flask","hacktoberfest","pda-website"],"latest_commit_sha":null,"homepage":"https://www.pharmadataassociates.com/","language":"HTML","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/albertyw.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-07-18T07:51:48.000Z","updated_at":"2026-02-20T21:04:06.000Z","dependencies_parsed_at":"2023-02-16T20:01:09.309Z","dependency_job_id":"4be70b24-4a2f-4b5e-a678-b7f56e048a44","html_url":"https://github.com/albertyw/pharmadataassociates","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/albertyw/pharmadataassociates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertyw%2Fpharmadataassociates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertyw%2Fpharmadataassociates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertyw%2Fpharmadataassociates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertyw%2Fpharmadataassociates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/albertyw","download_url":"https://codeload.github.com/albertyw/pharmadataassociates/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertyw%2Fpharmadataassociates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30200756,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["base-flask","flask","hacktoberfest","pda-website"],"created_at":"2024-10-11T05:14:17.528Z","updated_at":"2026-03-06T22:04:40.745Z","avatar_url":"https://github.com/albertyw.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pharma Data Associates Website\n\n[![Build Status](https://drone.albertyw.com/api/badges/albertyw/pharmadataassociates/status.svg)](https://drone.albertyw.com/albertyw/pharmadataassociates)\n[![Maintainability](https://qlty.sh/gh/albertyw/projects/pharmadataassociates/maintainability.svg)](https://qlty.sh/gh/albertyw/projects/pharmadataassociates)\n[![Code Coverage](https://qlty.sh/gh/albertyw/projects/pharmadataassociates/coverage.svg)](https://qlty.sh/gh/albertyw/projects/pharmadataassociates)\n[![Varsnap Status](https://www.varsnap.com/project/8aa438e7-9242-485b-ac1b-c0bab8630069/varsnap_badge.svg)](https://www.varsnap.com/project/8aa438e7-9242-485b-ac1b-c0bab8630069/)\n\nhttps://www.pharmadataassociates.com/\n\nPDA Website V2\n\nDevelopment\n-----------\n\n### Setup\nUsing [python venv](https://docs.python.org/3/library/venv.html) and\n[direnv](https://github.com/direnv/direnv)\n\n```bash\npython3.13 -m venv env\nprintf \"source env/bin/activate\\nunset PS1\\n\" \u003e .envrc\ndirenv allow\npip install -e .[test]\nln -s .env.development .env\nnpm install\n\n# Install shellcheck\n# brew install shellcheck\n# sudo apt-get install shellcheck\n```\n\n### Spinning up the server:\n\n```bash\nnpm run build:dev\npython app/serve.py\n```\n\n### Running tests:\n\n```bash\nruff check .\nmypy .\nshellcheck --exclude=SC1091 bin/*.sh\ncoverage run -m unittest discover\nnpm test\n```\n\n### CI/CD\n\nThis repo uses:\n\n```bash\n# Switch to python 3\npyenv local 3.13\npip install -e .[test]\nln -s .env.development .env\n\n# Test\nruff check .\nmypy .\nshellcheck --exclude=SC1091 bin/*.sh\ncoverage run -m unittest discover\ncoverage report\nnpm test\n\n# Deployment\nssh ubuntu@pharmadataassociates.com pharmadataassociates/bin/deploy.sh\n```\n\n### Building and starting the docker container\n\n```bash\ndocker build -t pharmadataassociates:test .\ndocker run -t -i -p 127.0.0.1:5001:5000 pharmadataassociates:test\n```\n\nProduction\n----------\n\n### Setup\n\nRun this once on a new server to set up the web app:\n\n```bash\nbin/setup.sh\n```\n\n### Deployment\n\nRun this every time for a new commit to the repository:\n\n```bash\nbin/deploy.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertyw%2Fpharmadataassociates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falbertyw%2Fpharmadataassociates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertyw%2Fpharmadataassociates/lists"}