File: fastep.1

package info (click to toggle)
fastentrypoints 0.12-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 112 kB
  • sloc: python: 74; makefile: 9
file content (28 lines) | stat: -rw-r--r-- 878 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.\" Text automatically generated by txt2man
.TH fastep 1 "25 Jul 2019" "fastentrypoints-0.12" ""
.SH NAME
\fBfastep \fP- Adjust python project to use fastentrypoints
\fB
.SH SYNOPSIS
.nf
.fam C
\fBfastep\fP [\fIdir1\fP] [\fIdir2\fP] [\.\.\.]

.fam T
.fi
.fam T
.fi
.SH DESCRIPTION
\fBfastep\fP will make sure fastentrypoints is included in MANIFEST.in and present
in setup.py.
.PP
Using entry_points in your setup.py makes scripts that start really slowly
because it imports pkg_resources, which is a horrible thing to do if you
want your trivial script to execute more or less instantly.
.PP
fastentrypoints make entry_points specified in setup.py load more quickly.
.SH AUTHOR
fastentrypoints was written by Aaron Christianson <ninjaaron@gmail.com>.
.PP
This manual page was written by William Grzybowski <william@grzy.org> for the Debian
project (but may be used by others).