Rorys little helpers
Project description
pypi template
A minimal template for creating a pypi package
Use this template to more easily create a project project to submit to pypi and conda.
How to use the template:
- Click here to create a new repo (you need to be logged in to GitHub for this link to work), and follow the instructions to create a new repo from this template
git clone
your new repo- Edit
settings.ini
and fill out all the requested information (you can ignore parts starting with%
) - Install fastrelease, twine, and conda-build
- Register at pypi and Anaconda
- Create a file called
~/.pypirc
with your pypi login details, as follows:
[pypi]
username = your_pypi_username
password = your_pypi_password
- Write your Python library!
- Add any package requirements to the
requirements
line insettings.ini
- Run
make release
in the root of your repo. This will automatically:- Publish to pypi
- Publish to Anaconda
- Increment your version number
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
rhelpers-0.0.1.tar.gz
(7.8 kB
view details)
Built Distribution
File details
Details for the file rhelpers-0.0.1.tar.gz
.
File metadata
- Download URL: rhelpers-0.0.1.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d5fbbeb93015e5d9ad3d3cb82b09b9a003a7f51b54ae0e3ce150d0b24ea957d |
|
MD5 | 05c3187f1978d1bc6f3f1b58075ebb26 |
|
BLAKE2b-256 | a666dee4e9adac7003a675813ebca23e515097c606811ee8c70cabd238019dc9 |
File details
Details for the file rhelpers-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: rhelpers-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 106d2bfab7715522ffaaabf2d20d8248c44c75b1ed16e21ebfa74d45a01aca48 |
|
MD5 | e8a30aacd77615426c1d554ea8791eef |
|
BLAKE2b-256 | 2fb969f800558d97171d287b1ba838795f23fedae5e983189486d010603df04c |