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.1.0.tar.gz (11.5 kB view details)

Uploaded Source

Built Distribution

write_condastat-0.1.0-py3-none-any.whl (11.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: write-condastat-0.1.0.tar.gz
  • Upload date:
  • Size: 11.5 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.1.0.tar.gz
Algorithm Hash digest
SHA256 74ab6b89fd40fa5a037e98125799951ec14e8def9660e885a6835a05143ac6d3
MD5 a68d8815c91f32cdbd7931fa434072d7
BLAKE2b-256 17eb841fd141fc3364988e18011e635ce5e6b97f643ac81d821598579caf5913

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for write_condastat-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 254bdf666ad6c6f8229f985866c2b13c81f22653015bcfe53edf0c3223e32377
MD5 ec30fec2e5b2d291a15f93d802529d91
BLAKE2b-256 163ec6bd512a6f9528d6b5ec9d91c43868c9051621a89af5048f7cea6bc1b520

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