Stage | Group | Project | Services |
---|---|---|---|
dmtucker | |||
I hereby claim:
- I am dmtucker on github.
- I am dmtucker (https://keybase.io/dmtucker) on keybase.
- I have a public key whose fingerprint is A3E0 EF6C ECB3 3C34 2AA6 EC7C 5508 153A 6E7F C5FB
To claim this, I am signing this object:
astroid < 1.3
coverage < 5
cryptography < 2.2
isort < 4.3.0
paramiko < 2.4.0
- paramiko/paramiko#1119
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
What's up with Python 1.17 in the PyPI stats database? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ python3 sep.py | |
different: cp037 b'a' | |
different: cp273 b'a' | |
different: cp424 b'a' | |
different: cp500 b'a' | |
different: cp875 b'a' | |
different: cp1026 b'a' | |
different: cp1140 b'a' | |
untested: cp65001 | |
different: utf_32 b'\xff\xfe\x00\x00/\x00\x00\x00' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
why doesn't it make sense to mix strings and bytes in path components with posixpath.join? this Q is really only for py2 since 3 does away with implicit conversions, but the unicode could be encoded and the join would succeed. even if that results in a multi-encoding str, I've been told, that's ok in POSIX |
setuptools
builds distributions from source code.pip
(un)installs distributions (optionally, from PyPI).twine
publishes distributions to PyPI.
pytest
tests installed distributions.
- https://www.bernat.tech/pep-517-and-python-packaging/
- https://caremad.io/posts/2013/07/setup-vs-requirement/
- https://nedbatchelder.com/text/names1.html
- https://nedbatchelder.com/text/unipain.html
- https://blog.ionelmc.ro/2014/05/25/python-packaging/
- https://blog.ionelmc.ro/presentations/packaging/#slide:14
- https://datagrok.org/python/activate/
OlderNewer