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.2.tar.gz
(11.5 kB
view hashes)
Built Distribution
Close
Hashes for deep_copilot-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e06b00f05b26a9a3e8257334a8255e0e10b501b6588be92c54efcfb454482276 |
|
MD5 | db674d5ff72f39a9b242353a6aa76138 |
|
BLAKE2b-256 | c0df9a53bb2f44e6aef50019e74ae6bf4594b024ddd65f5c268f530dfef76281 |