Skip to content

dstier-git/blank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dylan

A minimal Python package.

Installation

pip install dylan

Usage

import dylan

Publishing to PyPI

  1. Install tools: pip install build twine
  2. Build: python -m build (creates dist/ with a wheel and sdist).
  3. Upload: twine upload dist/* — you will be prompted for your PyPI API token (create one at pypi.org/manage/account/#api-tokens).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages