{"id":13813661,"url":"https://github.com/nullism/pycnic","last_synced_at":"2025-05-15T00:34:00.107Z","repository":{"id":2003631,"uuid":"45515880","full_name":"nullism/pycnic","owner":"nullism","description":"A JSON API web framework for lazy people.","archived":false,"fork":false,"pushed_at":"2022-04-05T16:32:03.000Z","size":104,"stargazers_count":159,"open_issues_count":1,"forks_count":27,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-08-04T04:04:26.843Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://pycnic.nullism.com","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/nullism.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}},"created_at":"2015-11-04T04:47:52.000Z","updated_at":"2024-03-22T00:02:17.000Z","dependencies_parsed_at":"2022-08-06T11:16:44.652Z","dependency_job_id":null,"html_url":"https://github.com/nullism/pycnic","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullism%2Fpycnic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullism%2Fpycnic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullism%2Fpycnic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullism%2Fpycnic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nullism","download_url":"https://codeload.github.com/nullism/pycnic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225319294,"owners_count":17455743,"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-08-04T04:01:24.697Z","updated_at":"2024-11-19T08:30:53.086Z","avatar_url":"https://github.com/nullism.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"![HUG](http://pycnic.nullism.com/images/pycnic-head-small.png)\n============================\n\n# Docs\n\n[pycnic.nullism.com/docs](http://pycnic.nullism.com/docs)\n\n# Example\n\n```python\n# example.py\nfrom pycnic.core import WSGI, Handler\n\nclass Hello(Handler):\n    def get(self, name=\"World\"):\n        return { \"message\":\"Hello, %s!\"%(name) }\n\nclass app(WSGI):\n    routes = [\n        ('/', Hello()),\n        ('/([\\w]+)', Hello())\n    ]\n```\n\n# Installation\n\nNow that Pycnic is available on PyPI, it may be installed with pip. \n\n    pip install pycnic\n\n# Running \n\nPycnic may be ran with any WSGI-compliant server, such as [Gunicorn](http://gunicorn.org).\n\n    gunicorn file:app\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullism%2Fpycnic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullism%2Fpycnic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullism%2Fpycnic/lists"}