Skip to main content

A set of basic functions for quickly saving and loading textfiles.

Project description

python-conda-package-template

Template for building Python packages that can be easily bundled as Anaconda packages, too

Usage

To use this package, when creating the new repository for your project, select this project as the template. Then, replace all occurrences of "PACKAGENAME", "URL", "GIT_URL", and other filler values in setup.py and meta.yaml. Set version numbers as needed in PACKAGENAME/__init__.py and meta.yaml, and add your code where applicable.

Building your package

PyPI

python setup.py install

Anaconda

conda build --python {PYTHON_VERSION} meta.yaml

Uploading your package

PyPI

# ensure `twine` is install
pip install twine
# package source code
python setup.py sdist
twine upload dist/*

Anaconda

# ensure conda-build and anaconda-client are installed
conda install conda-build anaconda-client
# build package for a specific python version
conda build --python {PYTHON_VERSION} meta.yaml
# upload to Anaconda Cloud
cd $HOME/miniconda3/conda-bld/
anaconda upload */PACKAGENAME-VERSION_*.tar.bz2

Installing your package

After uploading to your repository of interest, you should be able to download and install your package according to the tools for that repository.

PyPI

pip install PACKAGENAME

Anaconda

conda install PACKAGENAME

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

dumbtext-0.0.1.tar.gz (2.5 kB view details)

Uploaded Source

File details

Details for the file dumbtext-0.0.1.tar.gz.

File metadata

  • Download URL: dumbtext-0.0.1.tar.gz
  • Upload date:
  • Size: 2.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.6

File hashes

Hashes for dumbtext-0.0.1.tar.gz
Algorithm Hash digest
SHA256 cdd417789e9ca1884baad1354f74c059568e2a7ec3a8ee4c141ef775fd140d82
MD5 8b8885d3a80eb90db1d132bcf09b9126
BLAKE2b-256 a4f6876fdbe6c9aac71a400ab9a67048a4ffdd3dcaf4e389e7013831569a68d9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page