Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Pdm

Improve the experience of Python development workflow
Collective - Host: opensource - https://opencollective.com/pdm - Website: https://pdm.fming.dev - Code: https://github.com/pdm-project

Update pdm-pep517 version

github.com/pdm-project/pdm - 185c1cfecd1cff5552e36b53c2ab1598f9ddd052 authored almost 4 years ago
exclude 'tests' directory

github.com/pdm-project/pdm-backend - c0183c95b9bcb8ac5cc1af62bb13390e3cea9744 authored almost 4 years ago
bump version to 0.5.3

github.com/pdm-project/pdm-backend - fa1f9faffb05ffa67ecae3dbaad574a4492e7326 authored almost 4 years ago
Release 1.2.0

github.com/pdm-project/pdm - 281373cf71a17a50774b4971ccad59436790f558 authored almost 4 years ago
Merge pull request #237 from frostming/feature/236

change dependencies to a list of PEP 508 strings

github.com/pdm-project/pdm - cc88d92b42a9ffb3fe2262873a8f2a5dc3d34c91 authored almost 4 years ago
change dependencies to a list of PEP 508 strings

github.com/pdm-project/pdm - 691b5e89131f07d1caa883d7c14ecf993900f142 authored almost 4 years ago
Merge pull request #235 from frostming/pip-21

Test pip 21.0

github.com/pdm-project/pdm - fb24d5ac1e7c9f9aaed76c1f145c465431ddc128 authored almost 4 years ago
Test pip 21.0

github.com/pdm-project/pdm - a903ff78357783954346cb8f6009b5baa501851e authored almost 4 years ago
fix install command

github.com/pdm-project/pdm - 92656ad2719e094ce788e557e4a050fe31ba59e2 authored almost 4 years ago
python -m pip upgrade

github.com/pdm-project/pdm - 164c414989933ead49130ea1c5f38405a82fb458 authored almost 4 years ago
use python -Im pip to execute pip commands

Fix #231

github.com/pdm-project/pdm - c4b4ecb94b9483bfa00c815d391e57144cec23e1 authored almost 4 years ago
Exclude local packages dir in the build file

github.com/pdm-project/pdm-backend - 5c4036e1994b1b363235353d62697f56cf419754 authored almost 4 years ago
Improve the doc with tips of plugin dev

github.com/pdm-project/pdm - b090b12ad680e14d76ecba07fe12080ee606c08a authored almost 4 years ago
Merge pull request #230 from frostming/compatible-version-specifier

Change the compatible strategy to use ~= operator

github.com/pdm-project/pdm - 25ab5d641b83ffb0c90bd3ba1140458cb070cfb3 authored almost 4 years ago
Change the compatible strategy to use ~= operator

github.com/pdm-project/pdm - 61753b2e525bc49384160da3f74c3696a1f3e832 authored almost 4 years ago
Merge pull request #228 from frostming/feature/env-expansion

Feature #226 Introducing ${PROJECT_ROOT} environment variable

github.com/pdm-project/pdm - be09b8863159c194050b622bd3286589b878e56e authored almost 4 years ago
don't cache

github.com/pdm-project/pdm - 8ff2dec6702176eaf2456c8914f24e7ded17a61c authored almost 4 years ago
strip the leading slash in url path

github.com/pdm-project/pdm - 113e9a4a13bbf70bdf5d9923ac8f7dc66385568b authored almost 4 years ago
documentation

github.com/pdm-project/pdm - b802c20f693ffdc644691f9bced9293c4d809035 authored almost 4 years ago
Expand PROJECT_ROOT on build

github.com/pdm-project/pdm - d2ca9a382175e12bae2fe7c817691b1fdb0bde95 authored almost 4 years ago
Document about how to activate and use a plugin

Close #227

github.com/pdm-project/pdm - 2301ccda686ce1915b88023f5cfad9a8cd975e3f authored almost 4 years ago
fix release workflow

github.com/pdm-project/pdm - 0e3936cadcd80fa3718a472ef3149835dd35748b authored about 4 years ago
Release 1.1.0

github.com/pdm-project/pdm - f35bc7edc1ddf288eb3f157f2b2163f82b4f0b2f authored about 4 years ago
Merge pull request #223 from frostming/feature/221

Support specifying Python interpreter by `pdm use <path-to-python-root>`.

github.com/pdm-project/pdm - fadff8c99d60d9dda5ec714ec0418e3c06eff2ae authored about 4 years ago
Support specifying interpreter by root directory

github.com/pdm-project/pdm - 2633f17521040bb1c142ebbdf296aeff82b2df14 authored about 4 years ago
Merge pull request #222 from frostming/feature/219

Auto disable PEP 582 when a venv-like python is given

github.com/pdm-project/pdm - eea52ae39662547f336a6c679742a64158b252b9 authored about 4 years ago
split arch packages

github.com/pdm-project/pdm - 9170a7ba6b34186d418639aa3b723d345f2cf509 authored about 4 years ago
Improve docs and add news

github.com/pdm-project/pdm - b2e4cd5cb890e614878ffeb61e8ba32b3d2878eb authored about 4 years ago
disable PEP 582 when a venv-like python is given

github.com/pdm-project/pdm - 429d85e3f97faf25a356d922f89d9675126f7e61 authored about 4 years ago
improve doc

github.com/pdm-project/pdm - 76c3a8d07d3e95408e4442c42149ec5bf93a0038 authored about 4 years ago
Merge pull request #218 from frostming/feature/auth

Feature/auth

github.com/pdm-project/pdm - d40b48585f19a7d7ff23317f3e7f2684d169bde4 authored about 4 years ago
expand env vars in VCS url

github.com/pdm-project/pdm - ed6e66d70dc4b09b158aad72440a98049c18838f authored about 4 years ago
Handle auth failure when in locking and installation

github.com/pdm-project/pdm - 9f68bd33b5b3aa5cebcecc5be5c05407b1005af5 authored about 4 years ago
Update docs

github.com/pdm-project/pdm - 9b2294e7f95fca52b6d6197474a344518f055f7a authored about 4 years ago
remove old pep 517 path

github.com/pdm-project/pdm - 5a5125928ab1510798c2ec75cd710b7be450bfe7 authored about 4 years ago
Add doc about namespace packages and package-dir

github.com/pdm-project/pdm - f7ef5797454a2fd8462b1c0a581213d5fb4c8b79 authored about 4 years ago
Merge pull request #8 from frostming/feature/pep-420

Support implicit namespace packages

github.com/pdm-project/pdm-backend - 3adfbb3c862ebc94430f90662aed34994d73911a authored about 4 years ago
support implicit namespace packages

github.com/pdm-project/pdm-backend - c6dd69b64a807b2387ea5fc16c0eaac1df91a110 authored about 4 years ago
Merge pull request #216 from frostming/feature/python-32

Use a different packages directory for Windows 32bit installation

github.com/pdm-project/pdm - 738d7aa0ec148df5555f6bceed9597337e300163 authored about 4 years ago
add arch to setup python

github.com/pdm-project/pdm - 5c578012109306c22897dbac888db7e6051c9345 authored about 4 years ago
Simplfy the type annotation

github.com/pdm-project/pdm - c6b27b96fb4982331a421cd659a40df92d5590b8 authored about 4 years ago
add news entry

github.com/pdm-project/pdm - 62589be51d500405639e369911369b3553412caf authored about 4 years ago
Add test case

github.com/pdm-project/pdm - bedc35863d7b632a22b694ed961c76c091e0f05c authored about 4 years ago
get_python_version returns extra 'is_64bit'

github.com/pdm-project/pdm - 4ca30d44362f4b1c34c45defeba6e5a3557ebaef authored about 4 years ago
fix path manipulation

Close #215

github.com/pdm-project/pdm - 1648efdb14aa41800e30d5a7ebbf15cd074ecbd7 authored about 4 years ago
Release 1.0.0

github.com/pdm-project/pdm - 11b0fb9d2981680d112f0bc60f552d39fabd8f9c authored about 4 years ago
Merge pull request #214 from orions-stardom/pep517-default-backend-dependencies

Don't add default build deps onto specified build deps when PEP517 bu…

github.com/pdm-project/pdm - a36f4a89c75e80ac604482dc12b0269fe8676f56 authored about 4 years ago
Don't add default build deps onto specified build deps when PEP517 build-backend is missing.

github.com/pdm-project/pdm - f4d665f34824a1a1b3d0b015817e91d886334c33 authored about 4 years ago
Release 1.0.0b2

github.com/pdm-project/pdm - 005e6ed1549330479c12d9152fab14c5f04e22cd authored about 4 years ago
Improve error message

github.com/pdm-project/pdm - 9dfec2efec2e98e2a709397f4d8c0000bf569848 authored about 4 years ago
Count requires-python when calculating hash

github.com/pdm-project/pdm - c01217067301444feca8bb17c773e6b4c18c7679 authored about 4 years ago
Fallback to pypi.org

Close #211

github.com/pdm-project/pdm - f567478d93824c929b80839a560353d49c42958b authored about 4 years ago
Fix a parse error of python specifiers

Close #210

github.com/pdm-project/pdm - 80baee0be08c6d90ac6325e69227ffd0a7125ad9 authored about 4 years ago
Release 1.0.0b0

github.com/pdm-project/pdm - e28b0d7b8276e1d93230e015b933e1dee39a02cd authored about 4 years ago
set classifiers dynamic in pyproject toml template

close #209

github.com/pdm-project/pdm - c5ff1f46b0d8cdd0059e91784be1011e96f2bb24 authored about 4 years ago
autogen trove classifiers

close #6

github.com/pdm-project/pdm-backend - bce8a5e1de87372e5967e0708373fddb3e1e4f00 authored about 4 years ago
autogen trove classifiers

github.com/pdm-project/pdm-backend - 974b5c24dce888ff3bdff194a55e59f212bccc82 authored about 4 years ago
improve the error message

Close #207

github.com/pdm-project/pdm - 87c5efbd8e70e9b3d1e9c2964989bdfaa80a3469 authored about 4 years ago
Fix the changelog format

github.com/pdm-project/pdm - 28a3653c469382a72fa1498a581cd75504e14505 authored about 4 years ago
Fix pyspec is_subset() check

Close #206

github.com/pdm-project/pdm - 064f58037d4cac13179a01222483804601611e68 authored about 4 years ago
Merge pull request #205 from frostming/feature/new-search

pdm search fix

github.com/pdm-project/pdm - b7f9aa53da0893fc9c0865793472b2758132c4f5 authored about 4 years ago
pdm search fix

github.com/pdm-project/pdm - 1c3e754077ea2a95857185faf3250ea3eceab8d0 authored about 4 years ago
add config items

Close #202

github.com/pdm-project/pdm - b6c1c3d31a995e63f63a877cfec21483e3c66e11 authored about 4 years ago
Fix workflow file

github.com/pdm-project/pdm - 1a4db10a96a7ddc9c6bdc1ffa64266ad8c5fb3aa authored about 4 years ago
escalate the activate() method

Close #204

github.com/pdm-project/pdm - cfac8b6a96fdf6875d106639ea595977b5ef03c2 authored about 4 years ago
correct the indent

github.com/pdm-project/pdm - 744fbaf6e57daf4ae28353e37b8ade43d42f44ba authored about 4 years ago
Merge pull request #203 from frostming/test-editable

add tests for editable install

github.com/pdm-project/pdm - a2b9b6c6aa53f57f7e2e1304d944b65347f9ee0b authored about 4 years ago
restore keys

github.com/pdm-project/pdm - 1987adb8946621118989ca121461c8fd541a81da authored about 4 years ago
mention pep 621 in doc

github.com/pdm-project/pdm - 86f32b0c7fbcea0dd784c75d2dd2df7c9ec00688 authored about 4 years ago
add tests for editable install

github.com/pdm-project/pdm - 2c3f91a247fb2cf0d2aafa445da156078323e3fc authored about 4 years ago
Merge pull request #5 from frostming/legacy-convert

Convert legacy format

github.com/pdm-project/pdm-backend - b64f291478e114a832501fa7afd4484a6b1c044a authored about 4 years ago
global converters

github.com/pdm-project/pdm-backend - b645617a3ff43a46f03edab0f37bf31864fee79b authored about 4 years ago
Convert legacy format

github.com/pdm-project/pdm-backend - 6e43eca5ad93cae5c0e550e923cf65614e4b4023 authored about 4 years ago
Merge pull request #201 from frostming/feature/pep-621

Feature/pep 621

github.com/pdm-project/pdm - 0f0e1e20d7b76efc666696b1ce80ec29c90c29db authored about 4 years ago
add news entry

github.com/pdm-project/pdm - c4eb1c521104c41be8e05e7c96ff33306a0667c4 authored about 4 years ago
update docs

github.com/pdm-project/pdm - 16e48c3d5f152850e41704bc45e1eb5c0a3e7553 authored about 4 years ago
update pdm-pep517

github.com/pdm-project/pdm - f0b0393012a9ad65fc78fb1557d9bb9a52eb0936 authored about 4 years ago
Fix setup.py encoding issue

github.com/pdm-project/pdm-backend - 767a5a729affb4d3a57d4af0a836e2267cb047f9 authored about 4 years ago
Fix migration function

github.com/pdm-project/pdm - 09c3178019fb53e4a9a1ef5feb68cacf0b0368c3 authored about 4 years ago
discard editable dependencies

github.com/pdm-project/pdm-backend - a73eba44c2d0427af6a2316335c708486449e8f5 authored about 4 years ago
Merge branch 'master' into feature/pep-621

github.com/pdm-project/pdm - 117bb8821d87e0a8a38fdd39b8d57a6bb30cb364 authored about 4 years ago
Revert "fix site-packages insertion"

This reverts commit 7dfa21a559c650901fbc9f617fa56876156b16d7.

github.com/pdm-project/pdm - 2ce866d543bcc757ffb7ebebd52c73b3daa88e8f authored about 4 years ago
pin build backend version

github.com/pdm-project/pdm - a532fe43ad87f27d6cb51ffd260f2a85d3b5ef6e authored about 4 years ago
pin dependency

github.com/pdm-project/pdm - b3570551a42f910a2a1f06a2d05a517df87b9ed8 authored about 4 years ago
automatic migration function

github.com/pdm-project/pdm - 45fbac5fa4a1d29ba9d8c1ddebf34434ae1084e7 authored about 4 years ago
fix packages loading

github.com/pdm-project/pdm - 809cc9d145efd6299535cf2b16120f2cc8e99178 authored about 4 years ago
discard invalid req string

github.com/pdm-project/pdm-backend - 494a4a65f2b4cb0c179c574b38445c28bef4b494 authored about 4 years ago