List of commits:
Subject Hash Author Date (UTC)
flit publish 1.0.0 a89045dbb58d01592148f32ce13b6463d94f3df7 cmc 2021-07-23 04:12:33
add dategen.py __init__.py 7cc24fcd44960a657e7fb10d3d1f0ed7ee4c07a9 cmc 2021-07-22 09:24:18
verse, quote, center b456635878dc238adb5a622660d7b365106ddc4a cmc 2021-07-22 01:39:42
verse quote center f804fc1d89fd99065e09ea5e35ad99869d3f77e4 cmc 2021-07-22 01:35:03
example export markdown d34e52ab8142d59c5b8ab34f9af52781ededac23 cmc 2021-07-22 01:21:59
add log.org 1dff101d25864baeaec1dbf3cf2c4ca1bf8c00cb cmc 2021-07-21 10:30:24
Initial commit 520fa46c255626389cb78c41b8e57f507ba3daeb cmc 2021-07-20 09:53:27
Commit a89045dbb58d01592148f32ce13b6463d94f3df7 - flit publish 1.0.0
Author: cmc
Author date (UTC): 2021-07-23 04:12
Committer name: cmc
Committer date (UTC): 2021-07-23 04:12
Parent(s): 7cc24fcd44960a657e7fb10d3d1f0ed7ee4c07a9
Signing key:
Tree: c309baac3e506c65a421528b76dbfc95f8497c17
File Lines added Lines deleted
README.md 21 2
dategen/__init__.py 1 0
dist/dategen-1.0.0.tar.gz 0 0
log.org 136 25
pyproject.toml 12 0
File README.md changed (mode: 100644) (index 1a02a61..346c33d)
1 # dategen
2 1
3 date generator, python package
2 # Table of Contents
3
4 1. [Install](#orgc6c921f)
5 2. [Usage](#orgb6dbb46)
6
7 Dategen is a python package that yield a generator of dates.
8
9
10 <a id="orgc6c921f"></a>
11
12 # Install
13
14 pip install dategen
15
16 $ python3 -m pip install dategen
17
18
19 <a id="orgb6dbb46"></a>
20
21 # Usage
22
File dategen/__init__.py changed (mode: 100644) (index 5becc17..0ddc6a5)
1 """A date generator."""
1 2 __version__ = "1.0.0" __version__ = "1.0.0"
File dist/dategen-1.0.0.tar.gz added (mode: 100644) (index 0000000..cdde829)
File log.org changed (mode: 100644) (index a9e3852..ebe3f20)
1 1
2 * logs
2 * flit
3 3
4 4
5 ** README [2021-07-22 Thu 15:12]
5 ** 0
6
6 7
7 ** dategen.py [2021-07-22 Thu 14:41]
8 | 10 | status |
9 | | |
10 | 20 | references |
11 | | |
12 | 30 | pip |
13 | | |
14 | 40 | flit init |
15 | | |
16 | 50 | flit publish |
17 | | |
18
19
20 ** 10
21
22
23 | requirements for flit |
24 |--------------------------------|
25 | |
26 | a docstring in __init__.py |
27 | |
28 | clean up the source directory. |
29
8 30
31 ** 20
9 32
10 ** Versioning Your Package [2021-07-22 Thu 13:55]
11 33
34 https://github.com/takluyver/flit
12 35
36
37 https://codeberg.org/cmc/dategen
13 38
39
40 changming.chen.1970@gmail.com
14 41
15 ** export markdown [2021-07-22 Thu 07:59]
42
43 ** 30
16 44
17 45
18
19 ** names [2021-07-21 Wed 18:26]
46 python3 -m pip install --user flit
47
48
49 ** 40
50
20 51
52 cd
53
54
55 flit init
56
57
58 # pyproject.toml generated
59
21 60
22 ** folder structures [2021-07-21 Wed 17:28]
61 ** 50
23 62
63
64 flit publish
24 65
25 66
67 # Flit cannot package module without docstring, or empty docstring. Please add a docstring to your module (dategen/__init__.py).
68
69 # Untracked or deleted files in the source directory. Commit, undo or ignore these files in your VCS. (.)
70
26 71 * README * README
27 72
28 73
29 74 ** 0 ** 0
30 75
31 | 10 | |
32 | | |
33 | 20 | README.md |
34 | | |
35 | 30 | |
36 | | |
76 | 10 | |
77 | | |
78 | 20 | references |
79 | | |
80 | 30 | EXPORT_FILE_NAME |
81 | | |
82 | 40 | README.md |
83
37 84
38 85 ** 10 ** 10
39 86
 
41 88 ** 20 ** 20
42 89
43 90
91 https://github.com/takluyver/flit
92
93
94 ** 30
95 :PROPERTIES:
96 :EXPORT_FILE_NAME: README.md
97 :END:
98
99
100
101
102
103 ** 40
104 :PROPERTIES:
105 :EXPORT_FILE_NAME: README.md
106 :END:
107
108
109 Dategen is a python package that yield a generator of dates.
110
111 *** Install
112
113
114 #+BEGIN_EXAMPLE
115 pip install dategen
116 #+END_EXAMPLE
117
118
119 #+BEGIN_EXAMPLE
120 $ python3 -m pip install dategen
121 #+END_EXAMPLE
122
123 *** Usage
124
125
126
44 127
45 128 * dategen * dategen
46 129
 
67 150 #+HEADERS: :results silent #+HEADERS: :results silent
68 151 #+HEADERS: :results raw #+HEADERS: :results raw
69 152 #+begin_src python #+begin_src python
70
153 """A date generator."""
71 154 __version__ = "1.0.0" __version__ = "1.0.0"
72 155
73 156 #+end_src #+end_src
 
129 212
130 213 ** 0 ** 0
131 214
132 | 10 | status |
133 | | |
134 | 20 | example |
135 | | |
136 | 30 | verse, quote, center |
137 | | |
138 | 40 | |
139 | | |
215 | 10 | status | |
216 | | | |
217 | 20 | example | recommended |
218 | | | |
219 | 30 | verse, quote, center | |
220 | | | |
221 | 40 | | |
222 | | | |
140 223
141 ** example
224
225 ** 20
142 226
143 227 #+BEGIN_EXAMPLE #+BEGIN_EXAMPLE
144 228 begin example begin example
 
... ... end example
158 242 https://orgmode.org/manual/Literal-Examples.html https://orgmode.org/manual/Literal-Examples.html
159 243
160 244
161 ** verse, quote, center
245 ** 30
162 246
163 247 #+BEGIN_VERSE #+BEGIN_VERSE
164 248 begin verse begin verse
 
... ... Thu Jul 22 14:29:04 CST 2021
283 367 ├── log.org ├── log.org
284 368 └── └──
285 369
370
371 * logs
372
373 ** flit [2021-07-23 Fri 11:35]
374
375 ** README [2021-07-22 Thu 15:12]
376
377
378 ** dategen.py [2021-07-22 Thu 14:41]
379
380
381 ** Versioning Your Package [2021-07-22 Thu 13:55]
382
383
384
385
386 ** export markdown [2021-07-22 Thu 07:59]
387
388
389
390 ** names [2021-07-21 Wed 18:26]
391
392
393 ** folder structures [2021-07-21 Wed 17:28]
394
395
396
File pyproject.toml added (mode: 100644) (index 0000000..f94383f)
1 [build-system]
2 requires = ["flit_core >=2,<4"]
3 build-backend = "flit_core.buildapi"
4
5 [tool.flit.metadata]
6 module = "dategen"
7 author = "Chang-Ming Chen"
8 author-email = "changming.chen.1970@gmail.com"
9 home-page = "https://codeberg.org/cmc/dategen"
10 classifiers = [ "License :: OSI Approved :: MIT License",]
11 description-file = "README.md"
12
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/cmc/dategen

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/cmc/dategen

Clone this repository using git:
git clone git://git.rocketgit.com/user/cmc/dategen

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main