https://github.com/goern/nevra-resolver
web service to parse nevra and return json
https://github.com/goern/nevra-resolver
centos fedora nevra redhat webservice
Last synced: 10 months ago
JSON representation
web service to parse nevra and return json
- Host: GitHub
- URL: https://github.com/goern/nevra-resolver
- Owner: goern
- License: gpl-3.0
- Archived: true
- Created: 2017-12-09T10:22:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-11T08:43:18.000Z (over 8 years ago)
- Last Synced: 2025-01-28T21:38:39.487Z (over 1 year ago)
- Topics: centos, fedora, nevra, redhat, webservice
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nevra-resolver
web service to parse nevra and return json
# Deployment
```bash
oc new-build --strategy docker --name nevra-resolver .
oc start-build nevra-resolver --from-dir .
oc new-app nevra-resolver
oc expose service newra-resolver
```
## Copyright
Copyright (C) 2017 Red Hat Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
The GNU General Public License is provided within the file LICENSE.