Automatically created environment for python package
Project description
COMPLETE REFACTOR --------- LAST WORKING VERSION HERE
Project codeframe
Creates a simple package structure, Fire, git, PyPI, bumpversion, pytest and configfile ready
Introduction
To create a new python project is a bit tedious task, especially if one doesn't know how to.
This purpose of this package is to make a simple, but still functional project structure.
Installation
pip3 install codeframe
Usage
Try just:
codeframe myproject myunit
This will create:
- subdirectory named
myproject
and inside: - hardlink to
bin/myproject
namedbin_myproject
, - unit
myunit
, that is soft-linked astest_myunit
, so it works withpytest
, version.py
, that works withbumpversion
- subsubdirectory
myproject
, that contains softlinks to../
so that the package structure works setup.py
file, where you need to fill the requirements list and other thingsREADME.org
, that will generateREADME.md
when./distcheck
is run- with
config
module it creates a new config DIR~/.config/myproject
- and some less important stuff
Highlights:
- The modules should be callable in
jupyter
that is opened in themyproj
directory. - The hardlink
bin_myproject
make the script insidebin/
callable (but git pull from elsewhere looses the hardlink!) - Installable on local system with the usual command
pip3 install -e .
config
module can be both - used at a new project and imported from any projectfrom codeframe import config
./distcheck
- generates
README.md
- creates git commit
- bumpversion release
- pushes to PyPI
Notes for development
Thanks to Fire
, each module can be developed separately and CLI can be
finally tuned in bin/myproject
(hard-linked to bin_myproject
) file.
TODO
- topbar from gregory
- key
enter''
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
codeframe-0.3.8.tar.gz
(12.7 kB
view details)
File details
Details for the file codeframe-0.3.8.tar.gz
.
File metadata
- Download URL: codeframe-0.3.8.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20d5b9592e39456a948ae71e1c1f4d70102ca657ed06b279603df9a9d416dd62 |
|
MD5 | 357fab7623b06bcb5dffd6b4b296ee26 |
|
BLAKE2b-256 | bb90d0fa652495324a68854b4cdbb42cdce327596a7d9308172615ee681454bf |