{"id":34517582,"url":"https://github.com/clckwrkbdgr/blackcompany","last_synced_at":"2026-05-27T12:05:17.077Z","repository":{"id":9337645,"uuid":"11185451","full_name":"clckwrkbdgr/blackcompany","owner":"clckwrkbdgr","description":"A nano-CMS for small teams or personal use (PDS)","archived":false,"fork":false,"pushed_at":"2025-08-26T18:48:49.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-27T02:30:54.354Z","etag":null,"topics":["bottle","cms","pds"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clckwrkbdgr.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}},"created_at":"2013-07-04T19:53:00.000Z","updated_at":"2025-08-26T18:48:52.000Z","dependencies_parsed_at":"2024-09-14T09:26:34.034Z","dependency_job_id":"50b0435e-4ba8-4982-bfc0-387b9d323019","html_url":"https://github.com/clckwrkbdgr/blackcompany","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/clckwrkbdgr/blackcompany","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clckwrkbdgr%2Fblackcompany","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clckwrkbdgr%2Fblackcompany/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clckwrkbdgr%2Fblackcompany/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clckwrkbdgr%2Fblackcompany/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clckwrkbdgr","download_url":"https://codeload.github.com/clckwrkbdgr/blackcompany/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clckwrkbdgr%2Fblackcompany/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33564947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bottle","cms","pds"],"created_at":"2025-12-24T04:25:20.898Z","updated_at":"2026-05-27T12:05:17.072Z","avatar_url":"https://github.com/clckwrkbdgr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"blackcompany\n============\n\nA nano-CMS for small teams or personal use (PDS) written in Python and based on [bottle.py](https://bottlepy.org/).\n\nInstallation\n------------\n\n```bash\npython ./setup.py build\npython -m pip wheel . --no-deps --wheel-dir=dist\npython -m pip install --upgrade dist/*.whl\n```\n\nUsage\n-----\n\nExample of simplest usage:\n\n```python\n# mywebserver.py\nimport blackcompany\nimport blackcompany.serve\n\nblackcompany.serve.mime.Text.Html.serve('/', '/home/user/web/index.html')\n\nif __name__ == '__main__'\n\tblackcompany.run_cli(host='0.0.0.0', port=8080)\n```\n\nNow it could be run from command line:\n\n```bash\n$ python mywebserver.py\n```\n\nSee [usage](docs/usage.md) for more details.\n\nDevelopment\n-----------\n\nUnit tests are written using default `unittest` module,\nso they are discoverable via `python -m unittest discover`.\n\nAdditional dependencies: `pyfakefs`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclckwrkbdgr%2Fblackcompany","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclckwrkbdgr%2Fblackcompany","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclckwrkbdgr%2Fblackcompany/lists"}