Skip to main content

elemental_analysis_tools package

Project description

Build Status

GitHub pull requests GitHub closed pull requests

GitHub issues GitHub closed issues

Documentation:

Basic dev setup:

Libraries instalation:

virtualenv -p python3 .virtualenv
source virtualenv/bin/activate
pip3 install -r requirements.txt

If necessary, recreate the requirements.txt:

pip3 freeze > requirements.txt

Example of how to run tests, given you are at root directory:

 python3 tests/test_shimadzu.py

Usecase examples collection are available at examples folder.

Tips:

Rename a file from ki_34668_16p.20180402143731.csv to 34668.csv:

rename 's/.2018*\d+//' *
rename 's/^(.*?)\_//' *
rename 's/_16p//' *

Publishng a new version of the package:

python3 setup.py sdist bdist_wheel
twine upload dist/*

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

elemental_analysis_tools-0.0.2.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

elemental_analysis_tools-0.0.2-py3-none-any.whl (8.7 kB view hashes)

Uploaded Python 3

Supported by

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