A set of utilities and functions for extracting archives.
Project description
A Simple Python Project Skeleton
This repo attempts to standardize our python repositories using modern python packaging and configuration techniques. Using this blog post as inspiration, this repository will serve as the base for all new python projects and will be adopted to all our existing ones as well.
Usage
A brand new project
git init my-new-repo
cd my-new-repo
git pull git@github.com:nexB/skeleton
From here, you can make the appropriate changes to the files for your specific project.
Update an existing project
cd my-existing-project
git remote add skeleton git@github.com:nexB/skeleton
git fetch skeleton
git merge skeleton --allow-unrelated-histories
This is also the workflow to use when updating the skeleton files in any given repository.
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
extractcode-20.10.tar.gz
(11.2 MB
view hashes)
Built Distribution
Close
Hashes for extractcode-20.10-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6177b4d28442a4ef9871f56d57f1ea1d737aa5267dd7f1aa36b84db92c5f137b |
|
MD5 | 6257233b75c7fc70be520444d7904f6e |
|
BLAKE2b-256 | 9d4722a47f5939d8c74714b3c204c82cbfbaf983fc37d302062691b68f3a82d2 |