Edi-energy-scraper

Latest version: v0.7.1

Safety actively analyzes 685670 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.2.1

What's Changed
* Improved resilience against `ServerDisconnectedError`s and `TimeoutError`s
* Some fixed links and documentation
* 🔄Add minimal retry logic; 🕰 Increase timeout to 15min per epoch by hf-kklein in https://github.com/Hochfrequenz/edi_energy_scraper/pull/42


**Full Changelog**: https://github.com/Hochfrequenz/edi_energy_scraper/compare/v0.2.0...v0.2.1

0.2.0

What's Changed
v0.2.0 switches to an async download logic based on aiohttp.
This makes mirroring edi-energy.de significantly faster (~4x in manual tests) but also increases the risk of getting blocked when sending to many requests at a time.
In case the server suddenly terminates your connection, try lowering the [connection_limit](https://github.com/Hochfrequenz/edi_energy_scraper/blob/47ff72be1b77619ec0b445872fc557e27592d538/src/edi_energy_scraper/__init__.py#L54) to e.g. `1` which will be very similar to the non-async code in v0.1.x (performance-wise).

Using the aiohttp-requests library comes with the price of temporarily dropped support for Python 3.11 (issue 40).
Also, using async together with BeautifulSoup was not possible in Python 3.7.

* ❌ Drop Support for Python 3.7 by hf-kklein in https://github.com/Hochfrequenz/edi_energy_scraper/pull/39
* (❌) *Temporary* drop support for Python 3.11 by hf-kklein in https://github.com/Hochfrequenz/edi_energy_scraper/pull/41
* 🚀 Make download code async by hf-kklein in https://github.com/Hochfrequenz/edi_energy_scraper/pull/38


**Full Changelog**: https://github.com/Hochfrequenz/edi_energy_scraper/compare/v0.1.1...v0.2.0

0.1.1

What's Changed
* 🔥 Remove DOS protection by hf-kklein in https://github.com/Hochfrequenz/edi_energy_scraper/pull/36
* Switch from ➖PyPdf2 to ➕pypdf by hf-kklein in https://github.com/Hochfrequenz/edi_energy_scraper/pull/37
* Fix beautifulsoup deprecation warning: Use `string` instead of `text` by hf-kklein in https://github.com/Hochfrequenz/edi_energy_scraper/pull/35
* Bump beautifulsoup4 from 4.11.1 to 4.11.2 by dependabot in https://github.com/Hochfrequenz/edi_energy_scraper/pull/33
* 🖤👷‍♀️ (chore) Switch to Native Black Action; ⬆Bump black from 22.8 to 23.1 by hf-kklein in https://github.com/Hochfrequenz/edi_energy_scraper/pull/34

**Full Changelog**: https://github.com/Hochfrequenz/edi_energy_scraper/compare/v0.1.0...v0.1.1

0.1.0

What's Changed
* 🩹 Avoid crash for missing `content-disposition` header by hf-kklein in https://github.com/Hochfrequenz/edi_energy_scraper/pull/32


**Full Changelog**: https://github.com/Hochfrequenz/edi_energy_scraper/compare/v0.0.8...v0.1.0

0.0.8

What's Changed

Features
* ⬆ Upgrade to Python 3.11 (both Code and CI) by hf-kklein in https://github.com/Hochfrequenz/edi_energy_scraper/pull/27

Dependencies
* Bump pypdf2 from 2.10.5 to 2.11.1 by dependabot in https://github.com/Hochfrequenz/edi_energy_scraper/pull/15
* Bump certifi from 2022.6.15 to 2022.12.7 by dependabot in https://github.com/Hochfrequenz/edi_energy_scraper/pull/22
* Bump pypdf2 from 2.11.1 to 2.12.1 by dependabot in https://github.com/Hochfrequenz/edi_energy_scraper/pull/23
* Bump requests from 2.28.1 to 2.28.2 by dependabot in https://github.com/Hochfrequenz/edi_energy_scraper/pull/26
* Bump pypdf2 from 2.12.1 to 3.0.1 by dependabot in https://github.com/Hochfrequenz/edi_energy_scraper/pull/25
*
Internal Tooling / Github Actions
* 🤖Update Github Actions using Dependabot by hf-kklein in https://github.com/Hochfrequenz/edi_energy_scraper/pull/16
* Bump actions/setup-python from 2 to 4 by dependabot in https://github.com/Hochfrequenz/edi_energy_scraper/pull/19
* Bump github/codeql-action from 1 to 2 by dependabot in https://github.com/Hochfrequenz/edi_energy_scraper/pull/17
* Bump actions/checkout from 2 to 3 by dependabot in https://github.com/Hochfrequenz/edi_energy_scraper/pull/18

New Contributors
* dependabot made their first contribution in https://github.com/Hochfrequenz/edi_energy_scraper/pull/15

**Full Changelog**: https://github.com/Hochfrequenz/edi_energy_scraper/compare/v0.0.7...v0.0.8

0.0.7

What's Changed
* 🔊 Add some basic logging by hf-kklein in https://github.com/Hochfrequenz/edi_energy_scraper/pull/14


**Full Changelog**: https://github.com/Hochfrequenz/edi_energy_scraper/compare/v0.0.6...v0.0.7

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.