Skip to main content

Generates a fixed width file using the provided spec (offset provided in the spec file represent the length of each field).Implements a parser that can parse the fixed width file and generate a delimited file, like CSV for example.

Project description

File2CSV

Project description Movement detector for RaspberryPi with Watch to watch objects coming into proximity. Pass pins Trigger and Echo. Pass offset to determine boundary for the object to come in

Parse fixed width file

  • Generates a fixed width file using the provided spec (offset provided in the spec file represent the length of each field).
  • Implements a parser that can parse the fixed width file and generate a delimited file, like CSV for example.

Features

  • Offset for object interference zone
  • Emits Object In and Out event

Installation

Create library

python setup.py bdist_wheel

RaspberryPiMovementDetector is a registered PyPI module, so the installation with pip is quite easy:

pip install RaspberryPiMovementDetector

Examples

Basic usage

import time
from RPi.GPIO import GPIO
from MovementDetector.Watch import Watch

TRIG = 23
ECHO = 24

def func_moved_in(arg):
  print("process for object entering field")

def func_moved_out(arg):
  print("process for object exiting field")

OFFSET = 200 # 2m

watch = Watch(gpio=GPIO, trig=TRIG, echo=ECHO, func_in=func_moved_in, func_out=func_moved_out, offset=OFFSET)

watch.observe()

time.sleep(100) # Sleep

watch.stop()

Development

License

The MIT License (MIT)

Copyright (c) 2019 KK Santhanam

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Authors

KK Santhanam (KSanthanam)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

file2csv-1.0.0.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

file2csv-1.0.0-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file file2csv-1.0.0.tar.gz.

File metadata

  • Download URL: file2csv-1.0.0.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for file2csv-1.0.0.tar.gz
Algorithm Hash digest
SHA256 208696ba31866361d6a3cf3b01f36f9397d7f9cd015272df7ebf3d5aa7b48b6c
MD5 51dacc3111b0bd70c5ed955f31b648f1
BLAKE2b-256 29b86d66937c9bfb57e8362645261d41daff614b972d16908427898ccd548dac

See more details on using hashes here.

File details

Details for the file file2csv-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: file2csv-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 5.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for file2csv-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 aa50ebcfc04ae66e0928fcd7c0ac6887dde6a0eaf69e819cd57c99eee8efe99f
MD5 a55c7d29ecada5b99e40233e7c3cc3ba
BLAKE2b-256 6b8598c4f2f829280d4625b3c5362492fb94c885e2ab01062b044c9fcaf3744c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page