REST-like HTTP API for LysKOM
Project description
httpkom is an HTTP proxy for LysKOM protocol A servers, and exposes an REST-like HTTP API. It can for example be used for writing LysKOM clients in Javascript.
The source code can be found at: https://github.com/osks/httpkom
Packages are published on PyPI: https://pypi.org/project/httpkom/
The documentation can be found at: http://osks.github.io/httpkom/
httpkom uses pylyskom, which is also released under GPL.
Dependencies
For required Python packages, see requirements.txt. Install them with:
$ pip install -r requirements.txt
Development
Preparing a release
TODO: How do we update the documentation on github pages?
On master:
Update and check CHANGELOG.md.
Increment version number and remove +dev suffix IN BOTH setup.py AND httpkom/version.py!
Test manually by using jskom.
Commit, push.
Tag (annotated) with v<version> (example: v0.1) and push the tag:
git tag -a v0.1 -m "Version 0.1" git push origin v0.1
Build PyPI dist: make dist
Push to Test PyPI: twine upload --repository testpypi dist/* and check https://test.pypi.org/project/httpkom/ .
Push to PyPI: twine upload dist/* and check https://pypi.org/project/httpkom/ .
Add +dev suffix to version number, commit and push.
Github release: Go to https://github.com/osks/httpkom/releases and draft a new release. Select tag and set title to “Version <version>”, and then publish the release.
Tools
Install and update release tools with:
pip install --upgrade setuptools wheel pip twine
Twine is used for pushing the built dist to PyPI. The examples in the release process depends on a .pypirc file with config for the pypi and testpypi repositories.
Example of .pypirc:
[pypi] username = __token__ password = pypi-... [testpypi] repository = https://test.pypi.org/legacy/ username = __token__ password = pypi-...
Copyright and license
Copyright (C) 2012-2022 Oskar Skoog
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 2 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file httpkom-0.21.tar.gz
.
File metadata
- Download URL: httpkom-0.21.tar.gz
- Upload date:
- Size: 20.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64fab27156ed46f58280021b451ff4caf5642f0c8c69069c8c5574f12cd670f4 |
|
MD5 | af71bc4b07e632565bc537c4b70948ae |
|
BLAKE2b-256 | d6f4409f998b11ae4c150e31792a5def3f4a56cae6145fa65b93fc9e6e558122 |