gyw toolkits
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
deep_copilot-0.0.12.tar.gz
(48.5 kB
view details)
Built Distribution
File details
Details for the file deep_copilot-0.0.12.tar.gz
.
File metadata
- Download URL: deep_copilot-0.0.12.tar.gz
- Upload date:
- Size: 48.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0b16b3d9f3c4b98da070384140c054e12e455ea8aff8ec038fe34a255524829 |
|
MD5 | 4fe8b9778bccbbf8ee34bfcf9bb22759 |
|
BLAKE2b-256 | 9d6d679baca6742f55bc8f36fef8eb91bdc851b9948686390c15a14e440a8723 |
File details
Details for the file deep_copilot-0.0.12-py3-none-any.whl
.
File metadata
- Download URL: deep_copilot-0.0.12-py3-none-any.whl
- Upload date:
- Size: 59.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6779742ad490c38223fe8365228acd4d8cbcc6de6b8b25952d7086da2e0b59c2 |
|
MD5 | 1da3963ac30ac4d672950a46b101e85c |
|
BLAKE2b-256 | fdda1b47020de23ad611d3297271324225ebb655f94a884b4020f13987a5f77e |