Skip to main content

write-pypistat makes it easy to collect, filter and save pypi statistics to csv files.

Project description

CI

About The Project

write-pypistat makes it easy to collect, filter and save pypi statistics to csv files.

Installation

write-pypistat requires pypistats and pandas packages.

pip install write-pypistat

Usage

from writepypistat import WritePypiStat

package = "pypistats"
outdir = "stats/pypistat"
write_pypistat = WritePypiStat(package, outdir)

write_pypistat.write_pypistat.write_pypistat(
    stat_type="system",
    date_period="month",
    start_date="2022",
    end_date="2022-03",
)

Visit our wiki site for more details.

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: Discussions

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-pypistat-0.1.2.tar.gz (8.3 kB view hashes)

Uploaded Source

Built Distribution

write_pypistat-0.1.2-py3-none-any.whl (8.8 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