Tools for soil liquefaction analysis
Project description
Liquepy
Python tools for solving problems related to soil liquefaction
Installation
pip install liquepy
Contributors
How do I get set up?
Run pip install -r requirements.txt
Testing
Tests are run with pytest
Locally run: pytest on the command line.
Tests are run on every push using travis, see the .travis.yml file
Deployment
To deploy the package to pypi.com you need to:
Push to the pypi branch. This executes the tests on circleci.com
Create a git tag and push to github, run: trigger_deploy.py or manually:
git tag 0.5.2 -m "version 0.5.2" git push --tags origin pypi
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
liquepy-0.4.2.tar.gz
(18.6 kB
view hashes)