45 Commits

Author SHA1 Message Date
Jonas Eschle
b3d0b4443b
Merge pull request #473 from ucsd-salad/feat/ignore-errors-flag
Add `--ignore-errors` to skip files with errors
2025-04-10 10:14:53 +02:00
Shun Kashiwa
08eead345a
Add --ignore-errors to skip files with syntax errors and attempt to find requirements on a best-effort basis 2025-03-14 09:49:03 -07:00
Jirka Borovec
eb37d03ff7
Merge branch 'next' into readme/badge 2024-11-12 21:57:56 +01:00
Jirka Borovec
e4faec2c1e
update tests badge in readme 2024-01-16 13:34:00 +01:00
fernandocrz
b50b4a76eb Add support for jupyter notebooks
Credits to @pakio and @mateuslatrova for the contributions
2023-12-05 18:15:54 +00:00
Mateus Latrova
3c786e3537 add "copy to clipboard icon" in installation section
- Based on PR #369 and #396
- Authors Muhammad-Aadil and mateuslatrova
2023-10-08 00:10:47 -03:00
Alan Barzilay
a593d27e3d readme: fix rst syntax
While trying to upload release 0.4.11 to pypi I got a few errors due to
the rst syntax of the readme. This commit fixes the errors but not the
warnings (mostly undeclared long format description type in setup.py)
2021-10-23 06:17:21 -03:00
Alan Barzilay
e7571ea033 Add tox tests & codecov github action
This commit essentially adds back tests to our CI pipeline. They were
previously dropped due to Travis pricing policy change.

This workflow utilizes a few interesting projects to make this action
easier to maintain such as the codecov github action
and the tox-gh-actions project
(https://github.com/ymyzk/tox-gh-actions)

This commit uses codecov instead of coveralls because using coveralls
directly inside GH-actions is buggy and the official coveralls action
only supports lcov reports which we can't seem to be able to generate at
the moment. For more information see the pull request that introduced
this commit
2021-09-04 15:14:48 -03:00
Rahul Kumaresan
e1d4a92910 refine markdown 2021-09-04 15:14:48 -03:00
Rahul Kumaresan
9e514a4caa update README and pipreqs docstring to help prevent discripancies 2021-09-04 15:14:48 -03:00
Alan Barzilay
8001001e9c Revert "Revert all commits since last release"
This reverts commit 90102acdbb23c09574d27df8bd1f568d34e0cfd3.
Now that we are ready to make a new release we can revert the revert and
hopefuly never have to solve a mess like this again to keep master
synchronized with the latest release
2021-09-04 15:12:27 -03:00
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
Jake
e5924d14b3 resolve conflicts; update new features 2021-03-29 22:13:19 +08:00
Jake
22fefca900 merged from origin 2021-03-29 21:48:44 +08:00
Jake Teo
4eae4794a0
New Option for Dynamic Versioning (#1)
* added new option for dynamic versioning

* added quotes for dynamic options

Co-authored-by: Siyang <teo_siyang@imda.gov.sg>
2021-03-25 17:37:00 +08:00
Ben Bodenmiller
bd88dd85cd
Tweak formatting 2020-07-09 16:11:56 -07:00
Niti Santikul
71fc2dc90c support omit package output version 2019-10-21 00:53:03 +07:00
Phil Freo
0555d849d6 Minor README formatting consistency tweak 2017-09-23 19:32:18 -04:00
Vadim Kravcenko
3601802ce2 Update README.rst 2017-06-30 14:22:24 +02:00
Vadim Kravcenko
bddbfc70af remove pypi downloads per month badge
Pypi doesn't provide these stats anymore.
2017-04-29 18:32:00 +02:00
Vadim Kravcenko
92cbc175e1 Merge pull request #54 from utgwkk/fix-readme
Add --print to README
2017-03-19 17:55:52 +01:00
Vadim Kravcenko
714393fcea missing parameter for proxy 2016-12-13 15:28:18 +01:00
Antti Kaihola
c69067819a Fixes #56: The --pypi-server option now accepts an URL 2016-12-13 16:06:06 +02:00
UTAGAWA Kiki
dbe1f8b980 Add --print to README 2016-11-22 12:36:44 +09:00
Vadim Kravcenko
632206f9f4 docs(readme): Update CLI options text 2016-02-05 17:29:16 +01:00
EJ Lee
a4e7cbc772 update usage 2015-10-20 19:47:22 +09:00
Vadim Kravcenko
fe71b90075 Version 0.2.8
Add --force option
Clean up
2015-06-19 23:23:38 +02:00
Vadim Kravcenko
91db3afac7 docs(readme): Add example content of requirements.txt 2015-05-15 15:32:02 +02:00
Vadim Kravcenko
3ed746a5d9 Version bump 0.2.4 2015-05-10 11:29:08 +02:00
Vadim Kravcenko
c4d0fb8cf0 feat(cli): Add --use-local option
When --use-local option is passed, only package information in local
site-packages directory is considered, otherwise BOTH local and PyPI
information is loaded.
2015-05-06 15:18:03 +02:00
Harri Berglund
b8a88e3c94 Update help text 2015-04-28 23:11:19 +03:00
Harri Berglund
fb87e41b63 Fix typos 2015-04-28 21:53:10 +03:00
thatneat
d79639bf4e typo 2015-04-24 20:00:25 -08:00
Vadim Kravcenko
364c6d59c7 docs(readme): Add pypi downloads badge 2015-04-24 11:04:55 +02:00
Vadim Kravcenko
5dab4f0fd0 docs(readme): add coverage badge 2015-04-24 11:03:42 +02:00
Vadim Kravcenko
52daed3bca docs(readme): Add license image 2015-04-24 10:19:08 +02:00
Vadim Kravcenko
294f50bb83 docs(readme): Add downloads counter 2015-04-24 10:10:08 +02:00
Vadim Kravcenko
ecc8db88f5 fix(pipreqs): More verbose output 2015-04-24 08:32:38 +02:00
Vadim Kravcenko
3004f93243 docs(readme): Add difference between pip freeze 2015-04-24 08:30:48 +02:00
Vadim Kravcenko
36761b39f2 remove unfinished title 2015-04-22 23:08:59 +02:00
Vadim Kravcenko
8c7604ad99 Fix readme, add more verbose output 2015-04-22 22:40:17 +02:00
Vadim Kravcenko
2ce5bc9ea9 add example, usage, installation 2015-04-22 22:38:59 +02:00
Vadim Kravcenko
3c50d703ff Work in progress 2015-04-22 21:00:54 +02:00
Vadim Kravcenko
45047652ff docs(readme): Fix License 2015-04-22 20:03:59 +02:00
Vadim Kravcenko
6a3019427c Initial commit 2015-04-22 18:40:17 +02:00