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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file markcrowe-0.1.1.tar.gz
.
File metadata
- Download URL: markcrowe-0.1.1.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d58b0836615d8923002fd442e98b0db17afb5b9d89f302f04359d30f001115e |
|
MD5 | 60d19702a72803b6b2cc8a0a126c67c0 |
|
BLAKE2b-256 | fecf883cf8513070276a29b57cbb599f70fc2c40be53d159d5a3fd8847606038 |
File details
Details for the file markcrowe-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: markcrowe-0.1.1-py3-none-any.whl
- Upload date:
- Size: 15.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81a8d1795a116b8c61ca5ebad1813bb7a946289f1b03598686709aea51878b69 |
|
MD5 | 03b119de8b065677fab966251b51e1e2 |
|
BLAKE2b-256 | decd19a311ff719dcf6270b75a8cb5913715a0997370dd97a95e92ccf3b4198a |