Skip to main content

No project description provided

Project description

Arbie

CodeFactor wemake-python-styleguide codecov Actions Status License PyPi

Arbie is a greedy crypto pirate!

Arbie

Getting started

Jupyter notebook

It is possible to test arbie in a Jupyter notebook. It is even encoraged for gettign a hang of what Arbie can do!

Run Jupyter:

./gradlew startJupyter

Now go ahead and open one of the notebooks under examples.

Develop

Instructions for developing arbie using docker or virual-env.

Docker

The arbie repository can be built using docker. This is probably the simplest approach if you just want to get things building.

docker build . -t arbie

You can now use the newly created docker image to build and test with.

test:

docker run -v $(pwd):/arbie arbie ./gradlew test

lint:

docker run -v $(pwd):/arbie arbie ./gradlew lint

Virtual-env

Create a virtual env:

./gradlew venv

Install requirment:

./gradlew pip

test:

./gradlew startGanache test

lint:

./gradlew lint

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

Arbie-0.4.0.tar.gz (46.8 kB view hashes)

Uploaded Source

Built Distribution

Arbie-0.4.0-py3-none-any.whl (63.1 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