Skip to content

Adding cyPAPI onto PyPI #37

@Treece-Burgess

Description

@Treece-Burgess

PyPI is the Python Package Index and is a repository of software for the Python programming language. Developers of Python packages often put their packages up on PyPI such that user's can use pip to easily install their package, i.e.

pip install pandas

It is often the case that once a package is pip installed it is ready to be used immediately by simply importing the package into your application code, i.e.

#!/usr/bin/env python3

import pandas as pd
.
.
.

At this moment in time cyPAPI is not on PyPI and would take extra steps to link with PAPI after a pip install. However, still working to add cyPAPI to PyPI should be a goal such that users can simply run pip install cypapi.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions