Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #9

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# PyMC Workflow Analyzer

Analyze what how people are using PyMC by parsing folks code.
See https://discourse.pymc.io/t/extended-event-gathering-pymc-usage-information/13064 for the higher level discussion

--------------------------------------------

The PyMC Workflow Analyzer is a tool designed to statically analyze Python scripts or Jupyter notebooks to identify PyMC workflows. It can process Python files, Python code as a string, or Jupyter notebooks from a local system or a URL.
The PyMC Workflow Analyzer is a tool designed to statically analyze Python scripts or Jupyter notebooks to identify PyMC workflows.
The goal is to provide data back to the deveopers so they understand library usage and can determine what is most useful to users.
It can process Python files, Python code as a string, or Jupyter notebooks from a local system or a URL.
See [Discourse](See https://discourse.pymc.io/t/extended-event-gathering-pymc-usage-information/13064) for the higher level discussion

## Features

Expand Down