Loraline configures LoRaWAN transceivers to host devices
Project description
Loraline configures LoRaWAN transceivers to hosts
Installation
$ pip install -r requirements.txt
$ pip install setup.py
Development
This project includes a number of helpers in the Makefile
to streamline common development tasks.
Environment Setup
The following demonstrates setting up and working with a development environment:
### create a virtualenv for development
$ make virtualenv
$ source env/bin/activate
### run loraline cli application
$ loraline --help
### run pytest / coverage
$ make test
Releasing to PyPi
Before releasing to PyPi, you must configure your login credentials:
~/.pypirc:
[pypi]
username = YOUR_USERNAME
password = YOUR_PASSWORD
Then use the included helper function via the Makefile
:
$ make dist
$ make dist-upload
Deployments
Docker
Included is a basic Dockerfile
for building and distributing Loraline
,
and can be built with the included make
helper:
$ make docker
$ docker run -it loraline --help
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
Built Distribution
File details
Details for the file loraline-0.0.1.dev20190804113740.tar.gz
.
File metadata
- Download URL: loraline-0.0.1.dev20190804113740.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c293a9f155f69bf042fd5ae08d22e7d585e37df47e1fa434a46fd508f5465463 |
|
MD5 | 3989a83d53af1cf8426d8f88c6fa1678 |
|
BLAKE2b-256 | f06e2cfd718a5a82068e030fb4dbd471c39dd8a943be3ea8983f268be1ddca17 |
File details
Details for the file loraline-0.0.1.dev20190804113740-py3-none-any.whl
.
File metadata
- Download URL: loraline-0.0.1.dev20190804113740-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d672fb2d98088029b670687e81443087a75f42bb651656e8d5760d28d6af7367 |
|
MD5 | e71b323dea0242974cce7fc2bf066d89 |
|
BLAKE2b-256 | 2ec2d890eb6825223bbe2961109384f0ec1ebebb37af7e7c20d037a93c1923cf |