{"id":22281455,"url":"https://github.com/roundup-tracker/roundup","last_synced_at":"2025-07-28T20:30:56.570Z","repository":{"id":37839696,"uuid":"41896643","full_name":"roundup-tracker/roundup","owner":"roundup-tracker","description":"Mirror of http://hg.code.sf.net/p/roundup/code  --  used for CI. Please visit https://issues.roundup-tracker.org to find starter issues or log new issues.","archived":false,"fork":false,"pushed_at":"2024-11-26T20:18:19.000Z","size":40694,"stargazers_count":36,"open_issues_count":0,"forks_count":11,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-26T21:26:27.957Z","etag":null,"topics":["bug-tracking","cli-app","dbm","email-interface","hacktoberfest","issue-tracking","jinja2","mysql","postgresql","python","python3","restful-api","sqlite3","tal","webapp","xmlrpc-api","zope"],"latest_commit_sha":null,"homepage":"https://www.roundup-tracker.org/","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roundup-tracker.png","metadata":{"files":{"readme":"README.txt","changelog":"CHANGES.txt","contributing":null,"funding":null,"license":"COPYING.txt","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":"2015-09-04T03:49:51.000Z","updated_at":"2024-11-26T20:18:26.000Z","dependencies_parsed_at":"2023-12-24T04:18:38.346Z","dependency_job_id":"e4b6b1c9-9bef-4c3c-82e7-acff35b2b301","html_url":"https://github.com/roundup-tracker/roundup","commit_stats":null,"previous_names":[],"tags_count":117,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roundup-tracker%2Froundup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roundup-tracker%2Froundup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roundup-tracker%2Froundup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roundup-tracker%2Froundup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roundup-tracker","download_url":"https://codeload.github.com/roundup-tracker/roundup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227952461,"owners_count":17846358,"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":["bug-tracking","cli-app","dbm","email-interface","hacktoberfest","issue-tracking","jinja2","mysql","postgresql","python","python3","restful-api","sqlite3","tal","webapp","xmlrpc-api","zope"],"created_at":"2024-12-03T16:18:25.526Z","updated_at":"2024-12-03T16:18:25.997Z","avatar_url":"https://github.com/roundup-tracker.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=======================================================\nRoundup: an Issue-Tracking System for Knowledge Workers\n=======================================================\n\nIntroduction\n============\n\nRoundup is a tool for creating issue trackers. This includes:\n\n  * bug trackers,\n  * help desk,\n  * agile development trackers,\n  * customer issue tracking,\n  * fleet maintenance tracking,\n  * GTD tool etc.\n\nIt comes with predefined trackers meant to be customized for your\nworkflow. Starting trackers include:\n\n  * generic tracker,\n  * development bug/feature tracker (3 variations),\n  * bare bones minimal tracker.\n\nYour users interact with (create, read, update, close) issues using a\nweb interface or by email. It can be programmaticly managed via REST\nor XMLRPC, CLI, or via local Python scripts.\n\nThe user's guide is at https://www.roundup-tracker.org/docs/user_guide.html.\n\n\nINSTANT GRATIFICATION\n=====================\n\nThe impatient may try Roundup immediately by running demo.py from\nthe source directory::\n\n   python demo.py\n\nThis will create new tracker home in \"demo\" subdirectory and start\na web server. To reset demo instance::\n\n   python demo.py nuke\n\nFor details see the \"For the Really Impatient\" section of the\ninstallation document at:\n\n   https://roundup-tracker.org/docs/installation.html#for-the-really-impatient\n\nfor details on running demo mode or using the docker demo mode.\n\nTracker Home\n------------\n\n\"Tracker Home\" is main concept when starting with Roundup. It is\ndirectory where all your tracker data is stored. This directory is\ncreated every time when new tracker is initialized and includes\ntracker configuration, database, template, schema and extensions.\n\nUsing Roundup\n=============\n\nPlease see the user's guide at:\n\n  https://roundup-tracker.org/docs/installation.html#for-the-really-impatient\n\nInstallation\n============\n\nPlease see \"doc/installation.txt\". For a basic tracker, only the\nPython standard library is required. It can be enhanced by adding\nother packages. A basic virtual environment install can be done using:\n\n\n  python3 -m venv roundup\n  . roundup/bin/activate\n  python -m pip install roundup\n  roundup-demo # to start a test demo instance\n\nSee \"doc/installation.txt\" for details on deploying a production\ninstance.\n\nUpgrading\n=========\n\nPlease see \"doc/upgrading.txt\".\n\nSecurity Issues\n===============\n\nPlease see \"doc/security.txt\" for directions on reporting security issues.\n\n\nOther Information\n=================\n\nStart with the index.txt file in the \"doc\" directory. These\ndocumentation files are written in reStructedText, which can be\nconverted into HTML format. If you have Sphinx installed, you can\ndo this by running::\n\n   python setup.py build_doc\n\nResulting HTML files will be in \"share/doc/roundup/html\" directory.\n\n\nContributing Guidelines\n=======================\n\nTo get started on development or documentation work, read the file\n\"doc/developers.txt\".  This documents the project rules, how to set up\na development environment and submit patches and tests.\n\nSupport/Contact\n===============\n\nPlease see https://www.roundup-tracker.org/contact.html for directions\non using email or IRC to contact the developers.\n\n\nLicense\n=======\nSee COPYING.txt.\n\ntl;dr MIT, Zope version 2, Python Software Foundation version 2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froundup-tracker%2Froundup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froundup-tracker%2Froundup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froundup-tracker%2Froundup/lists"}