Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/city-of-helsinki/mittaridatapumppu-parser
Mittaridatapumppu parser
https://github.com/city-of-helsinki/mittaridatapumppu-parser
mittaridatapumppu
Last synced: about 2 months ago
JSON representation
Mittaridatapumppu parser
- Host: GitHub
- URL: https://github.com/city-of-helsinki/mittaridatapumppu-parser
- Owner: City-of-Helsinki
- Created: 2023-09-06T09:55:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-26T12:15:02.000Z (7 months ago)
- Last Synced: 2024-06-26T15:14:41.079Z (7 months ago)
- Topics: mittaridatapumppu
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mittaridatapumppu parser
## Development setup
```shell
python -m venv venv
. venv/bin/activate
pip-sync
pre-commit install
```