{"id":22281005,"url":"https://github.com/pyconuk/conferencescheduler-cli","last_synced_at":"2025-03-25T19:20:56.019Z","repository":{"id":62564322,"uuid":"99923900","full_name":"PyconUK/ConferenceScheduler-cli","owner":"PyconUK","description":"A command line tool to manage the schedule for a conference","archived":false,"fork":false,"pushed_at":"2020-08-20T12:14:28.000Z","size":129,"stargazers_count":0,"open_issues_count":6,"forks_count":1,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-03-01T11:47:10.593Z","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/PyconUK.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-10T13:04:58.000Z","updated_at":"2024-09-26T11:04:12.000Z","dependencies_parsed_at":"2022-11-03T16:00:38.493Z","dependency_job_id":null,"html_url":"https://github.com/PyconUK/ConferenceScheduler-cli","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyconUK%2FConferenceScheduler-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyconUK%2FConferenceScheduler-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyconUK%2FConferenceScheduler-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyconUK%2FConferenceScheduler-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyconUK","download_url":"https://codeload.github.com/PyconUK/ConferenceScheduler-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245526524,"owners_count":20629837,"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-12-03T16:12:07.856Z","updated_at":"2025-03-25T19:20:55.997Z","avatar_url":"https://github.com/PyconUK.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Conference Scehduler Command Line Interface\n===========================================\nA command line tool to manage the schedule for a conference.\n\nInstallation\n============\n\nThe library requires Python 3.6 or later. The simplest way to install is::\n\n    pip install conference-scheduler-cli\n\nTo install from source code::\n\n    git clone https://github.com/PyConUK/ConferenceScheduler-cli\n    cd ConferenceScheduler-cli\n    python setup.py install\n\nQuick Start\n===========\n\nThe tool expects to find a directory with the necessary data files to define\nthe conference. By default it will look for a directory named `input` under\nthe current working directory.\n\nIt will generate YAML files in the format required by the conference\nwebsite. By default, these will be placed a in a `build` directory under the\ncurrent working directory.\n\nIt will also generate `.csv` and `.pickle` files to store the calculated\nschedule and its associated definition and a log file with the full details of\nthe most recent calculation. By default, these will be placed in a\n`solution` directory under the current working directory.\n\nThe `input`, `solution` and `build` directories can be passed to the tool as\ncommand line options in place of the default locations.\n\nTo build the schedule with the default options::\n\n    scheduler build\n\nThere are also further options, e.g. to set the logging verbosity or the\nsolver algorithm to use. To view those options::\n\n    scheduler --help\n\nor, for the options for a specifc command::\n\n    scheduler build --help\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyconuk%2Fconferencescheduler-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyconuk%2Fconferencescheduler-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyconuk%2Fconferencescheduler-cli/lists"}