My initials as a fractal :)
$ tox | |
GLOB sdist-make: /Users/eric/Dropbox/Programming/Python/_third_party/forks/python-darkslide/setup.py | |
clean installed: coverage==5.1 | |
clean run-test-pre: PYTHONHASHSEED='1890366513' | |
clean run-test: commands[0] | coverage erase | |
check installed: bleach==3.1.4,check-manifest==0.41,docutils==0.16,entrypoints==0.3,flake8==3.7.9,importlib-metadata==1.6.0,isort==4.3.21,mccabe==0.6.1,pep517==0.8.2,pycodestyle==2.5.0,pyflakes==2.1.1,Pygments==2.6.1,readme-renderer==25.0,six==1.14.0,toml==0.10.0,webencodings==0.5.1,zipp==3.1.0 | |
check run-test-pre: PYTHONHASHSEED='1890366513' | |
check run-test: commands[0] | python setup.py check --strict --metadata --restructuredtext | |
running check | |
warning: Check: This command has been deprecated. Use `twine check` instead: https://packaging.python.org/guides/making-a-pypi-friendly-readme#validating-restructuredtext-markup |
# encoding_test.py | |
# This script reproduces a Unicode encoding error with PythonConfluenceAPI for the | |
# purpose of demonstrating the bug and validating a pull request to correct it. | |
# | |
# Prerequisites: | |
# 1: pip install configparser | |
# 2: Create a config.ini file of the form: | |
# [confluence] | |
# url=https://your_confluence_url.com | |
# user=<Confluence username> |
Demo loading The Migrants Files data hosted via https://github.com/enjalot/migrants
This version is a work in progress. It summs all the deportation data for all countries in the dataset across all years in the dataset. Ultimately it needs a sliding date filter to show deportations by year.
Deportation parsing from: http://bl.ocks.org/enjalot/d6696d28fb47fcf8a537
World map rendering from: https://vida.io/gists/TWNbJrHvRcR3DeAZq
D3 Bingo is meant to be a fun challenge to inspire you to explore parts of D3 (and engaging with the D3 community) that you might not have done yet... and to celebrate what you have done so far!
To play D3 Bingo, fork this gist on blockbuilder.
In the data.js file, add a URL for any projects that you have that fulfil a challenge. Then save. Your bingo card on bl.ocks will now show your completed squares. If you click on a square, it will open the URL for that project.
You can see my completed bingo card here as an example.
forked from zanarmstrong's block: D3 Bingo!
license: gpl-3.0 |