Skip to main content

write-condastat makes it easy to collect, filter and save conda statistics to csv files.

Project description

PyPI version CI-CD

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

write-condastat-0.2.2.tar.gz (12.0 kB view details)

Uploaded Source

Built Distribution

write_condastat-0.2.2-py3-none-any.whl (12.1 kB view details)

Uploaded Python 3

File details

Details for the file write-condastat-0.2.2.tar.gz.

File metadata

  • Download URL: write-condastat-0.2.2.tar.gz
  • Upload date:
  • Size: 12.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for write-condastat-0.2.2.tar.gz
Algorithm Hash digest
SHA256 8d749b392bf41074ef27a417b0c1134a2e947d2a6e2f2b9f4a4c828a9ff6ebb9
MD5 58b9e684c188a0f89e04067844a01b59
BLAKE2b-256 ee085e19919043613b52e75bac853ead2efc65164ae9ff71d19b3f8848a148f8

See more details on using hashes here.

Provenance

File details

Details for the file write_condastat-0.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for write_condastat-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f60048e61630a550011f8b29d71cf3eece22fa300eccf3568250ebf8fb1c669c
MD5 1e78d632aa570f2f538a72e85d93d993
BLAKE2b-256 aef76389d0fdeb73894ae97160105ad2212a36ad202b2e3df512bc45291c8762

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page