{"id":25692542,"url":"https://github.com/pyvec/pyvodb","last_synced_at":"2025-07-08T18:05:53.009Z","repository":{"id":34188417,"uuid":"38041251","full_name":"pyvec/pyvodb","owner":"pyvec","description":"Database for Python meetups / Databáze pro Pyvo srazy","archived":false,"fork":false,"pushed_at":"2019-07-22T17:20:13.000Z","size":132,"stargazers_count":2,"open_issues_count":0,"forks_count":5,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-06-07T06:39:41.670Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/pyvec.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","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":"2015-06-25T09:45:43.000Z","updated_at":"2019-07-22T17:20:15.000Z","dependencies_parsed_at":"2022-09-04T11:01:57.358Z","dependency_job_id":null,"html_url":"https://github.com/pyvec/pyvodb","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/pyvec/pyvodb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyvec%2Fpyvodb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyvec%2Fpyvodb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyvec%2Fpyvodb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyvec%2Fpyvodb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyvec","download_url":"https://codeload.github.com/pyvec/pyvodb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyvec%2Fpyvodb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264320949,"owners_count":23590561,"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":"2025-02-24T23:09:23.577Z","updated_at":"2025-07-08T18:05:52.989Z","avatar_url":"https://github.com/pyvec.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"This tool helps management of Pyvo meetups.\n\nSee https://github.com/pyvec/pyvo-data for an example of the \"database\"\nthis manages.\n\n\n# Installation\n\nInstall with pip:\n\n    pip install pyvodb\n\nYou'll probably also want to get some data to start with:\n\n    git clone https://github.com/pyvec/pyvo-data\n\n# Usage\n\nSet the location of the Pyvo database:\n\n    export PYVO_DATA=$PWD/pyvo-data\n\nAnd then, you can query and modify the database:\n\n*   `pyvo show \u003ccity\u003e [date]`\n\n    Show the entry in `city` for `date`.\n\n    The date can contain just a year and month, if that's not ambiguous;\n    or it can be missing entirely, in which case it's the upcoming meetup.\n    See `pyvo show --help` for details.\n\n*   `pyvo calendar`\n\n    Show a pretty calendar of recent \u0026 upcoming meetups.\n\n*   `pyvo edit \u003ccity\u003e [date]`\n\n    Opens an editor with the existing entry for `city` on `date`.\n\n    (See `mod` for how date is treated)\n\n*   `pyvo rm \u003ccity\u003e [date]`\n\n    Deletes the given entry.\n\n    (See `show` for how date is treated)\n\n*   `pyvo --help`, `pyvo COMMAND --help`\n\n    Show all the options!\n\nAfter using `pyvo` commands, you'll need to commit the changes to git yourself.\n\n# Roadmap\n\n*   `pyvo add \u003ccity\u003e [date]`\n\n    Opens an editor for a new meetup at `date`, pre-filled using a template\n    for `city`. (Templates are hard-coded in Python, for now.)\n    After the editor is closed, save the file to the appropriate location\n    (unless it's empty).\n\n    If `date` is not given, *and* a meetup entry for `city` doesn't yet exist\n    for the next month, pick the next usual date (defined in a template).\n\n*   `pyvo upload lanyrd \u003ccity\u003e [\u003cdate\u003e]`\n\n    Creates a Lanyrd.com entry for the entry for `city` at `date`.\n    (See `show` for how date is treated).\n\n    Needs Lanyrd credentials configured. (TODO -- how?)\n\n*   Stabilize and document the Python API\n\n# Contribute\n\n- Issue Tracker: github.com/pyvec/pyvodb/issues\n- Source Code: github.com/pyvec/pyvodb\n\n# Test\n\nThis project uses pytest for testing:\n\n    pip install pytest\n    py.test\n\nThe standard `python setup.py test` also works, but doesn't let you pass\nuseful options like `-v`.\n\n# License\n\nThis code is under the MIT license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyvec%2Fpyvodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyvec%2Fpyvodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyvec%2Fpyvodb/lists"}