Search Criteria
Package Details: python-stringcase 1.2.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-stringcase.git (read-only, click to copy) |
---|---|
Package Base: | python-stringcase |
Description: | Convert string cases between camel case, Pascal case, snake case, etc. |
Upstream URL: | https://pypi.python.org/pypi/stringcase |
Licenses: | MIT |
Submitter: | arnottcr |
Maintainer: | None |
Last Packager: | arnottcr |
Votes: | 12 |
Popularity: | 0.000000 |
First Submitted: | 2017-12-29 06:04 (UTC) |
Last Updated: | 2022-05-11 00:58 (UTC) |
Latest Comments
MarsSeed commented on 2023-08-01 15:38 (UTC)
Please kindly modernize the build procedure to follow PEP 517 standard. Otherwise Python complains during setup that the direct execution of setup.py will be blocked in an upcoming release.
carlosal1015 commented on 2022-04-15 03:48 (UTC)
Please stop with python2-setuptools.
djmattyg007 commented on 2022-04-15 03:37 (UTC)
Please please please drop python2 support.
dmlls commented on 2022-02-21 20:40 (UTC) (edited on 2022-02-21 20:41 (UTC) by dmlls)
The project python-stringcase doesn't seem to be actively maintained anymore, having unresolved issues that have been open for years now.
If anyone is looking for the same functionality, you can check
python-casefy
. This package also fixes all stringcase's open issues.Disclaimer: I am the author of python-casefy (I implemented it as a maintained, improved version of stringcase).
escape0707 commented on 2021-09-23 02:32 (UTC) (edited on 2021-09-23 02:34 (UTC) by escape0707)
Is python2 dependencies still necessary as of today?
Is it possible to split this package into two packages
python-stringcase
andpython2-stringcase
so that the first one doesn't depend onpython2-setuptools
?linkmauve commented on 2020-01-29 11:26 (UTC)
Hi, I removed python2 support (which was unused on AUR anyway) and split package() into build() and package(). You can untar this repository and pull from it to get my changes: https://linkmauve.fr/files/python-stringcase.tar.xz
Thanks for maintaining it!