alan-barzilay
90102acdbb
Revert all commits since last release
...
By reverting all commits done since release v0.4.10 we will have the
master branch synchronized with the latest release available in pipy.
All commits done since the latest release will be moved to another
branch called `next` where we will centralize development. Once we are ready
for a new release of pipreqs, the `next` branch will be merged back on to
master and a new release will be made.
This change will make development more organized and will avoid new
issues from users complaining about features only present in master not working
on their installation of pipreqs.
I would also like to thank @pedroteosousa for his help on reverting and
squashing all commits
2021-05-05 02:08:31 -03:00
Simon Ondracek
537458f2df
Add hydra-core mapping
...
Maps `hydra` to `hydra-core`. Fixes #244 .
2021-04-21 13:22:46 +02:00
ryan-rozario
c7c91fcabe
Mapping for github3
2021-03-26 23:56:20 +04:00
Alan Barzilay
0449fa8341
Merge branch 'master' into mysql-python
2021-03-23 21:50:03 -03:00
Alan Barzilay
b56bbe976f
Merge pull request #201 from PatMyron/patch-1
...
mapping aws-sam-translator
2021-03-23 21:40:24 -03:00
Alan Barzilay
e06a850883
Merge pull request #220 from 36000/36000-pyAFQ-1
...
Add pyAFQ Mapping
2021-03-23 21:24:55 -03:00
Alan Barzilay
112e2b6bdc
Merge pull request #224 from pkalemba/patch-1
...
Add discord mapping/ Sort mapping file
2021-03-23 21:22:52 -03:00
SwiftWinds
bcd0be47d0
Add PyFunctional mapping
...
Maps `functional` to `pyfunctional`. Fixes #232 .
2021-03-13 14:46:02 -08:00
Paweł Kalemba
469baefc1e
Add discord mapping
...
Map discord to discord.py
2020-12-10 10:04:17 +01:00
John Kruper
30d8fab76c
Add pyAFQ Mapping
2020-11-10 10:27:02 -08:00
Pat Myron
7b2b5e9e58
mapping aws-sam-translator
...
https://pypi.org/project/aws-sam-translator/
https://github.com/awslabs/serverless-application-model
2020-04-21 11:17:49 -07:00
Hari Sekhon
a4bd5b552a
fixed MySQL + krbV mappings to be reversed
2020-02-18 13:59:50 +00:00
Vadim Kravcenko
05a28a461f
Merge pull request #143 from andrew-vant/patch-1
...
Add patricia-trie mapping
2019-11-14 11:42:32 +01:00
Vadim Kravcenko
2d3fd405e4
Merge pull request #166 from raxod502/rr-mpv-and-portalocker
...
Fix mappings for python-mpv and portalocker
2019-11-14 11:39:17 +01:00
Vadim Kravcenko
d37bfbccce
Merge pull request #175 from PatMyron/patch-1
...
mapping cfn-lint
2019-11-14 11:38:29 +01:00
Vadim Kravcenko
e9731a9632
Merge pull request #173 from HariSekhon/mysql-python
...
added MySQL-python and krbV mappings
2019-11-14 11:37:06 +01:00
Pat Myron
a11aa924b3
mapping cfn-lint
...
https://github.com/aws-cloudformation/cfn-python-lint/
2019-11-03 11:22:32 -08:00
Hari Sekhon
0cad380111
added krbV -> krbv mapping
2019-10-21 15:33:59 +01:00
Hari Sekhon
deaf895b1e
added MySQL-python mapping
2019-10-21 15:14:24 +01:00
Radon Rosborough
1753e1ff41
Fix mappings for python-mpv and portalocker
2019-08-08 11:16:10 -07:00
Radon Rosborough
21cac5723b
Add mappings for PySynth and slackclient
2019-08-02 14:30:48 -07:00
Andrew Vant
3daaebfa17
Add patricia-trie mapping
...
For this package: https://pypi.org/project/patricia-trie/ . Old, but I think it's the
only pure-python trie implementation on pypi.
2018-11-20 15:20:12 -05:00
Jon Banafato
15208540da
Merge pull request #129 from answerquest/patch-1
...
Add Cryptodome:pycryptodomex
2018-11-08 22:52:24 -05:00
Tyler Hunt
ea731aab13
added a mapping for django-prefetch -> prefetch
2018-10-19 10:36:52 -06:00
Nikhil VJ
e4817bc68d
Add Cryptodome:pycryptodomex
...
Ref: https://github.com/bndr/pipreqs/issues/66#issuecomment-415642021 This is a wholly separate package from pycryptodome (which replaced pycrypto in #124 and uses the namespace Crypto in import statments). This uses the namespace `Cryptodome` (is that what we call the parent name of module when importing?)
2018-08-24 09:20:30 +05:30
Vadim Kravcenko
0b8c38ce41
Merge pull request #124 from answerquest/patch-1
...
Replace pycrypto with pycryptodome
2018-08-23 17:25:26 +02:00
Nikhil VJ
abd57602fe
Replace pycrypto with pycryptodome
...
Replace pycrypto with pycryptodome. See https://github.com/bndr/pipreqs/issues/66 for details.
2018-04-04 13:56:19 +05:30
Nick Gustafson
638e2f1046
fix oauth2client bug in mapping
2018-02-08 10:10:54 -08:00
Jon Banafato
755e20196a
Merge pull request #85 from zmwangx/correct-arrow-mapping
...
fix(pipreqs/mapping): correct arrow mapping
2017-10-21 14:13:38 -04:00
Zhiming Wang
d8c94d1690
fix(pipreqs/mapping): correct arrow mapping
...
https://pypi.org/project/arrow/ is https://github.com/crsmithdev/arrow/ , the
real arrow.
https://pypi.org/project/arrow-fatisar/ is https://github.com/fatisar/arrow ,
a completely random, outdated fork.
2017-10-21 14:05:47 -04:00
Jon Banafato
42d9f03c79
Add mapping for python-decouple
2017-08-01 11:53:37 -04:00
Jeep Kiddee
8106376b5e
Add dotenv to mapping list
2017-06-22 18:19:05 +07:00
Vadim Kravcenko
a8b1481886
improve(pipreqs/mapping): add more mapping of packages
...
whose import names are different from package names
2016-01-12 22:32:53 +01:00
Vadim Kravcenko
e984da46a5
fix(pipreqs/mapping): add picklefield mapping
2016-01-11 19:36:42 +01:00
Vadim Kravcenko
897bfafb54
fix(pipreqs/mapping): remove pylab reference to matplotlib
...
as it is a standalone library
2015-12-04 20:38:08 +01:00
Vadim Kravcenko
0f622de27c
fix(pipreqs): ignore word "import" in package names
2015-05-11 21:46:33 +02:00
Vadim Kravcenko
dc512ae423
fix(make): add pip install to makefile
2015-05-09 12:38:02 +02:00
Vadim Kravcenko
a41b353a02
improve(mapping): Add more entries to mapping
2015-05-09 12:28:26 +02:00
cclauss
00695850a5
Sorted so it is easier to edit
2015-05-08 18:05:07 +02:00
Vadim Kravcenko
a0c796bc6b
feat(pipreqs): Add ImportName -> PackageName mapping, fix for #5
2015-05-08 16:56:53 +02:00