{"id":24093194,"url":"https://github.com/umd-lib/ipmanager-django","last_synced_at":"2025-06-19T10:38:56.494Z","repository":{"id":271775411,"uuid":"912571593","full_name":"umd-lib/ipmanager-django","owner":"umd-lib","description":"Django implementation of the University of Maryland Libraries' standalone IP Manager Service","archived":false,"fork":false,"pushed_at":"2025-04-01T14:11:18.000Z","size":141,"stargazers_count":0,"open_issues_count":2,"forks_count":6,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-05-07T05:05:34.859Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/umd-lib.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":"2025-01-05T23:53:14.000Z","updated_at":"2025-04-01T14:11:24.000Z","dependencies_parsed_at":"2025-01-09T20:26:40.354Z","dependency_job_id":"9b19d662-64b2-48ce-8868-3dc119284207","html_url":"https://github.com/umd-lib/ipmanager-django","commit_stats":null,"previous_names":["umd-lib/ipmanager-django"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/umd-lib/ipmanager-django","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umd-lib%2Fipmanager-django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umd-lib%2Fipmanager-django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umd-lib%2Fipmanager-django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umd-lib%2Fipmanager-django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umd-lib","download_url":"https://codeload.github.com/umd-lib/ipmanager-django/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umd-lib%2Fipmanager-django/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260734420,"owners_count":23054455,"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":"2025-01-10T09:25:44.526Z","updated_at":"2025-06-19T10:38:51.474Z","avatar_url":"https://github.com/umd-lib.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ipmanager-django\n\nDjango implementation of the University of Maryland Libraries' standalone\nIP Manager Service. The service provides both an Administrator UI and a REST\nAPI interface for IP lookups.\n\n## Development Setup\n\nPlease see [DevelopmentEnvironmentLocal](docs/DevelopmentEnvironmentLocal.md) for \na full tutorial on how to set up this application (including SAML) to run\non your local machine.\n\nTo run the webapp using the built-in web server:\n\n```zsh\nsrc/manage.py runserver\n```\n\nThe application will be running at \u003chttp://localhost:3001/\u003e\n\nTo use an alternate port, specify it after the `runserver` command:\n\n```zsh\nsrc/manage.py runserver 5999\n```\n\nThen the application will be running at \u003chttp://localhost:5999/\u003e\n\n### Tests\n\nThis project uses the [pytest] test framework, in conjunction with the\n[pytest-django] plugin, for testing. Tests are located in the [tests](tests/)\ndirectory.\n\nTo run the tests:\n\n```zsh\npytest\n```\n\nConfiguration for `pytest` is maintained in the [pyproject.toml] file.\n\n### Code Formatting and Linting\n\nThis project uses [ruff] for code format checking and code linting.\n\nTo run the linter:\n\n```zsh\nruff check\n```\n\nTo run the formatter:\n\n```zsh\n# show what would be changed without making the changes\nruff format --diff\n\n# automatically apply the changes\nruff format\n```\n\nConfiguration for `ruff` is maintained in the [pyproject.toml] file.\n\n## History\n\nThis project began life as a Java servlet application that was tightly\nintegrated with the UMD Libraries' Fedora 2 digital repository application.\n\nIn 2022, it was reimplemented as a Ruby on Rails application, and expanded\nto include a more user-friendly admin UI. The API was also changed from\nthe XML format used by the original application to a more modern JSON\nimplementation.\n\nIn 2025, it is being reimplemented again, this time using Python and the\nDjango framework.\n\n## License\n\nSee the [LICENSE](LICENSE) file for license rights and limitations (Apache 2.0).\n\n[pyproject.toml]: pyproject.toml\n[pytest]: https://docs.pytest.org/en/stable/\n[pytest-django]: https://pytest-django.readthedocs.io/en/latest/\n[ruff]: https://docs.astral.sh/ruff/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumd-lib%2Fipmanager-django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumd-lib%2Fipmanager-django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumd-lib%2Fipmanager-django/lists"}