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.3.0.tar.gz (15.6 kB view hashes)

Uploaded Source

Built Distribution

write_condastat-0.3.0-py3-none-any.whl (12.4 kB view hashes)

Uploaded Python 3

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