Package builder with CI included
Project description
WAGON tools - Python package buiilder
This package is a meta-package that provide python libs for projects
and mainly wagon-make-package script.
wagon-make-package create a Python package template.
Install wagon_tools
pip install wagon_tools
Create a new_pkg_name package
Use wagon-make-package to create a new python package:
$ wagon-make-package -n new_pkg_name -d "New project package"
=> New python package new_pkg_name created
$ cd new_pkg_name/
$ git init; git add *; git commit -am 'initial commit'
$ git tag -a 0.42 -m 0.42
$ make clean
Check that __version__ is set:
$ cd /tmp
$ python -c 'import new_pkg_name; print (new_pkg_name.__version__)'
0.42
$
Check that new_pkg_name script work:
$ (venv)user@machine:/tmp$ new_pkg_name-run
new_pkg_name/data/data.csv.gz Loaded
==> out.csv MADE
shape is (999, 142)
(venv)user@machine:/tmp$ wc -l out.csv
1000 out.csv
(venv)user@machine:/tmp$
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
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 wagon_tools-1.1.1.tar.gz.
File metadata
- Download URL: wagon_tools-1.1.1.tar.gz
- Upload date:
- Size: 108.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82234e9e18f9b9d16aad5e658dd96bbe41de67db01dcf9389d674f9c1089c144
|
|
| MD5 |
aba4aed721ed217ab3dc32905d69cdc8
|
|
| BLAKE2b-256 |
98d95d9101b42393f8867ca3287627dde6152a571a4ab4977943bc29c2406984
|
File details
Details for the file wagon_tools-1.1.1-py3-none-any.whl.
File metadata
- Download URL: wagon_tools-1.1.1-py3-none-any.whl
- Upload date:
- Size: 110.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
935d29274fb25cdf4beba21c6ac49702f64d5ab85e69d78ab9a975efd9d289bf
|
|
| MD5 |
bae4dd4fa417302b73c9c29022da0835
|
|
| BLAKE2b-256 |
af70d57803561d84cafc8fd41c1ac09febc863d760d1ed624040185065eb566e
|