{"id":18403738,"url":"https://github.com/russellluo/resource","last_synced_at":"2025-04-07T07:32:47.835Z","repository":{"id":57461449,"uuid":"24314791","full_name":"RussellLuo/resource","owner":"RussellLuo","description":"A Python library concentrated on the Resource layer of RESTful APIs.","archived":false,"fork":false,"pushed_at":"2023-04-15T22:38:29.000Z","size":176,"stargazers_count":18,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-22T14:41:29.926Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RussellLuo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2014-09-22T04:55:54.000Z","updated_at":"2020-04-23T00:49:00.000Z","dependencies_parsed_at":"2024-06-19T01:49:35.987Z","dependency_job_id":"38f24585-f67f-4ed0-b5e1-b320f687d3b4","html_url":"https://github.com/RussellLuo/resource","commit_stats":{"total_commits":122,"total_committers":3,"mean_commits":"40.666666666666664","dds":"0.016393442622950838","last_synced_commit":"a3f4d347bd170a9dffbe1e61a33bba2c8524c2e3"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RussellLuo%2Fresource","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RussellLuo%2Fresource/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RussellLuo%2Fresource/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RussellLuo%2Fresource/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RussellLuo","download_url":"https://codeload.github.com/RussellLuo/resource/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247612518,"owners_count":20966769,"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-11-06T02:48:02.972Z","updated_at":"2025-04-07T07:32:46.411Z","avatar_url":"https://github.com/RussellLuo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"**NOTE:**\n\nThis library will not be actively maintained any further. You probably want to see the [RESTArt][1] library (still in development), which is a replacement with better intentions.\n\n---\n\n\nResource\n========\n\nA Python library concentrated on the Resource layer of RESTful APIs.\n\n\nPhilosophy\n----------\n\nYou have data somewhere:\n\n1. physical data stored in databases like MongoDB (NoSQL) or MySQL (RDBMS)\n2. virtual data existing in applications (e.g. data in business logic)\n\nand you want to expose it to your users through a RESTful Web API. `Resource` is a convenient library that allows you to do so.\n\n`Resource` is database agnostic and web framework agnostic, which means you should/can choose databases (MongoDB, MySQL, etc.) and web frameworks (Flask, Django, etc.) yourself.\n\n\nInstallation\n------------\n\nInstall `Resource` with `pip`:\n\n    $ pip install Resource\n\nInstall development version from `GitHub`:\n\n    $ git clone https://github.com/RussellLuo/resource.git\n    $ cd resource\n    $ python setup.py install\n\n\nFeatures\n--------\n\n+ Full range of CRUD operations\n+ JSON all the time\n+ Easy and Extensible Data Validation\n+ Intelligent and Extensible Serializer\n+ Filtering\n+ Pagination\n+ Sorting\n+ Fields Selection\n+ Authentication\n+ Sub Resources\n+ Cross Origin\n+ Support MongoDB\n+ Support RDBMS\n+ Support Flask\n+ Support Django\n\n\nDocumentation\n-------------\n\nComplete documentation is available [here][2].\n\n\nLicense\n-------\n\n[MIT][3]\n\n\n[1]: https://github.com/RussellLuo/restart\n[2]: https://github.com/RussellLuo/resource/blob/master/docs/index.md\n[3]: http://opensource.org/licenses/MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frussellluo%2Fresource","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frussellluo%2Fresource","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frussellluo%2Fresource/lists"}