Page MenuHomePhabricator

Konstin
User

Projects

User is not a member of any projects.

Today

  • No visible events.

Tomorrow

  • No visible events.

Wednesday

  • No visible events.

User Details

User Since
Aug 15 2016, 10:48 AM (521 w, 6 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Konstin [ Global Accounts ]

Recent Activity

Dec 22 2025

Konstin created T413398: `user_add_claim_unless_exists` using the `inspect` module is very slow.
Dec 22 2025, 8:46 PM · Performance Issue, Pywikibot

Oct 19 2025

Konstin created T407702: Multiple deleted items still available in Wikidata Query Service.
Oct 19 2025, 8:08 AM · Wikidata-Omega (Radar/Epics/Stalled), Wikidata Platform Team (Sprint 03 (2026/03/03)), Essential-Work, Wikidata-Query-Service, Wikidata

Jul 1 2018

Konstin added a comment to T198374: Pywikibot identifies itself with the wrong version, breaking pip freeze.

The source distribution on pypi is created with setuptools and therefore has access to the repository, so you could use e.g. setuptools_scm to write the current version to a .gitignore'd file. Even though this is possible, I'd recommend tracking the version explicitly in the code and/or build configuration. Modern build tools such as flit and poetry do even mandate this.

Jul 1 2018, 3:05 PM · Patch-For-Review, Pywikibot, Pywikibot-General

Jun 30 2018

Konstin added a comment to T198374: Pywikibot identifies itself with the wrong version, breaking pip freeze.

Pip uses the source distribution published on pypi, which is basically the repository contents without the .git folder (but with some extra metadata) so the setup.py can't use git to determine the version. Most projects either set the version in setup.py explicitly or as a constant in the source code which they import at build time. It would IMO also be very good to also publish wheels to pypi, which do not need to be build to be installed. (It's not more work than installing wheel and running bdist_wheel before uploading)

Jun 30 2018, 9:02 PM · Patch-For-Review, Pywikibot, Pywikibot-General

Jun 28 2018

Konstin created T198374: Pywikibot identifies itself with the wrong version, breaking pip freeze.
Jun 28 2018, 8:49 AM · Patch-For-Review, Pywikibot, Pywikibot-General

Dec 5 2016

Konstin added a comment to T152295: Option to display json in the wikidata query service.

No, I'd like to see directly in https://query.wikidata.org what the json will look like so I can write my application accordingly. The final application will then of course use the API. Having this directly in the web interface would make developing easier and faster and should be to implement (just add a library for pretty printing and add a button in the dropdown).

Dec 5 2016, 9:51 AM · Wikidata Query UI, Discovery-ARCHIVED, Wikidata

Dec 3 2016

Konstin created T152295: Option to display json in the wikidata query service.
Dec 3 2016, 4:17 PM · Wikidata Query UI, Discovery-ARCHIVED, Wikidata