kennethreitz
f0708cf2ea
empty commit
2017-03-16 13:27:13 -04:00
kennethreitz
7c91871d67
Merge pull request #11 from edmorley/add-travis-testing
...
Add basic testing on Travis
2017-03-16 13:24:25 -04:00
Ed Morley
e865cb31f4
Update PyPI classifiers to reflect tested Python versions
2016-08-28 23:52:38 +01:00
Ed Morley
a40d885070
Add Travis config
...
Travis will need to be switched on for this repo via:
https://travis-ci.org/profile
Note: Due to #10 the tests currently fail for pip 8.1.2.
2016-08-28 23:52:38 +01:00
Ed Morley
433e02ec7e
Add a tox config and some very primitive pip-grep and pip-diff tests
...
pip-grep and pip-diff were previously not tested at all. Ideally they
would be unit-tested from Python, however they'd need some refactoring
(they can't even be imported at present), so for now this is better than
nothing.
Another option for the future is possibly:
https://scripttest.readthedocs.io
2016-08-28 23:52:38 +01:00
Ed Morley
47ad229596
Remove unused wsgiref from requirements.txt
2016-08-28 23:52:38 +01:00
Ed Morley
99d9f36ad7
Require pip>=1.5.0
...
Since anything older fails with:
ImportError: No module named _vendor.requests
2016-08-28 23:52:38 +01:00
kennethreitz
4f5ebcd253
update
2016-08-19 09:04:55 -04:00
kennethreitz
3597fab5da
Merge pull request #6 from msabramo/patch-1
...
README.rst: Fix spelling error
2016-02-04 03:41:00 -05:00
Marc Abramowitz
8158764740
README.rst: Fix spelling error
2015-05-25 16:39:27 -07:00
kennethreitz
047dd63d5d
exclude in pip-diff
2015-05-04 11:52:17 -07:00
kennethreitz
097c4a9484
update from python buildpack
2015-05-04 11:24:06 -07:00
kennethreitz
d572c00cc6
Merge pull request #3 from thenovices/print-line
...
Add option to print the requirement, if found.
2015-04-22 11:23:25 -04:00
kennethreitz
90eba89335
Update pip-grep
2015-01-06 13:37:43 -05:00
kennethreitz
27f35700c7
support for latest pip
2015-01-06 13:36:15 -05:00
Brandon Liu
a3f9a4ba40
Add option to print the requirement, if found.
2014-10-30 23:17:44 +00:00
Kenneth Reitz
8abfed9b7d
Merge remote-tracking branch 'origin/master'
2014-08-21 14:32:29 -04:00
Kenneth Reitz
2dc013300c
v0.1.0
2014-08-21 13:41:34 -04:00
kennethreitz
ed1d20461c
Merge pull request #2 from dangra/1-add-finder
...
Add a dummy finder so parse_requirement does not fail on --arguments
2014-08-21 13:39:59 -04:00
Daniel Graña
2aa545fb3b
Add a dummy finder so parse_requirement does not fail on --arguments
2014-08-16 00:03:02 -03:00
Kenneth Reitz
70af45d95f
python 3 compatibility
2014-08-05 13:35:13 -04:00
Kenneth Reitz
94c5538793
silence "not found"
2014-08-01 15:16:30 -04:00
Kenneth Reitz
78e3c31b35
silent mode for pip-grep
2014-08-01 14:58:13 -04:00
Kenneth Reitz
43cf56db45
fix for pip-grep
2014-08-01 14:55:14 -04:00
Kenneth Reitz
2116d8a769
updated readme
2014-07-31 12:22:22 -04:00
Kenneth Reitz
3862c2f9a2
initial version of pip-grep
2014-07-31 12:20:27 -04:00
Kenneth Reitz
0837d1133e
only check lines that have explicit requirements
2014-07-29 13:39:18 -04:00
Kenneth Reitz
69d9e22c10
getting simpler and simpler!
2014-07-29 13:23:33 -04:00
Kenneth Reitz
d638b182d9
rely on pip
2014-07-29 13:22:14 -04:00
Kenneth Reitz
d1ff1029ca
remove bunk files
2014-07-29 12:29:12 -04:00
Kenneth Reitz
58f9ae5f96
tuples
2014-07-25 11:45:06 -04:00
Kenneth Reitz
2c2ffe318e
cleanup
2014-07-25 11:42:28 -04:00
Kenneth Reitz
d6ae563831
output for pip-diff works!
2014-07-25 11:41:32 -04:00
Kenneth Reitz
d58196205c
diffing works!
2014-07-25 11:36:05 -04:00
Kenneth Reitz
fd65e4d148
exes
2014-07-22 15:16:27 -04:00
kennethreitz
2b444bc846
Update README.rst
2014-07-22 15:12:13 -04:00
Kenneth Reitz
bf54913eaa
note about blacklisting plans
2014-07-22 15:11:25 -04:00
Kenneth Reitz
f0e51cc56f
docopt
2014-07-22 15:11:19 -04:00
Kenneth Reitz
ebdda7f889
READ IT
2014-07-22 15:09:24 -04:00
Kenneth Reitz
636935f939
dummy dir
2014-07-22 15:09:12 -04:00
Kenneth Reitz
a84bc74397
lawyer up
2014-07-22 15:09:07 -04:00