Skip to content

Commit

Permalink
Merge pull request #131 from robmarkcole/bump-pandas
Browse files Browse the repository at this point in the history
Bump pandas and version
  • Loading branch information
robmarkcole authored Nov 4, 2020
2 parents f2769b9 + bf57df0 commit f38e4d1
Show file tree
Hide file tree
Showing 5 changed files with 892 additions and 727 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ dist/*

.pytest_cache/*
.idea/*

venv*
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,17 @@ You can now navigate to the notebooks directory and start using the detective pa
## Try out detective online
You can try out the latest version of detective from pypi without installing anything. If you click on the 'launch binder' button above, detective will be started in a Docker container online using the [Binderhub](https://binderhub.readthedocs.io) service. Run the example notebook to explore detective, and use the `Upload` button to upload your own `home-assistant_v2.db` database file for analysis. Note that all data is deleted when the container closes down, so this service is just for trying out detective.

## Development
* Create a venv: `python3 -m venv venv`
* Activate venv: `source venv/bin/activate`
* Install requirements: `pip3 install -r requirements.txt`
* Install detective in development mode: `pip3 install -e .`
* Optional install Jupyter to run the notebooks: `pip3 install jupyterlab`
* Run jupyter, ensuring from venv: `venv/bin/jupyter lab`

### Running tests
* Install dependencies: `pip3 install -r requirements_test.txt`
* Run: `pytest .`

## Contributors
Big thanks to [@balloob](https://github.com/balloob) and [@frenck](https://github.com/frenck), checkout their profiles!
Loading

0 comments on commit f38e4d1

Please sign in to comment.