My first Python package
Project description
Project Title
aphorism
Installing / Upgrading / Uninstalling aphorism
Installing aphorism
is as easy as opening a command line/terminal and calling:
pip install aphorism
Optionally, you can install specific versions or upgrade in the standard ways, respectively:
pip install aphorism==versionnumber
pip install --upgrade aphorism
Uninstalling also works as you expect:
pip uninstall aphorism
Importing aphorism
Importing aphorism is as easy as:
import aphorism
All standard Python syntaxes apply once imported, and subsets or subpackages of aphorism
can be imported in the standard way:
from aphorism import ... (as ...)
Project Motivation
To provide a structured, clean environment for my python code, examples, and historical work products.
Current To-Do and Feature Enhancement List
- Need to figure out how to add/access data in the folder. I can see it, but I can't access it.
- Need to figure out why the package won't let me install required packages even when they are listed under install_requires.
- Build the COVID reporting functions into a module.
- Build the COVID reporting data structures/examples into the module.
- Build out the general function file with all of the various functions.
- Need to finish merging in the OPPE code for locations, volumes, readmissions, ...
- Need to finish adding all of the LaTeX and SQL files to this after patient info is cleaned.
- Need to complete the markdown file with all appropriate notations and sections.
- Need to finish the GUI that directly interacts with the data files/folders.
- Set up a repository for the *.shp files with a link to the US Census Bureau.
- Create a complete resource/reference section. Make sure to include a link to GitHub with the info on generating init.py, setup.py, and setup.cfg.
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
aphorism-0.0.23.tar.gz
(261.7 kB
view details)
File details
Details for the file aphorism-0.0.23.tar.gz
.
File metadata
- Download URL: aphorism-0.0.23.tar.gz
- Upload date:
- Size: 261.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a16d7d778da780690958eb442820e9330bba9722cb3c8e29205a7e6e7e5494a2 |
|
MD5 | 54e1b3cff13d2dd1a312a39e34d714bb |
|
BLAKE2b-256 | 4cf2ce54da4d5c1407e8203b39d721c35ac94dd912d87c479473143806be0302 |