About The Project
write-condastat makes it easy to collect, filter and save conda statistics to csv files.
Installation
write-condastat requires pandas, dask, pyarrow and s3fs packages.
pip install write-condastat
Usage
from writecondastat import WriteCondaStat, CondaStatDataSource
target_package = "pandas"
csv_dir = "stats/pandas"
write_condastat = WriteCondaStat(package_name=target_package, outdir=csv_dir)
write_condastat.write_condastat(
CondaStatDataSource.CONDAFORGE,
start_date="2021",
end_date="2022-03",
)
write_condastat.date_period = "month"
write_condastat.write_condastat(
CondaStatDataSource.ANACONDA,
CondaStatDataSource.CONDAFORGE,
CondaStatDataSource.BIOCONDA,
start_date="2022-01",
end_date="2022-04-15",
)
Visit our documentation site for code reference or our wiki site for a step-by-step tutorial into write-condastat.
Contributing
We welcome contributions to the project, visit our contributing guide for further info.
Contact
Join our discussions page if you have any questions or comments.
License
Copyright © 2022.
Released under the Apache 2.0 License.
Release files for write-condastat 0.3.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 | |
|---|---|---|---|
| write_condastat-0.3.0.tar.gz | 15.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| write_condastat-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:28.0 kB
Release files / write_condastat-0.3.0.tar.gz
| Download URL | write_condastat-0.3.0.tar.gz |
|---|---|
| Size | 15.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
05e708de62222087eb23043c788d4418df243fb42637aa849264305bb3a8ffed
|
|
BLAKE2b-256 checksum How to use checksums |
0230ad7c29fea4e7f216e6ba973d61b16f5146d3625e6f794eb8cac0a350d2f4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.10.12
|
Release files / write_condastat-0.3.0-py3-none-any.whl
| Download URL | write_condastat-0.3.0-py3-none-any.whl |
|---|---|
| Size | 12.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
68acddcfb2a5a6d06f21a30c0d78d44475013e74b268a8ece4c8f8a3d68f3ea1
|
|
BLAKE2b-256 checksum How to use checksums |
87d02da76c77c5cfde1132b48888c84dc45a80084b10f44ff7ca92a1cc2d55c6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.10.12
|