pstreader — an alias for pypstreader
This distribution contains no implementation. It installs
pypstreader, the pure-Python
reader for Outlook PST stores, and re-exports it under the shorter name.
pip install pstreader
import pstreader # the same objects as `import pypstreader`
with pstreader.open("store.pst") as store:
for folder in store.root_folder.walk():
print(folder.display_name, folder.content_count)
pstreader store.pst # identical to `pypstreader store.pst`
pstreader.__version__ is pypstreader.__version__, and the dependency is
pinned exactly (pypstreader==0.1.0), so the two names can never mean two
different readers in one environment.
Use pypstreader in anything you publish. That is where the code, the
issues, the documentation and the release notes live; this name is here so
that typing the obvious thing works.
MIT, like the package it aliases. See the project README for what the reader actually does.
Release files for pstreader 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pstreader-0.1.0.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pstreader-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.9 kB
Release files / pstreader-0.1.0.tar.gz
| Download URL | pstreader-0.1.0.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7deec699c6ebcee6d5d37acdc3246e15ee712b8b26517fbbdcdc76414ba66813
|
|
BLAKE2b-256 checksum How to use checksums |
86106c88616e62e3cacc38274d4b40e8f282854e18a1eabac771ad9443733966
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.13
|
Release files / pstreader-0.1.0-py3-none-any.whl
| Download URL | pstreader-0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1365c43713a9de3916c9639564d91471bcd985c5cd7d62cfe4ad897f72f37979
|
|
BLAKE2b-256 checksum How to use checksums |
8ae6e09d65aeedb156734dfd4280fca4ef7b9526adbea2328ffa9b9e6a6457fa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.13
|