Antonio Ercole De Luca
Antonio Ercole De Luca
## What does this PR do? fixing #170 + sorting some imports. ## Why was this PR needed? otherwise it doesn't work ## What are the relevant issue numbers? #170...
It would be cool to have a CI configuration that checks for each PR that the tests pass. By the way, taking into account that, right now, in order to...
It would be ideal to have separate environments, both docker, docker-compose and requirements files.
It would be cool to have environment variables, and an .env file, instead of the conf.py file.
Additionally to docker-compose (or replacing it), it would be cool to have kubernetes.
docker
Hello there! Any plans to docker-ize it? Regards
Executing: ````````python url = "https://www.investing.com/instruments/HistoricalDataAjax" method = 'POST' data = params headers = head retries = 10 hops = 3 auth_data = None with tor_requests_session(hops, auth_data, retries=retries) as s: headers...
Hello guys, as discussed in #7 here's a PR that allows retrieving the nearest postal codes. It uses KDTree from scipy. Let me know
```python from wikidata.client import Client from wikidata.client import Entity client = Client() entity = client.get("Q220", load=True) for _, values in entity.iterlists(): print(values) ``` ```python --------------------------------------------------------------------------- DatavalueError Traceback (most recent call...
Hello there, would it be a good idea to provide a Django Admin widget/form to provide a time-series plot? We could use something similar to pandas/matplotlib or something even better....