From txt to sqlite3 parser of logs
Project description
From txt to sqlite3 parser of logs
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 lars cli application
$ lars --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 Lars
,
and can be built with the included make
helper:
$ make docker
$ docker run -it lars --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
Close
Hashes for ulars-0.0.1.dev20191208155525.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 623989b46b5952e2acd89740f9c046443ab6b9cb150df24e1b0ab6023655a4fe |
|
MD5 | e30e1bd9497504ef847b94284b543fe3 |
|
BLAKE2b-256 | 912f96729ae1e12cc7c8ebd49338fb6688f74f95c79ecb4c5d328b2a42be5cf1 |
Close
Hashes for ulars-0.0.1.dev20191208155525-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5eb872442ac27e83eb6c2deabbf38083791b96c68070c5fc65477e09476d3b41 |
|
MD5 | f00912de28b18a20cfed5c8a2c760abf |
|
BLAKE2b-256 | e9bd4799a7e9a76325da2ded77a6a56589498c9e1792a2ec8294483b931af862 |