You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-14Lines changed: 8 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,9 @@
8
8
9
9
Collection of pandas [stub files](https://www.python.org/dev/peps/pep-0484/#stub-files>) initially generated using [stubgen](https://github.com/python/mypy/blob/master/mypy/stubgen.py), fixed when necessary and then partially completed.
10
10
11
-
|CI|PyPi version | PyPI Downloads | Conda Downloads | Python support | License
# Announcement - pandas_stubs moved! This repository is now deprecated!
14
12
15
-
# Announcement - pandas_stubs is moving!
16
-
17
-
**Starting from July 2022 `pandas_stubs` package will no longer be sourced from here
13
+
**As of July 2022 `pandas_stubs` package is no longer sourced from here
18
14
but instead from a repository owned and maintained by the core pandas team:**
19
15
https://github.com/pandas-dev/pandas-stubs
20
16
@@ -23,11 +19,7 @@ together with the [current pandas_stubs repository](https://github.com/VirtusLab
23
19
24
20
All future development will take place in the new repository and both the PyPI and CondaForge distributions will be sourced from there.
25
21
26
-
If you're having any problems with the current package please try switching over, and report any issues on the new Github page. Direct pip install and conda are still unsupported but try the following command:
or just clone the repository manually and specify it in `mypy.ini`.
22
+
If you're having any problems with the current package please try switching over, and report any issues on the new Github page. It's available both on PyPI and conda-forge.
31
23
32
24
Related issue: [172](https://github.com/VirtusLab/pandas-stubs/issues/172)
33
25
@@ -38,15 +30,17 @@ Due to extensive pandas API, quality of the proposed annotations is, for the mos
38
30
39
31
## Installation
40
32
33
+
**This works only for legacy versions. Any version higher than shown here will install a version from the new repository.**
34
+
41
35
The easiest way is using PyPI. This will add `.pyi` files to `pandas` package location, which will be removed when uninstalling:
Alternatively, if you want a cleaner `PYTHONPATH` or wish to modify the annotations, manual options are:
@@ -151,6 +145,6 @@ pytests tests/snippets
151
145
```
152
146
153
147
# Disclaimer
154
-
This project provides additional functionality for [pandas](https://pandas.pydata.org/docs/index.html) library. Pandas is available under it's own [license](https://github.com/pandas-dev/pandas/blob/master/LICENSE).
148
+
This project provides additional functionality for [pandas](https://pandas.pydata.org/docs/index.html) library. Pandas is available under its own [license](https://github.com/pandas-dev/pandas/blob/master/LICENSE).
155
149
156
150
This project is not owned, endorsed, or sponsored by any of AQR Capital Management, NumFOCUS, LLC, Lambda Foundry, Inc. and PyData Development Team.
0 commit comments