Skip to main content

Data analytic functions for data projects.

Project description

markcrowe.pypi

This package is published at https://pypi.org/project/markcrowe/

Requirements

The packages in this archive are:

  • data_analytics
  • population_planning

Install Python Package Builders

To install/upgrade Python packages to build a Python package run these commands:

pip install -r requirements.txt
pip install --upgrade pip
pip install --upgrade build
pip install --upgrade twine

In the event of an error, consider running the following commands:

python -m pip cache purge
python -m pip install -U pip

Recommended IDEs

Build and publish a Python package

All these commands must be run from the project root:

Update the required packages

To build the requirements.txt file run these commands:

pipreqs --force

Build/rebuild the Python package

To build the Python package, run the following command:

python -m build

Publish the Python package

To publish the package to PyPI, run the following command:

python -m twine upload dist/*

For username enter __token__ and then your password.

The package is then available at markcrowe

Installation of the Python package

Remote installation

To install the package from pypi.org, run the following command:

pip install markcrowe

Local installation

To install the package from local sources, run the following command:

pip install .\dist\markcrowe-0.1.1-py3-none-any.whl

To force a reinstall of the package from local sources, run the following command:

pip install .\dist\markcrowe-0.1.1-py3-none-any.whl --force-reinstall

Conda:

conda install .\dist\markcrowe-0.1.1-py3-none-any.whl --channel conda-forge

Copyright © 2021 Mark Crowe https://github.com/marcocrowe. All rights reserved.

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

markcrowe-0.1.1.tar.gz (13.4 kB view hashes)

Uploaded Source

Built Distribution

markcrowe-0.1.1-py3-none-any.whl (15.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