A description of your project
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 cloneyour new repo- Edit
settings.iniand 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
~/.pypircwith 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
requirementsline insettings.ini - Run
make releasein 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
roryutils-0.0.1.tar.gz
(7.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file roryutils-0.0.1.tar.gz.
File metadata
- Download URL: roryutils-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 |
82feed5dba300c8855aa831d33fa0037857863248cd8ce74baa41d51c20cfe8d
|
|
| MD5 |
81811f37b59b7dc80744ce3ce1f4581d
|
|
| BLAKE2b-256 |
c304b0c86cd07424eaf739b9c55131e55052c63d892ca3334b9a8e6f4d356eb6
|
File details
Details for the file roryutils-0.0.1-py3-none-any.whl.
File metadata
- Download URL: roryutils-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 |
347445e9113d2f2f3cc455026769d7ebbf9a0873af7f0e0ec4118aef8bad0c91
|
|
| MD5 |
9c22196f26a723aeafbae23a0471f922
|
|
| BLAKE2b-256 |
35706d655343f7557b3729dc7a222885bdd6e982525a36e9a4b56fd7cd5ecd1c
|