{"id":16179538,"url":"https://github.com/timonback/zeeguu-core","last_synced_at":"2025-04-07T11:44:07.903Z","repository":{"id":86052734,"uuid":"89919958","full_name":"timonback/Zeeguu-Core","owner":"timonback","description":null,"archived":false,"fork":false,"pushed_at":"2017-08-17T20:33:51.000Z","size":1932,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T04:58:11.905Z","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/timonback.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}},"created_at":"2017-05-01T11:52:40.000Z","updated_at":"2023-03-05T07:58:04.000Z","dependencies_parsed_at":"2023-03-04T19:15:19.493Z","dependency_job_id":null,"html_url":"https://github.com/timonback/Zeeguu-Core","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/timonback%2FZeeguu-Core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonback%2FZeeguu-Core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonback%2FZeeguu-Core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonback%2FZeeguu-Core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timonback","download_url":"https://codeload.github.com/timonback/Zeeguu-Core/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247648925,"owners_count":20972942,"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":[],"created_at":"2024-10-10T05:28:47.810Z","updated_at":"2025-04-07T11:44:07.881Z","avatar_url":"https://github.com/timonback.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zeeguu-Core [![Build Status](https://travis-ci.org/mircealungu/Zeeguu-Core.svg?branch=master)](https://travis-ci.org/mircealungu/Zeeguu-Core) [![Coverage Status](https://coveralls.io/repos/github/mircealungu/Zeeguu-Core/badge.svg?branch=master)](https://coveralls.io/github/mircealungu/Zeeguu-Core?branch=master)\n\nThe main model behind the zeeguu infrastructure.\n\n\n# Installation\n\nClone this repo\n\nCreate a new virtualenv\n\nRun `python setup.py install` or, for development run `python setup.py develop`\n\nYou must set `ZEEGUU_CORE_CONFIG` as an environment variable\nbefore you can run `import zeeguu`. For an example of how that\nfile should look look see `testing_default.cfg`. The config file\nshould contain login credentials to a DB that you will have to \ncreate.\n\nThe tests overwrite the `ZEEGUU_CORE_CONFIG` by setting it to \n`~/.config/zeeguu/core_test.cfg`.\n\n# Setup for Local Testing\n1. Clone the project\n2. Create a [new Virtual Environment](http://www.pythonforbeginners.com/basics/how-to-use-python-virtualenv)\n   1. Activate your Virtual Environment by running `source bin/activate` from within the Virtual Environment folder\n3. Run `pip install mysql` (if you don't have MySQL installed already)\n4. `cd` into the project folder\n5. Run `python setup`\n   1. Fix all the install exceptions.\n6. Run `mysql -u root`\n   1. Run `CREATE DATABASE zeeguu;`\n   2. Run `exit`\n6. Run `mysql.server start`\n7. Open the `testing_default.cfg` file\n   1. Change the value of `SQLALCHEMY_DATABASE_URI` from `(\"mysql://zeeguu_test:zeeguu_test@localhost/zeeguu_test\")` to `(\"mysql://root@localhost/zeeguu\")`\n   2. Save and close `testing_default.cfg`\n8. Let's check whether the Tests can be run and completed successfully.\n   1. Make sure that the Virtual Environment is still active. Otherwise, redo Step 2.1\n   2. `cd` into the project folder\n   3. Run `./run_tests.sh`\n   4. Check that all tests return 'ok'\n9. Finally, lets populate the database\n   1. From inside the project folder, run `mkdir -p ~/.config/zeeguu/ \u0026\u0026 cp testing_default.cfg ~/.config/zeeguu/core.cfg`\n   2. Run `python zeeguu/populate.py`\n   3. The database *should* be populated by now.\n\n# MySQL\n\nInstall mysql and also the connection to python\n```\napt-get install mysql-server libmysqlclient-dev python-mysqldb\n```\n\n# Project dev dependencies\n```\napt-get install libxml2-dev libxslt1-dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimonback%2Fzeeguu-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimonback%2Fzeeguu-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimonback%2Fzeeguu-core/lists"}